Show HN: Plan-Graph based code generation with LLMs
Category: ai-ml
Tags: llm, code-generation, graph-based
Score: 4.8/10 (Innovation: 6, Technical: 5, Documentation: 4, Utility: 4)
This project explores generating code by decomposing user requirements into a structured plan graph, then using LLM agents to generate each component individually. It offers an interesting alternative to monolithic prompt-based code generation, but is currently a research experiment with high token cost and no production readiness.
Target audience: ai researchers, backend devs
Repository: https://github.com/agrin96/VibegraphGenerator ยท Python
View on Hacker News