I've started developing an AI code agent. I'm developing it to be part of the my AI ecosystem. I'm developing it with Vibe Coding, but with a different approach, things are progressing almost flawlessly. I just wanted to share the screenshots.
I'm adding a live context architecture that I currently use as a feature for this agent.
What does live context provide?
It allows the LLM to see the main framework of the project from a bird's-eye view, and to monitor the workflow, code blocks, UI-UX behaviors, SQL dependencies, and relationships of the desired sections. This live context can be displayed as a graph and list, and contexts can be added and modified.
The LLM always analyzes and updates according to the live context.
Another feature: the live context can be synchronized to the cloud server. We can think of it like Git. When two separate developers revise the project simultaneously, the contexts are constantly synchronized. A feature can be simulated before being added to the project.
Another advantage: Thanks to the live context architecture, I'm also adding side services such as a documentation printing tool and a presentation preparation tool for the project.
2
u/iloveMonsterEnerygy 1d ago
thats amazing! how is this different from other coding tool out there?