The topic Finishing HELIX: Building an AI-Powered Space Operations Intelligence Platform with… is currently the subject of lively discussion — readers and analysts are keeping a close eye on developments.
This is taking place in a dynamic environment: companies’ decisions and competitors’ reactions can quickly change the picture.
This is a submission for the GitHub Finish-Up-A-Thon Challenge
This is my submission for the GitHub Finish-Up-A-Thon Challenge.
The idea behind this challenge really hit home for me: finally finish what you started.
HELIX started as a satellite tracking and conjunction detection project. It already had a working backend, orbital propagation, a 3D globe, and basic AI summaries. But it still felt like a technical prototype.
For this challenge, I brought it much closer to a finished product.
I turned HELIX into an AI-powered space operations intelligence platform that can investigate orbital risk, correlate multiple space data sources, and generate explainable operational assessments.
GitHub Copilot helped me push the project from “cool prototype” to something that feels like a real mission operations console.
HELIX is an AI-powered Space Operations Intelligence Platform that transforms fragmented orbital, launch, and space weather data into actionable mission intelligence.
Built on top of Coral’s federated SQL runtime, HELIX enables operators, researchers, and analysts to investigate conjunction risks, correlate launch activity, monitor orbital congestion, and generate explainable operational assessments through multi-step AI investigations.
Unlike traditional satellite trackers, HELIX focuses on answering:
Thousands of active satellites, frequent launches, and growing debris populations create a complex operational environment where understanding risk requires data from multiple disconnected systems.
Using Coral as a unified intelligence layer, HELIX correlates:
HELIX is a local-first space situational awareness and mission intelligence platform.
Instead of only showing satellite positions, HELIX performs structured investigations over operational data.
HELIX includes a real-time globe interface for viewing satellites and conjunction events.
These sources are exposed through Coral as SQL-queryable tables.
That means HELIX can run cross-source intelligence queries like:
conjunction risk + NOAA space weather
launch activity + current solar conditions
closest conjunctions + Space-Track object metadata
Starlink launch activity + local conjunction pressure
The biggest finish-up improvement was moving from:
prompt → query → summary
to:
prompt → investigation plan → query chain → findings → assessment → recommendations
The investigation engine is deterministic and safe.
It does not generate arbitrary SQL.
Instead, it chooses from approved Coral SQL templates and runs a bounded sequence of investigation steps.
Example investigation:
`User: Why are conjunction risks elevated today?
[1] Querying conjunction risk distribution
[2] Analyzing closest high-risk events
[3] Detecting repeated satellite involvement
[4] Comparing risk density by day
[5] Checking upcoming launch activity
[6] Checking NOAA space weather
[7] Correlating findings
[8] Generating operational recommendations`
When I started, HELIX was primarily a space visualization prototype.
The first version could display satellites on a 3D globe and visualize orbital tracks, but the overall product was still incomplete. The core visualization layer worked, but most of the operational intelligence layer was missing. The Intel experience and the Conjunctions workflow existed mostly as ideas and partially implemented components rather than finished features.
While the foundation was solid, it did not yet feel like a complete operations platform. Users could observe activity in orbit, but they could not effectively investigate, analyze, or act on that information.
The final version of HELIX is much closer to a real mission-control-style interface.

The current interface transforms the globe from a visualization component into an operational workspace.
Instead of simply displaying satellites, HELIX now surfaces:
The globe is no longer just showing data it is helping explain and investigate it.
GitHub Copilot played a major role in turning unfinished concepts into working product features.
The most significant contributions were helping build the areas that previously existed only as plans:
More importantly, Copilot helped support the entire engineering workflow rather than simply generating isolated code snippets.
Copilot was especially valuable for bridging the gap between planned functionality and working functionality.
Many parts of the interface already existed visually, but they were not fully connected to operational workflows. Copilot helped move the project from:
As a result, HELIX evolved from a satellite visualization prototype into a complete AI-powered space operations intelligence platform.
It required finishing the missing pieces, connecting existing systems together, and transforming concepts into working features.
Before the Finish-Up-A-Thon, HELIX was a project with a lot of potential but it was stuck in the place where many ambitious side projects end up.
It had a FastAPI backend, satellite data ingestion, orbital propagation, conjunction detection, a SQLite database, and a 3D globe interface. It could track satellites, visualize orbital activity, and identify close approaches between objects in space.
HELIX could tell users what was happening, but it struggled to explain why it was happening. The AI layer was limited to basic summaries, many features felt disconnected, and the overall experience resembled a collection of powerful components rather than a unified intelligence platform.
In short, HELIX felt more like a satellite-tracking prototype than a true mission operations system.
That was the state of the project when I began the finish-up process.
Instead of starting over, I focused on understanding what already existed.
Using GitHub Copilot and advanced GPT-5.5 style assistance, I began by inspecting the codebase, mapping the architecture, and identifying the areas that would create the biggest impact if improved.
Rather than rewriting everything, I concentrated on strengthening what was already there.
The first step was cleaning up and stabilizing the architecture while preserving the satellite tracking and conjunction detection capabilities that already worked.
From there, I introduced Coral as the data orchestration layer and connected multiple operational datasets into a unified queryable system.

Suddenly, HELIX was no longer looking at isolated pieces of information.
The project started evolving from a visualization tool into an intelligence platform.
The most significant change was the intelligence workflow itself.
The system answered questions without actually investigating them.
So I built a deterministic investigation engine that transformed the workflow into:
The system stopped behaving like a chatbot and started behaving like an operations analyst.
Previously, HELIX would have returned a simple summary of conjunction data.
Only then does it generate an assessment and suggest possible operational actions.
GitHub Copilot helped accelerate the parts that often cause projects to stall:
Feature by feature, HELIX became more cohesive, more intelligent, and more useful.
Before the Finish-Up-A-Thon, HELIX was a promising demonstration of satellite tracking technologies.
Today, it feels like a genuine AI-powered space operations console.
It can investigate, correlate, explain, and recommend not just visualize.
And in many ways, HELIX’s biggest achievement wasn’t the technologies itself—it was finally crossing the line from almost finished to fully realized.
I used GitHub Copilot heavily throughout the finish-up process, specifically with advanced ChatGPT/GPT-5.5 style coding assistance.
The most valuable part was not just code generation. It was the ability to work iteratively:
That workflow made it possible to finish a project that otherwise could have stayed half-done.
Templates let you quickly answer FAQs or store snippets for re-use.
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment’s permalink.
For further actions, you may consider blocking this person and/or reporting abuse
Thank you to our Diamond Sponsors for supporting the DEV Community
Google AI is the official AI Model and Platform Partner of DEV
DEV Community — A space to discuss and keep up software development and manage your software career
Built on Forem — the open source software that powers DEV and other inclusive communities.
We’re a place where coders share, stay up-to-date and grow their careers.
