Hacker News new | ask | show | jobs
Show HN: Autodevs – Generate simple prototypes automatically (create.xyz)
15 points by dhruv_xyz 1007 days ago
We've been working on this for a while and just put it up on our homepage.

Generate simple app prototypes using text prompts. Iterate through refinements. Turn it into a live app. Get the code. Share it with others to let them make their own version. Add a (human) dev team if it needs to be more complex.

More to come, but putting it out there for feedback that can help us prioritize what's next

2 comments

We've been working on this for a while and just put it up on our homepage. Generate simple app prototypes using text prompts. Iterate through refinements. Turn it into a live app. Get the code. Share it with others to let them make their own version. Add a (human) dev team if it needs to be more complex.

More to come, but putting it out there for feedback that can help us prioritize what's next. What would you want to build if it were near automatic?

Curious how much AI driven code can be generated vs. human intervention. I would imagine it depends on the app's complexity, but for some basic functionality it would be good to know how much of it can be created via AI. Also curious about the quality. Would you be spending more time correcting inefficiencies vs. having just written it yourself?
With these autodevs, we're starting from 100% generation, and limiting the use case UI prototypes to start. But eventually want to move to other use cases.

In terms of % generated vs. % human for larger projects we take on - yes, you're right it's very dependent on the app's complexity, but for basic functionality I'd estimate 70-80% generated; we use humans for hook up around edges.

We do a lot to enforce quality and making it seem "human written" since we also have humans writing code and quality matters for making that efficient