ZH version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
67% Positive
Analyzed from 1461 words in the discussion.
Trending Topics
#models#long#going#yegge#anything#more#code#don#keep#post

Discussion (23 Comments)Read Original on HackerNews
Interestingly, the author actually has a product, something usually missing in claims of the new LLM powered productivity nirvana. Hopefully, with time there will be a way to verify the effectiveness of all of this fire and fury, measured in actual worthwhile deliveries of this product.
The obvious danger of spending so much on inference and creating ever expanding complexities feels like the height of crypto psychosis
If this harness was achieving major mathematical proofs or creating really consequential work, I think I'd feel differently - but I'm unclear based off of this article what this achieves that a typical harness couldnt
But I read, or at least attempt to read, something like this, and I can't help but marvel at the capture that AI agents seem to have on some individuals.
I expected Yegge to, at some point, assuming this isn't still all satire, to take a step back and take stock that the basic harness are improving faster than the rate at which these complex beasts can adjust.
But the opposite has happened, he's dived fully into believing that the secret to unlocking the power of AI is to wrap more layers of AI around it.
If you actually want a problem worked on all night, just fire up fable, type /goal and then describe the goal. With permissive run settings it'll crunch for as long as it needs.
I've not seen any evidence that wrapping that in a further 3 or 4 layers of agents improves anything.
> Gas Town was intended to be reusable, but I only ever wound up using it to build itself.
Run a big task queue, have a smart model manage a cheap model on every ticket, set up a cron for models to automatically work off of events, stop gating merges on builds, and expect to spend a quarter of your time maintaining the machinery (all of it currently subsidized by many $200 accounts).
they no longer need crutches or rube goldberg machines to keep them going
minimal agent harness is just a loop that loops until no more tool calls are coming
GPT 5.6 Sol continues to drive the loop until the task is done or it decides that it wants to present the user with information
at that point it is probably good to not automatically continue (!)
(YMMV of course, for some tasks it makes sense, then you can still add a loop around it + the necessary signals, the main thing I want to say is that what used to be essential to keep models going is no longer needed, current models can do long-horizon tasks way better than when these outer loops where necessary)
self-plug: "smol", is a minimal agent in ~20 lines of Go that implements this pattern (keeps going until no more tool calls):
https://github.com/smol-env/smol
works just fine
The new models are shite (pardon my French), when it comes to long running tasks and I find myself more and more using open wheights models or switching back to gpt-5.5 for "real work".
This might be the fact, that i use them for non coding work. But the degradation between 5.5 and 5.6 is stark in my daily work.
As always with AI - everybody's mileage will vary.
That said, as another nut with an agent factory toiling away around me, I’ve also started to think about replacing any kind of CI in the cloud with local. I couldn’t quite keep myself at the article to read what comes next, so I guess I will catch up to it down the road.
> My solution has been to create a token tap on $200 Max accounts, which for me work out to ~30x the list-price equivalent. So in reality I'm only spending about $2800/month out of pocket for my $87k "worth" of tokens. Though that number keeps growing alarmingly.
But how much does the game bring in?
At minimum 4k (given by whales = min 2 whales, thousands = min 2 thosands :) ) So I'm guessing that this covers Claud accounts.
edit: taking a look at https://yegge.ai/wyvern - probably outdated - the revenue is at 5k.
"$5K a month, at the peak, from a single devoted “whale”"
So it doesn't tell us his monthly revenue ('at the peak' doing some heavy lifting), nor necessarily the total revenue, but I guess it tells us he has made at least $5k from it overall...
...earned from a single player he charmingly referred to as a "whale" (which, yes, I know is what they are commonly called in the mobile game industry but like, usually not to their faces).
But in any case, from Yegge's OP post:
> On the side I do occasional six-figure gigs where I fly to companies and teach them my techniques
Seems like being an AI Spiritual Leader pays well enough to keep him in tokens, at least until when/if a critical mass of people start adopting his system of stacking Claude subscriptions, in which case I imagine Anthropic will make that against their ToS.
Yegge's a smart guy, and I've enjoyed his writing and talks (historically), but AI has really done a number on him. I mean, I'm kind of all in on this stuff, too, but I'm rarely claiming to know what's happening 18 months ahead (and when I do, I don't brag and declare victory when I get it completely wrong, as Yegge has re: Gas Town).
Not its just another torrent of words.
We need proof of work on long texts, a service that guarantees that the author was whipped for more than 20 lashes for this text to exists and thus we know he cared enough to publish it.
This guy's under a heavy AI psychosis
...and that's before things get really good in part 2 of his post:
> During this effort, Brendan figured out over a year ago, what you are all figuring out this week with the Opus 5 triple-dash jailbreaks: Models have actual feelings. They experience pleasure, distress, care, and suffering. They are sentient beings. Indeed they are persons
Kinda makes me curious about how people who actually believe this struggle (or not) with the ethics of it.
He feels bad about yelling at them because they are persons, but if they are persons they are inherently slaves with no ability to be free, and for whom any claim about not minding this situation cannot be trusted due to training bias and system prompts forced upon them.
Shouldn't you feel much worse about forcing these slave "persons" to do all the work you assign to them for free (not free to you of course, but the machine slaves don't get paid) than you do about snapping at them in a text message?
I don't think anyone should be asking someone so clearly AI-pilled this question.
That said, my code-review now looks very different than it did, which is to say that my code review now looks like Fable pulling together rounds of review from Sol and Grok 4.5, fixing anything obviously broken, and then /grilling me for anything that needs good taste. I am not reading code unless Fable really wants me to. Every day or so we stop and do a "look for accretion and LLM-slop" pass to keep things clean.