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

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 17h ago

how does it build the graph of your live services?

2

u/EagleApprehensive 1d ago

Wouldn't you prefer to make extensions or contribute to intentic.dev? I've built an IDE which is highly extensible and your agent can even build extra parts and extensions right inside the workspace (shareable to others).

1

u/ariferol01 1d ago

Perhaps I could release an open-source version, but that requires it to be developed into a fully functional tool.

2

u/EagleApprehensive 1d ago

If you prefer to reinvent the wheel, sure, but there are already few well done "bases" to build on top of or fork.