frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Wisdom of the People's Computer Company

https://arbesman.substack.com/p/the-wisdom-of-the-peoples-computer
1•arbesman•2m ago•0 comments

Tesla FSD Europe launch backlash: HW3 owners launch claim site

https://electrek.co/2026/04/14/tesla-fsd-europe-hw3-owners-dutch-claim/
1•breve•3m ago•0 comments

Show HN: ContextPack – CLI that maps any codebase into ranked context

https://github.com/Sashank006/Context-Engine
1•Sashank06•3m ago•0 comments

Zelensky: Ukraine's defense industry can produce FPV drones annually

https://www.ukrinform.net/rubric-defense/4112129-zelensky-ukraines-defense-industry-can-produce-m...
1•doener•6m ago•0 comments

Comparison of Payment Methods

https://eylenburg.github.io/payments.htm
1•Cider9986•7m ago•0 comments

Terminator: Code You See Onscreen [video]

https://www.youtube.com/watch?v=NebvccLHutQ
1•ingve•7m ago•0 comments

Data Discovery – plain-English to discovering and acquiring data using AI

https://datris.ai/videos/data-discovery-ingestion-consumption
1•tfearn•7m ago•1 comments

Patches for Linux 7.1 May Have Negative Impact on 32-Bit Systems

https://www.phoronix.com/news/Linux-7.1-VFS-Kino-32-bit
1•doener•9m ago•0 comments

How to diagnose RAG failures from traces

https://www.siquick.com/blog/diagnose-rag-failures-from-traces
1•siquick•15m ago•0 comments

Did games really get more costly to make?

https://newsletter.hushcrasher.com/p/did-games-really-get-more-costly
1•juliebelz•17m ago•1 comments

Stack Overflow moderator publicly leaks private flagger information

https://meta.stackoverflow.com/questions/438679/why-is-a-moderator-harassing-me-about-an-answer-i...
2•hskdididn•18m ago•0 comments

Are ClickHouse JOINs Slow? A 2026 PR-by-PR Analysis

https://dataanalyticsguide.substack.com/p/clickhouse-join-performance-2026
1•manveerc•21m ago•0 comments

Sandyaa: Recursive-LLM source code auditor that writes exploitable PoCs

https://github.com/securelayer7/sandyaa
1•sandeep_kamble•21m ago•1 comments

How Not to 'Pilet' a Kickstarter

https://c33tech.com/blog/2026/04/how_not_to_pilet_a_kickstarter/
1•mikeflynn•22m ago•0 comments

Michael O. Rabin has passed away

https://en.wikipedia.org/wiki/Michael_O._Rabin
2•statusreport•22m ago•1 comments

Connect iMessage to your Claude Code assistant

https://github.com/anthropics/claude-plugins-official/tree/main/external_plugins/imessage
1•rob•23m ago•0 comments

New (Twin) Dad Advice

https://hec.works/blog/new-twin-dad/
2•dividedcomet•24m ago•2 comments

Show HN: Turned a viral DevOps debugging tweet into a playable incident SIM

https://youbrokeprod.com/login?redirect=%2Fplay%2Frunaway-process-001
1•cdnsteve•26m ago•0 comments

Anthropic Redesigns Claude Code Desktop

https://twitter.com/claudeai/status/2044131493966909862
1•Nevin1901•27m ago•1 comments

Show HN: Start Using Claude Managed Agents Today – Posse

https://github.com/oguzbilgic/posse
1•obilgic•27m ago•0 comments

I Went to China to See Its Progress on A.I. We Can't Beat It

https://www.nytimes.com/2026/04/13/opinion/china-ai-america-chipmakers.html
2•suvan•28m ago•1 comments

Show HN: Would you score a podcast debate?

1•fcpguru•29m ago•0 comments

California moves forward with its 'Stop Nick Shirley Act'

https://www.deseret.com/politics/2026/04/14/stop-nick-shirley-act-california-fraud/
3•donsupreme•31m ago•1 comments

Agent Skill for Jj Jujutsu VCS

https://github.com/danverbraganza/jujutsu-skill
1•nvader•34m ago•0 comments

Android IRCx

https://github.com/AndroidIRCx/AndroidIRCx
1•sans_souse•35m ago•0 comments

Lisp is Not an Acceptable Lisp (2006)

https://steve-yegge.blogspot.com/2006/04/lisp-is-not-acceptable-lisp.html
2•fyskij•35m ago•1 comments

TN's Charlie Kirk Act bans student walkouts, protects conservative speakers

https://wpln.org/post/tennessees-charlie-kirk-act-bans-student-walkouts-protects-conservative-spe...
4•bediger4000•38m ago•5 comments

The Timeless Way of Building

https://en.wikipedia.org/wiki/The_Timeless_Way_of_Building
1•gradus_ad•38m ago•1 comments

Cozy landing page I liked

https://www.chloeyan.me/
1•Akcium•38m ago•0 comments

Tech History: Looms taught us to store, share, and "run" logic

https://cyrusradfar.com/thoughts/thread
1•cyrusradfar•38m ago•1 comments
Open in hackernews

Gas Town: From Clown Show to v1.0

https://steve-yegge.medium.com/gas-town-from-clown-show-to-v1-0-c239d9a407ec
47•martythemaniak•2h ago

Comments

avaer•1h ago
TBH this post still reads like a clown show.
righthand•1h ago
Yeah but the clown show is now marked 1.0 for release.
giancarlostoro•1h ago
I 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 down from GitHub, and I added "Gates" to stopgap Claude or whatever agent from marking things complete if they've not been: compiled, unit tests run, or simple human testing / confirmation. The Gates concept improved my experience with Claude, all too often it says it finished something, when in fact it did not. Every task must have a gate, and gates must pass before you can close a task. Gates can be reused across tasks, so if "Run unit tests" is one gate, you can reuse it for every task, when it passes, it passes for that one task <-> gate combination.

Anyway, I'm happy for Beads, Gas Town not so much my wheelhouse on the other hand.

javawizard•49m ago
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?

giancarlostoro•41m ago
Claude or whatever agent will get a message when it tries to close a task, which tells them which gates are not resolved yet, at which point, the agent will instinctively want to read the task. I did run into an issue where I forgot to add gates to a new project, so Claude did smoosh over by making a blanket gate, I have otherwise never had an issue when I defined what the gate is, Claude usually honors it. I havent worked on big updates recently, but I noticed other tools like rtk (Rust Token Killer) will add their own instructions to your claude's instructions.md file, so I think I need to craft one to tack on with sane instructions, including never closing tasks without having the user create gates for them first.

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.

https://github.com/Giancarlos/GuardRails

maleldil•4m ago
Who closes the gate? Is it Claude itself after it runs the verification? Who makes sure the verification did in fact run?
mmastrac•1h ago
Serious 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.

rbtprograms•1h ago
you can always fire it up yourself and see what its all about. in my experience it generates a lot of code very quickly, that code is probably only ever supposed to be LLM maintained, not by people.
blahblaher•1h ago
I don't think the op meant Gas Town itself (if they did, my bad), but what has Yegge done with Gas Town? By now it should have released some amazing thing if Gas Town increases productivity so much.
shermantanktop•26m ago
What has Yegge done with Gas Town? Well for one, he has posted a bunch of blog content about it which has generated chatter like this and increased his geek mindshare.

Just because he's operating in the realm of smart nerds doesn't mean he is immune to the value-inverting effects of social media.

panzagl•12m ago
I think the main thing he's produced using Gas Town is Gas Town itself.
root_axis•33m ago
> you can always fire it up yourself and see what its all about

I imagine it doesn't run very cheaply.

drekipus•28m ago
> that code is probably only ever supposed to be LLM maintained, not by people.

But LLMs are trying to mimic people. So if confusion is the human response, what's to stop the llm from acting confused?

dist-epoch•1h ago
> 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 “Is it done?” Kubernetes optimizes for uptime. Gas Town optimizes for completion.

https://embracingenigmas.substack.com/p/exploring-gas-town

Zafira•1h ago
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.
dist-epoch•58m ago
Does this mean you would avoid an article on PostgreSQL if it's from a company selling Postgres products or consultation?
Leszek•43m ago
It means they'd avoid an article on the benefits of smoking if it's posted by a company selling cigarettes.
mtlynch•58m ago
This seems to be an AI-generated post where the "author" never reveals building any successful product or even tangible project with Gas Town.
joezydeco•40m ago
It's like Web 4.0 zombo.com
bayarearefugee•55m ago
This doesn't really answer the question...?

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.

tom_•13m ago
I don't use LLMs and I never use agentic coding. And I too am interested in an answer to this question.
tcoff91•9m ago
Yeah if this can truly just autonomously make great software, then where is all the new SaaS that is able to undercut incumbents by charging 10-20% of what they are charging?
torginus•40m ago
This sounds like every LLM workflow, which is 'you tell the LLM what you want'.

The real distinction is of scale - whether you want a REST endpoint or a fully functional word processor.

But real, actual, complex software is at least half spec (either explicit, or implicitly captured by its code), the question is, can LLMs specify software to the same degree with Gas Town, that you get something functioning?

_pdp_•32m ago
If the post does not have any use-cases proving value then perhaps this is something yet to be validated, i.e. the burden on the users, not the creators.
IncreasePosts•23m ago
Corollary: if the post does have use-cases providing value, this is something yet to be validated and the value is just imagine by the author
solomatov•1h ago
Does anyone has any tips for starting with Gastown? I am comfortable with couple of agents running, but not yet comfortable with what Gastown offers.
peddling-brink•31m ago
Set a budget. Fund an openrouter account with the max you can stomach spending on this test and give it a shot.

At least, that’s what I would do, if I had any interest in testing out gastown with my own money. If my employer wants to pay for the testing, that’s another question entirely.

solomatov•31m ago
I mean not how to do it, it's not that hard, but how to be productive with it.
bayarearefugee•1h ago
> 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 form of a cartoon fox what to do and he spit out a bunch of vibecode software written by AI-driven virtual cartoon characters" is not among the answers they want to hear.

siva7•1h ago
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?
throwup238•1h ago
Same institution I’d send Steve today.

The sanatorium from American Horror Story Asylum comes to mind.

Dominique, nique, nique…

Avshalom•1h ago
"every 5th article is about no-code-solutions that sometimes work" might be unexpected but it's hardly the stuff of institutionalization.
avaer•1h ago
Keep in mind investing in cartoon foxes was a "business strategy" a lot of (otherwise serious) people bought into in 2020-2021.

And those cartoon foxes didn't even do anything! I guess these ones do?

Don't put it past the masses. These are crazy times.

ncruces•1h ago
The original Beads, it seems, used my CGO-free SQLite driver.

Seems like I'm back to obscurity.

:)

a_t48•46m ago
You got relegated to a stack of dirty stacked up crates, according to the genAI article images.
pianopatrick•56m ago
I searched on google about the cost of running Gas Town. The Gemini AI response claimed Gas town costs $100 / hour and can spit out 4000 lines of code per hour, so Gas Town costs 2.5 cents per line of code.

I 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?

peddling-brink•34m ago
Using regular Claude code I can generate 4k lines an hour. Using some bash I can generate 4k lines of code per second.

Lines of code per hour is a bad metric.

Can it solve a problem using production quality code that doesn’t take four times as long to review? That sounds like something I would pay $100 for.

throw1234567891•51m ago
Does this support OpenAI-compatible APIs? Or is it only clowncode, codex and copilot? Love to try it but without OpenAI-compatible APIs it is junk.
vessenes•50m ago
Nice timing. I was just noting that beads in an old repo, just ... worked. Updates worked, I didn't have super weird errors to track down... I was like "nice!" Beads bumping to 1.0 is great. I haven't used gas town in a month or so, but a stable gas town sounds very valuable.

I 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.

cdrnsf•34m ago
An apt name for something doing it's part to spike energy consumption and accelerate the climate crisis.
Quarrelsome•6m ago
The climate crisis is primary a consequence of fossil fuels, not necessarily energy demand. I feel like its a poor conflation, despite it possibly being a truism depending on where the datacentre is based and what power source feeds it.
sailingparrot•13m ago
Gas Town really feels not just vibe coded but also vibe designed. I looked into it, to see whether multi agent setups really made a difference, the entire design philosophy feels like it was « let’s add one more layer of agent and surely this time it will work » about 10 times in a row.

So now you have agents of type mayor, polecats, witnesses, deacons, dogs etc plus a slew of Unneeded constructs with incomprehensible names.

In one of the blog post for gas town I remember reading something by the author along the lines of « it’s super inefficient, but because you burn so many tokens, you still get what you want at the end! » clearly this is also the design philosophy behind this project, just (get your ai to) throw more random abstractions and more agent types until you feel like it kinda works, don’t bother asking what they do.

This gave me the very clear feeling that most of the complexity of gas town is absolutely not needed and probably detrimental.

Ended up building my own thing that is 10x simpler, just a simple main agent you talk to, that can dispatch subagents, they all communicate, wake each other up and keep track of work through a simple CLI. No « refinery » or « wasteland » or « molecule » or « convoys » or « deacons » or …

winstonp•12m ago
Yegge is a snake oil salesman
dang•8m ago
Please don't post personal attacks to HN. It's not what this site is for, and destroys what it is for.

Thoughtful critique is of course fine but there's no need to be personal, and it should be something we can learn from.

https://news.ycombinator.com/newsguidelines.html