Dmk
Is anyone here using any AI agent frameworks/loop programs/scripts?
I’ve been using Claude Code/Gemini/Codex pretty heavily, all manual - IE I create a new Git worktree, open a new terminal start claude and go into plan mode to explain what I want. This works well, but is not automated in any fashion of course.
What I want to do is have a CLI program/script that continuously pulls from a backlog of issues and spins up agents for different stages - ultimately creating a PR for review.
There are multiple tools that do this, some seem very complex and hard to understand what they are doing/how to use it, other seem pretty close to what I want:
- GitHub - gastownhall/gastown: Gas Town - multi-agent workspace manager · GitHub
- GitHub - Dicklesworthstone/agentic_coding_flywheel_setup: Bootstraps a fresh Ubuntu VPS into a complete multi-agent AI development environment in 30 minutes: coding agents, session management, safety tools, and coordination infrastructure · GitHub
- GitHub - lavallee/cub: A CLI for Ralph + Beads-style development with harnesses like Claude Code and Codex · GitHub
- GitHub - mikehostetler/wreckit: Wreck it Ralph Wiggum - My code is in danger! · GitHub - from @mikehostetler
Has anyone tried any of these or others? What has your experience been?
Trending in AI / LLMs
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
It’s not that it’s vocabulary is too advanced. It’s something worse.
I get lost trying to follow even a paragraph written by Claude. It’...
New
This showed up on my feed.. anyone heard of it? Just hype?
Ox Alpha is a reasoning model designed for coding, sustained ag...
New
With advancements in AI gathering pace and set to increasingly accelerate, perhaps it’s worth having an annual thread on the topic - feel...
New
What
A larger rant at in this post. Code at github: GitHub - dmitriid/llamex: Credo Plugin that detects issues that LLM-assisted Elixir r...
New
Following on from some recent threads about AI and AI created projects I’m curious what people have been creating with AI tools …and perh...
New
I like to find performance optimizations and hidden bugs in Elixir codebases with coding agents.
If I just ask them directly to find tho...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #security










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
Lucassifoni
Wow, I was thinking this to soon exist in another post yesterday, I guess it’s impossible to keep up. My next prediction will then be a simcity-like GUI to manage all of that.
I’d be curious to hear about people really using this - no judgment from me here, I really don’t manage to imagine it.
DaAnalyst
Me neither. Actually, I keep failing to see the problem these kinds of “solutions” are trying to solve (even if they worked impeccably).
Dmk
The problem (at least the problem I am trying to solve) is why don’t I have an agent (or agents) running 24/7 building features, fixing bugs, etc autonomously.
Whether or not this can work well enough to be useful remains to be seen. I’m happy with my current flow, but it still requires quite a bit of manually intervention, and sits idle many hours a day.
dimitarvp
That’s a strange form of FOMO. Who is putting pressure on you to deliver 24/7, even while you sleep?
Dmk
Haha, definitely not FOMO.
If a tool existed that could do this and do it well, I’d be very interested in trying it and seeing the results - I guess you wouldn’t?
Worst case it doesn’t help at all, best case it speeds up delivery of entire new apps/features/fixes/etc.
dimitarvp
Of course I would, what crazy lunatic would not?
It’s the “do it well” thing that’s still under active debate. It’s very far from a given. It’s far from being proven as well. It’s very, very much in the air still.
I disagree; the worst case is that it balloons your line count by 15x and you are left holding the bag and burning through even more tokens (and through your wallet) trying to fix the mess.
In my experience during 2025, that risk is under-represented and downplayed by a lot of folk. I will not go as far as to claim it’s a conspiracy by the LLM vendors. Maybe people with sunk cost fallacy did not want to look bad so they either avoid the topic or downplay the negative outcomes.
In any case, fully autonomous agentic coding is still high-risk. That’s how it looks from where I am standing. It’s not a win-win at all, careful curation is still very much needed. And that part is still extremely difficult to automate or outsource to other agents (though that latter part might be already changing).
allen-munsch
@Dmk I have not, I don’t have the personal budget to burn several hundred dollars a day, or the bandwidth of attention. I have a very small brain, and very little attention. There isn’t anything new or particularly novel about the idea, see prior work with: MetaGPT honestly gas town seems like a troll post with sparkle emojis
Additionally, the security implications are kinda insane, and reviewing the AI reviewers of the AI reviewers, when does it end, a never ending firehose of PRs to sign off on?? no thanks.
I think more lines of code is not the only metric for quality of life improvements. Maybe if the gas town idea was more efficient, and usable by regular people, would I consider the idea, as of right now it’s a dead end for general computing, imo.
The best features are no features at all.
It’s like at a certain point you can only scale so far vertically, and horizontally, before looking inwards and considering optimizations as the biggest win, additionally in the sense of visual programming, UML, BPM, do we care what is inside the blackbox programming paradigm? there is a balance between abstraction and introspection, and wholesale token generation to replace a 50MB blackbox with the inputs ( thing: str ) and the output → void print thing, which literally is just a print hello world
https://arxiv.org/pdf/2512.24601
Hence the reason I’ve been focused on this: https://zypi.neocities.org/
Dmk
Agreed. I want to explore it though, hence asking if anyone has tried any of the existing tools, and what their results have been.
Also agree with this. But worst case is that you try it, it yields this result, and you say no thanks. You don’t have to accept it or use it. Worst case isn’t blindly accepting the output.
sodapopcan
Love your neocities site
Dmk
Yeah I haven’t tried any of them either. And won’t try gastown - way to complex for what I’m looking to do.
Also love your website!