Earlier quoted context omitted.
> Having spent six weeks or so using Gas Town across multiple simultaneous projects, I believe I can describe the shift concretely. The bottleneck migrates from coding speed to the rate at which you can generate ideas, write specifications, and validate outputs. You are no longer limited by how fast you can build. You are limited by how fast you can think. Interesting: > Kubernetes asks “Is it running?” Gas Town asks…
I’m not sure I find the testimony of a Bain & Company AI consultant ( https://www.bain.com/our-team/eric-koziol/ ) to be compelling for anything outside of generating fees.
Gas Town: From Clown Show to v1.0
21–30 of 183 posts
Re: Gas Town: From Clown Show to v1.0
#22> But no need to wait. At a high level, Gas City is the answer to all your problems. Ha! At least, for certain classes of problem, such as, “How can I bring AI into my company and pass an audit trail,” The important audit at my company is conducted by the FDA. I have a feeling when they ask what processes we followed to mitigate any user harm that could be caused by software changes that "I told an AI-mayor in the fo…
Not yet... but me in 2020 telling you what the HN frontpage 2026 would look like you would have sent me to a mental institution, wouldn't you?
Re: Gas Town: From Clown Show to v1.0
#23I tried tracking down where those numbers came from and the sources were a bit sketchy. Can anybody who has used Gas Town confirm those numbers, or report their personal numbers?
Re: Gas Town: From Clown Show to v1.0
#24Serious question - there's a lot of fluff talking about Gas Town, but has Gas Town shipping something in public that can be evaluated without all of this surrounding hype and blogposting? At this point it should be clear that Gas Town has done something we can evaluate the value of.
> Having spent six weeks or so using Gas Town across multiple simultaneous projects, I believe I can describe the shift concretely. The bottleneck migrates from coding speed to the rate at which you can generate ideas, write specifications, and validate outputs. You are no longer limited by how fast you can build. You are limited by how fast you can think. Interesting: > Kubernetes asks “Is it running?” Gas Town asks…
You provided a quote from someone who seems to be an AI-boosting influencer who claimed to use it, but where's the output in the form of code we can look at, or in the form of an app someone can use today?
I'm not an AI-denier. I use LLMs and agentic coding. They increase my productivity.
...but there is still a very real problem with people claiming that some new way of using AI is earth shattering, and changes everything based on vague anecdotes that don't involve a tangible released output that they can point to.
Re: Gas Town: From Clown Show to v1.0
#25Re: Gas Town: From Clown Show to v1.0
#26I think Yegge's instincts that making a programmable / editable coordination layer (he calls this gas city) is a great idea. Gas town early days was definitely a wild experience in terms of needing to watch carefully lest your system be destroyed, and then I put that energy into OpenClaw - I'll probably spin up Gas City and see what it can do soon though. Very cool.
Re: Gas Town: From Clown Show to v1.0
#27I loved Beads, but kept running into issues because it is so git heavy. One: not every system and project I work on uses git. Two: Sometimes I'd switch branches, and that would screw up Beads state entirely. Three: And this is at least last I used it, there's no safety net, Claude would close a Bead, without validating anything. I wound up building my own with Claude, I made it SQLite first, syncs to GitHub, can pull…
How did you implement gates? Are they simply tasks Claude itself has to confirm it ran, or are they scripts that run to check that the thing in question actually happened, or do they spawn a separate AI agent to check that the thing happened, or what?
Re: Gas Town: From Clown Show to v1.0
#28The original Beads, it seems, used my CGO-free SQLite driver. Seems like I'm back to obscurity. :)
Re: Gas Town: From Clown Show to v1.0
#29Earlier quoted context omitted.
I’m not sure I find the testimony of a Bain & Company AI consultant ( https://www.bain.com/our-team/eric-koziol/ ) to be compelling for anything outside of generating fees.
Does this mean you would avoid an article on PostgreSQL if it's from a company selling Postgres products or consultation?
Re: Gas Town: From Clown Show to v1.0
#30I loved Beads, but kept running into issues because it is so git heavy. One: not every system and project I work on uses git. Two: Sometimes I'd switch branches, and that would screw up Beads state entirely. Three: And this is at least last I used it, there's no safety net, Claude would close a Bead, without validating anything. I wound up building my own with Claude, I made it SQLite first, syncs to GitHub, can pull…
Love this. How did you implement gates? Are they simply tasks Claude itself has to confirm it ran, or are they scripts that run to check that the thing in question actually happened, or do they spawn a separate AI agent to check that the thing happened, or what?
In a nutshell, a gate is a entry in the DB with arbitrary text, Claude is good about following whatever it is. Claude trying to close a task will force it to read it.
Life's gotten slightly busy, but you can see more on the repo. I've been debating giving it a better name, I feel like GuardRails implies security, when the goal is just to validate work slightly.