SaaSHub helps you find the best software and product alternatives Learn more →
Gastown Alternatives
Similar projects and alternatives to gastown
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
claude-code
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
-
-
-
FLiPStackWeekly
FLaNK AI Weekly covering Apache NiFi, Apache Flink, Apache Kafka, Apache Spark, Apache Iceberg, Apache Ozone, Apache Pulsar, and more...
-
-
-
-
-
-
-
pied-piper
Pied Piper is a team of AI SubAgents that can autonomously/semi-autonomously work on long-running or complex coding tasks with full End-to-end tracking and human-in-the-loop approvals. Subagents can run on Claude Code, Coding CLIs that support SubAgents, Docker, Cloud Desktop etc.
-
jscpd
Copy/paste detector for programming source code, supports 223 formats. AI-ready with token-efficient reporter, skill and MCP server.
-
-
scout-for-lol
Discontinued Create match reports for League of Legends [GET https://api.github.com/repos/shepherdjerred/scout-for-lol: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
-
alice
Discontinued Extends Claude Code with adversarial multi-agent reviews (and review loops). [GET https://api.github.com/repos/evil-mind-evil-sword/alice: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by evil-mind-evil-sword)
-
megalinter
🦙 MegaLinter analyzes 50 languages, 22 formats, 21 tooling formats, excessive copy-pastes, spelling mistakes and security issues in your repository sources with a GitHub Action, other CI tools or locally.
-
-
classicswarm
Discontinued Swarm Classic: a container clustering system. Not to be confused with Docker Swarm which is at https://github.com/docker/swarmkit (by docker-archive)
gastown discussion
gastown reviews and mentions
- Dynamic Workflows in Claude Code
-
AlphaEvolve: Gemini-powered coding agent scaling impact across fields
I mean, Google already has Mu Zero, which Im willing to bet has evolved quite a bit in private because if anything is going to get us closer to actual AI its that.
Realistically, one can build a AI capable of reasoning (i.e recurrent loops with branches) using very basic models that fit on a 3090, with multi agent configuration along the lines https://github.com/gastownhall/gastown. Nobody has done it yet because we don't know what the number of agents is required and what the prompts for those look like.
The fundamental philosophical problem is if that configuration is possible to arrive at using training, or do ai agents have to go through equivalent "evolution epocs" to be able to do all that in a simulated environment. Because in the case of those prompts and models, they have to be information agnostic.
-
Copilot Squad
On the other extreme we've got things like Gas Town introduced by Steve Yegge where you just let a swarm of agents rip, barely read code at all and focus on making that setup produce the desired outcomes.
-
Does Gas Town 'steal' usage from users' LLM credits to improve itself?
From the most recent comment, looks like this is a bug, triggered by the system inadvertently activating an internal release tool [0]. Still a pretty wild bug, but not as dramatic as the title suggests. Which is kind of unfortunate honestly, the chaos of every gas town instance automatically contributing to itself would be beautiful to see.
- https://github.com/gastownhall/gastown/blob/main/internal/fo...
- Gas Town: From Clown Show to v1.0
-
Google Open Sources Experimental Agent Orchestration Testbed Scion
I'm looking forward to trying this. I've had a positive but high-variance experience with Gastown[1], which is in the same genre. I hope that Scion does better.
My main complaints with Gastown are that (1) it's expensive, partly because (2) it refuses to use anything but Claude models, (3) I can't figure out how to back up its beads/dolt bug database, which makes me afraid to touch the installation, and (4) upgrading it often causes yak shaving and lost context. These might all be my own skill issues, but I do RTFM.
But wow, Gastown gets results. There's something magic about the dialogue that happens between the mayor and the polecats that leads to an even better experience than Claude Code alone.
1. https://github.com/gastownhall/gastown/
-
The Byzantine MCP Router – AI Safety and Security via Semantic Consensus
Hi HN,
With the emergence of the Model Context Protocol (MCP), we are rapidly connecting large language models (LLMs) to critical infrastructure, APIs, and local files. However, the current standard assumes an extremely trusted 1:1 topology. On the other hand, newer agent-based worms (such as the BYOMCP exploits or OpenClaw) demonstrate that malicious payloads can dynamically overwrite an agent’s context window.
I have just submitted an article to arXiv (which is currently in the queue under cs.NI) that uses the Rice theorem, Kolmogorov complexity, and recent cryptographic proofs to demonstrate why attempting to solve this problem using asymmetric “security wrappers” is unfeasible from a mathematical standpoint. Guaranteeing 100% AI safety is computationally undecidable.
Instead of static filters, the article proposes a reactive topological defense mechanism: the Byzantine MCP Router (BMR). It acts as middleware that establishes a 1:R:N topology. Rather than relying on a single model, it sends the MCP tool request via multicast to several different base models.
To ground the theory in real-world engineering, the paper includes a case study on Steve Yegge's recently released "Gas Town" orchestration framework for Claude Code (https://github.com/steveyegge/gastown). It demonstrates how persistent Git-hook memory in standard hierarchical topologies creates a permanent incubator for agentic worms if a worker agent's context is hijacked.
Key concepts:
-
Gas Town by Kilo
If you want the full picture of how Gas Town works, Steve's original blog post is worth every one of its 25 pages. And the repo is open on GitHub if you want to dig into the code.
- Labor Market Impacts of AI
-
Before I forget how I got here...
The other main thing I think it's worth mentioning is Gastown (another of Steve Yegge's projects). I have been exploring this a bit, and the concept has a ton of merit. I don't know what the form factor will be but I hope that the next time I write a post like this it will be about how I went from working with 5-8 agents effectively, to managing swarms of agents that we don't even bother counting. But that's a topic for a while out, maybe summer 2026.
-
A note from our sponsor - SaaSHub
www.saashub.com | 13 Jun 2026
Stats
gastownhall/gastown is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of gastown is Go.