Letting Agents Write and Review Code — A 0dev Milestone(Demo)

0devis an open-source platform that allows you to generate AI agents and query/visialize different data sources. It’s a solo project I’ve been building from scratch, with no funding or backing. Just me, working on it alongside a full-time job. That’s why it’s taken some time to reach this point — but things are finally coming together. In a recent demo, I asked the 0dev agent to send an email with HTML formatting to a specific address. The catch? It needed to fetch the content from an S3 bucket and follow a set of policies defined ahead of time. The agent took the request, generated the code to complete the task, and passed it through an automated reviewer. This reviewer ensures the generated code not only meets policy requirements but also stays true to the intent of the original instruction. It’s a small example of a bigger idea: agents that can reason about what they’re doing, stay within guardrails, and still move fast. Watch the short demo: https://youtu.be/W45FxIGdGeM Source code: https://github.com/0dev-hq/0dev

Apr 12, 2025 - 05:21
 0
Letting Agents Write and Review Code — A 0dev Milestone(Demo)

0devis an open-source platform that allows you to generate AI agents and query/visialize different data sources.

It’s a solo project I’ve been building from scratch, with no funding or backing. Just me, working on it alongside a full-time job. That’s why it’s taken some time to reach this point — but things are finally coming together.

In a recent demo, I asked the 0dev agent to send an email with HTML formatting to a specific address. The catch? It needed to fetch the content from an S3 bucket and follow a set of policies defined ahead of time.

The agent took the request, generated the code to complete the task, and passed it through an automated reviewer. This reviewer ensures the generated code not only meets policy requirements but also stays true to the intent of the original instruction.

It’s a small example of a bigger idea: agents that can reason about what they’re doing, stay within guardrails, and still move fast.

Watch the short demo:
https://youtu.be/W45FxIGdGeM

Source code:
https://github.com/0dev-hq/0dev