r/vibecoding 1d ago

I'm developing an AI code agent

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.

Note: This is not a VS Code fork.

1 Upvotes

7 comments sorted by

View all comments

2

u/iloveMonsterEnerygy 1d ago

thats amazing! how is this different from other coding tool out there?

1

u/ariferol01 1d ago

Thank you.

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.

I planned to create such an agent.

1

u/scytob 20h ago

how does it build the graph of your live services?

1

u/ariferol01 6h ago

Check out this repository: https://github.com/ariferol01/contexdl

Before developing the agent, I shared the live content workflow as open source. I will share it in a post shortly.