> And, to be clear, when I say production ready I mean it had good test coverage, CI/CD, includes auth, background jobs, and integrates LLMs and other 3rd party APIs. I’d consider it a respectable alpha version of the product. So does any template off GitHub? When you run the Laravel Installer, you got pretty much all of these for free (sans LLM) And within a normal work week, you can have a valid prototype with an a…
I built a production app in a week by managing a swarm of 20 AI agents
21–30 of 61 posts
Re: I built a production app in a week by managing a swarm of 20 AI agents
#22It's funny how things have evolved. The modern tech stack is so inefficient at providing solutions that people grab and hold on to code gen as some kind of magic machine. We have gone from pragmatic, fast and stable foundation systems that could be extended by some small snippets of code (Drupal), RAD systems (Delphi, Visual Basic) where you could drop some components and some lines of code on a form to create functi…
Re: I built a production app in a week by managing a swarm of 20 AI agents
#23No mention of what was actually built? Also, I have no desire to micromanage a bunch of robots. I rather build things.
Re: I built a production app in a week by managing a swarm of 20 AI agents
#24It would be a more interesting blog post if you showed that the app they built is actually production ready. In my experience, letting LLMs work autonomously just produces code slop.
Model matters too. Lots of what I did was with Opus. Significantly better than Sonnet.
Re: I built a production app in a week by managing a swarm of 20 AI agents
#25Hey HN, author here. I spent last week in a deep-dive experiment to see how far I could push modern agentic workflows on a greenfield project. I wanted to move past simple code generation and see if I could build a system where I was orchestrating a team of agents to build a full application. The results were pretty wild (~800 commits, 100+ PRs, and a functioning app we use internally at my company), but the most int…
> The results were pretty wild (~800 commits, 100+ PRs, and a functioning app we use internally at my company) I'd be very interested to hear less about the process, and more about the app itself. If a week "in the hole" resulted in a Slackbot that greets people when they enter a Slack channel, I'd be significantly less impressed than if you'd built, say, a CI pipeline, or something that automatically creates Jira ti…
Re: I built a production app in a week by managing a swarm of 20 AI agents
#26Hey HN, author here. I spent last week in a deep-dive experiment to see how far I could push modern agentic workflows on a greenfield project. I wanted to move past simple code generation and see if I could build a system where I was orchestrating a team of agents to build a full application. The results were pretty wild (~800 commits, 100+ PRs, and a functioning app we use internally at my company), but the most int…
> I’m convinced the role of an engineer is shifting from a hands-on coder to an architect of these intelligent systems. I think this is what a lot of people do and don't understand. The AI is only as good as your ability to architect the software. I think I'd be okay if someone wrote AI generated code if they hand wrote all unit testing to ensure that the AI isn't producing garbage, I think this is a reasonable trade…
Re: I built a production app in a week by managing a swarm of 20 AI agents
#27Hey HN, author here. I spent last week in a deep-dive experiment to see how far I could push modern agentic workflows on a greenfield project. I wanted to move past simple code generation and see if I could build a system where I was orchestrating a team of agents to build a full application. The results were pretty wild (~800 commits, 100+ PRs, and a functioning app we use internally at my company), but the most int…
$6K/week is a senior engineer's salary. How long would it have taken a crack coder to do the work?
Re: I built a production app in a week by managing a swarm of 20 AI agents
#28What did you use to write the blog post?
> My process is to dictate and word vomit all of my thoughts to AI (in this case Gemini 2.5 Pro) and then refine from there. I know there's some amount of "smells like AI" in the writing, but at this point I don't think it takes away from the lessons shared. That said, maybe it's worth it to modify things so there is less "AI sounding" verbiage. Don't want folks to write it off as "AI Slop" because of certain phrases. TBD!
Re: I built a production app in a week by managing a swarm of 20 AI agents
#29What did you use to write the blog post?
I think it's ChatGPT (the headings have a particular tone, the lists, etc.; maybe 4o?) but with a good starting point and some manual editing. I normally find it pretty hard to get through AI-written content but this was for the most part inoffensive to my tastes (though still pretty rough at points).
Mind sharing which points were pretty rough? I don't want the message to get lost in the "oof this is AI slop" mess, so always interested in what might be hitting folks the wrong way so I can adapt.
Re: I built a production app in a week by managing a swarm of 20 AI agents
#30Hey HN, author here. I spent last week in a deep-dive experiment to see how far I could push modern agentic workflows on a greenfield project. I wanted to move past simple code generation and see if I could build a system where I was orchestrating a team of agents to build a full application. The results were pretty wild (~800 commits, 100+ PRs, and a functioning app we use internally at my company), but the most int…
So where is the app?