nepthar
2 hours ago
(Asking sincerely in good faith - I read this note along with skimming a few of the linked ones, and I'm familiar with gastown)
Can someone explain the value calculation to me? This seems like someone has truly let AI VASTLY expand the codebase of what seems to be a medium sized hobby game to ~10-100x the amount of engineering required. Especially with statements about how wheelhouse, his software factory, has grown to nearly the size of the actual software he's writing. He also mentions several times that wheelhouse is specific to developing the game. Then, he discusses "pulling in beads" which itself seems on my read to be enormously engineered. (note that he also says that you burn a lot of tokens with agents "keeping your beads in sync" and I didn't have the time to figure out what that meant, but it looks like as complicated as it is, beads can't reconcile itself without burning $$$).
It seems like if you answer "yes" at every time you have the question of "can I make AI do this", you end up burning $120k/month in tokens on your side project.
Again, I am not disparaging this- but I feel like I am genuinely missing something and would welcome help understanding it.
FinnLobsien
2 hours ago
I guess this is a question of what you believe code and software engineering writ large is for.
If you believe that good engineering practice matters (in the sense that your software is maintainable, efficient, etc.), then this is horrific because the human has no idea what’s going on and any attempt to fix something by hand would probably uncover enough complications to make you consider rewriting from scratch.
But if your only qualifier is “does it do what I want it to do?” then this is perfectly fine. If you throw out the assumption that a human will ever maintain the code or need to understand it, then who cares if your main branch is full of unused code and it’s outrageously complex.
In a way, I guess this is a similar moment to abstract painting in the early 20th century.
If your assumption was that the point of a painting is to accurately capture a landscape or person, then abstract paintings are an abomination.
If you believe paintings should evoke a feeling and depicting people or landscapes are only one way to get there, you can throw out all the sketching and composing and painting technique.
watwut
an hour ago
Meh, the actual complaint is that it does not really do what it should and keeps burning those $$$ as you ask it to fix this or that.
jay_kyburz
an hour ago
Steve is not making a game, he is _playing_ the game of making games.
It's like playing Factorio but instead building a rocket to escape, you are building a game. Instead of messing around with mining drills and train tracks, he is deploying agents and thinking about how to interface with them.
I think it sounds like a super fun game.
update: with the added benefit that he might see a return on his investment as well!
nzoschke
16 minutes ago
You nailed it, this is a meta game.
AI lets you LARP.
Want to be the head of a game studio? "Hire" a bunch of game dev agents, put them to work in the software factory, get pretty progress updates and an actual game of sorts along the way.
Want to be the CEO of a startup? Hire a bunch of biz ops agents, and fire them when they make mistakes. Ship an actual website and MVP and make some numbers go up along the way.
If you know you're playing a game its fun and weird. But I worry for the people that don't know they're LARPing...
grebc
15 minutes ago
Pushing pixels around the screen is what I bluntly described the grand sum capabilities of AI to my brother, who is quite infatuated with it.
It wasn't appreciated.