Live data from Hacker News

Gas Town's agent patterns, design bottlenecks, and vibecoding at scale

maggieappleton.com

421–430 of 466 posts

Re: Gas Town's agent patterns, design bottlenecks, and vibecoding at scale

#421

Earlier quoted context omitted.

I generally am a fan of polished writing, but I do believe that there's room for quickly fired experimental stuff, and quite enjoyed this piece. With the speed he was going, I wouldn't be surprised if the system architecture actually changed in between subsequent sections of the post. It's not a scientific article, but just a cross-country runner at the top of his game giving us a quick update without breaking his st…

Sure. The critique is with his incoherently labeled images, not his prose or passion project. If LLMs can't produce readable technical diagrams ("Figure n "), avoid them for diagramming. Don't insult the reader with strings like Oarity, Ed3e Csess, Ouclstnoc, relinemen, ressore Critieal, Foll Throughput, Witnese/Refin, ecstate ta Mayor, and Hsoide Fulures Stafey Fen. https://miro.medium.com/v2/resize:fit:1400/format:…

I like how ‘refine 1’ is correctness, followed by ‘refine 2’, which is of course ‘oarity’.

I’m convinced that AI has totally broken the brains of its users; how on earth could you look at this thing and think “yes, that is a reasonable thing to post in public”? For whatever reason, for many users, the lesson of the AI revolution seems to be “just produce arbitrarily shoddy nonsense, it’s fine, nobody cares anyway”… The worrying thing is that this may be _true_.

Re: Gas Town's agent patterns, design bottlenecks, and vibecoding at scale

#422

Has anyone contrasted gas town to Stanford's DSPY ( https://dspy.ai/ )? They seem related, but I have trouble understanding exactly what Gas Town is and so can't myself do a comparison?

let me take a shot. i have thought about both for a while. dspy is declarative. you say what you want. dspy says “if you can say what you want in my format, I will let you extract as much value from current LLMs as possible” with its inference strategies (RLM, COT; “modules”) and optimizers (GEPA). gas town is … given a plan, i will wrangle agents to complete the plan. you may specify workflows (protomolecules/molecu…

Thank you for your response.

Haha, yes, when read out loud, all the new terms do come off as a bit unhinged. :]

It sounds like the major difference is that DSPY is more of a "define a node in a graph of computation, flow data through those nodes". While Gas Town is ideally more of "Tell me what you want, I will spin up a graph of nodes that you can have some input on to complete your work".

Re: Gas Town's agent patterns, design bottlenecks, and vibecoding at scale

#423

I don't get the widespread hatred of Gas Town. If you read Steve's writeup, it's clear that this is a big fun experiment. It pushes and crosses boundaries, it is a mixture of technology and art, it is provocative. It takes stochastic neural nets and mashes them together in bizarre ways to see if anything coherent comes out the other end. And the reaction is a bunch of Very Serious Engineers who cross their arms and h…

> If you read Steve's writeup, it's clear that this is a big fun experiment: So, Steve has the big scary "YOU WILL DIE" statements in there, but he also has this: > I went ahead and built what’s next. First I predicted it, back in March, in Revenge of the Junior Developer. I predicted someone would lash the Claude Code camels together into chariots, and that is exactly what I’ve done with Gas Town. I’ve tamed them to…

>We should take Yegge’s creation seriously not because it’s a serious, working tool for today’s developers (it isn’t). But because it’s a good piece of speculative design fiction that asks provocative questions and reveals the shape of constraints we’ll face as agentic coding systems mature and grow.

I have no doubt Yegge would agree wholeheartedly with that take. He wants the community to explore these ideas with him.

The bizarre thing is that Gas Town has been popping up in mainstream news and media. It's being discussed in my economics podcasts.

It's relevant for them because it hints at a very disruptive idea: The hierarchy of Gas Town, when extrapolated, suggests that agents won't just replace your workers, it will replace your business too. It suggests that in a few years there could be a tool that is effectively a software agency, which means companies like Anthropic could eat any software shop that can't compete.

Re: Gas Town's agent patterns, design bottlenecks, and vibecoding at scale

#424
post #409

Earlier quoted context omitted.

In the simulated discussion guest book entry, simulated Douglass Engelbart wrote: >Doug Engelbart (Augmentation): "Bootstrapping. The tools that build the tools. Your adventure compiler should be able to compile ITS OWN documentation into an adventure ABOUT how it works. The manual is a playable game." That is exactly how the self documenting categorized skill directory/room works -- the directory is a room with subd…

[flagged]

[flagged]

Re: Gas Town's agent patterns, design bottlenecks, and vibecoding at scale

#425
post #280

Earlier quoted context omitted.

It reads like the ramblings of a smart person experiencing a psychotic episode.

First Yegge read?

The best thing about LLMs is that they can summarize Yegge posts to extract any actually useful content.

Re: Gas Town's agent patterns, design bottlenecks, and vibecoding at scale

#426
post #96

Earlier quoted context omitted.

"If it's stupid, but it works, it isn't stupid" is a maxim that only applies to luxury use cases where the results fundamentally don't matter. As soon as the results actually matter, the maxim becomes "if it works, but it's stupid, it doesn't work".

I just got some medication yesterday where the leaflet included the following phrase: "the exact mechanism of efficacy is unknown." So apparently the medical field is not above this logic.

That is ignorance, not stupidity. If you take compound X and see improvement in Y, that is worthwhile, even if the mechanism is a blackbox.

Re: Gas Town's agent patterns, design bottlenecks, and vibecoding at scale

#427

>while Yegge made lots of his own ornate, zoopmorphic [sic] diagrams of Gas Town’s architecture and workflows, they are unhelpful. Primarily because they were made entirely by Gemini’s Nano Banana. And while Nano Banana is state-of-the-art at making diagrams, generative AI systems are still really shit at making illustrative diagrams. They are very hard to decipher, filled with cluttered details, have arrows pointing…

> How do people tolerate this visual embodiment of slurred speech?

99% of diagrams essentially act as little more than decoration.

> zoopmorphic

My next software product is gonna be zoopmorphic. VCs'll love it!

Re: Gas Town's agent patterns, design bottlenecks, and vibecoding at scale

#428
People, including the author of this article, say that design and architecture are the hard parts, but I think long term those are just as solvable as coding.

I think architecture will become like an installer. Some kind of agent orchestration system will ask you "do you want this or that" and guide you through various architecture choices when you set up a project, or when those choices arise.

And for design, now that code is fast and easy to generate, an agent system can just generate two, three or four versions of the UX for each feature and ask "do you like this one, this one or that one?".

So a switch from upfront design / architecture choices you have to put into prompts to the agent orchestration system asking you to make a choice when the choice becomes relevant.

Re: Gas Town's agent patterns, design bottlenecks, and vibecoding at scale

#429

Lots of comments about Gas Town (which I get, it's hard not to talk about it!), but I thought this was a pretty good article -- nice job of summing up various questions and suggesting ways to think about them. I like this bit in particular: > A more conservative, easier to consider, debate is: how close should the code be in agentic software development tools? How easy should it be to access? How often do we expect d…

Maggie had many great articles. Technology x anthropology.

Re: Gas Town's agent patterns, design bottlenecks, and vibecoding at scale

#430
Damn..... Who would have thought falling for these con-artists online would take so much funds off you without your permission. Lost 24k usdt on the go. Forensics investigations had to be done via CIPHERTRACES. lost usdt was reversed back to my metamask. Glory to God.
Post reply on HN