frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Warranty Void If Regenerated

https://nearzero.software/p/warranty-void-if-regenerated
35•Stwerner•1h ago
As an experiment I started asking Claude to explain things to me with a fiction story and it ended up being really good, so I started seeing how far I could take it and what it would take to polish it enough to share publicly.

Over the last couple months, I've been building world bibles, writing and visual style guides, and other documents for this project… think the fiction equivalent of all the markdown files we use for agentic development now. After that, this was about two weeks of additional polish work to cut out a lot of fluff and a lot of the LLM-isms. Happy to answer any questions about the process too if that would be interesting to anybody.

Comments

SeriousM•23h ago
This is such a good written fiction story. Well done. And the best part: I can see myself as Tom.
bstsb•23h ago
excellent story, it was both interesting and mildly terrifying. to think that one day software could be malleable seems so wrong to me - you would think having deterministic results is important for programming - and yet with "vibe coding" that really seems to be where it's going.
sanex•22h ago
The whole reason it is called software is because of its malleability :)
bethekidyouwant•23h ago
It’s a neat piece of writing, but not nearly dystopic enough for my taste. There will only be one farm and whoever is fixing it will be on the other side of the world.
iwontberude•23h ago
Dystopians are too easy. The real challenge and reward are interesting utopian novels.
8n4vidtmkvmk•22h ago
I think that's the point, and it's refreshing to see. My takeaway is that even if everything goes as good as it possibly could go, there will still be a need for that human touch.

Just saying that everything is going to go to shit and one or two corporations will take over everything... Maybe, but I've heard that story already.

recursive•23h ago
I used to live in Marshfield WI. It's kind of jarring to see it mentioned "in the real world", the the extent that HN resembles that.
jumpalongjim•23h ago
Often suggested by optimistic podcast guests these days: the as-yet-unknown new careers that will replace the familiar old ones and thus give employment in the AI era. I think your story is more a commentary on the current AI goldrush than an insight into future careers.
hatthew•23h ago
A fun read!

I'm mildly thrown off by some inconsistencies. Carol says "I’ve been under-watering that spot on purpose for thirty years," and then a paragraph down Tom's thoughts say "Carol didn’t know that she under-watered the clay spot." Carol considers a drip irrigation timer the last acceptable innovation, but then the illustration points to the greenhouse as the last acceptable illustration. Several other things as well, mostly in the illustrations.

Are these real inconsistencies or am I misunderstanding? Was this story AI-assisted (in part or all)? Is this meta-commentary?

gunalx•23h ago
I also got a slight feeling of ai assistance as well (especially on the drawings), but the story was well written and really sucked me in all in all.
Stwerner•22h ago
Thanks! Yeah this was AI assisted. As an experiment I started asking Claude to explain things to me with a fiction story and it ended up being really good, so I started seeing how far I could take it.
dazzaji•13h ago
I’m pleasantly surprised this was AI assisted so deeply that inconsistencies like that slipped by you. The writing is really extraordinary. It made me want to read for fun again for the first time in decades. Thank you!
Stwerner•8h ago
Funny, I was talking to a friend the other day about some thoughts on branding and he commented "as someone with a background in marketing & advertising communications, it's wild to watch a software engineer learn the value of branding and marketing from first principles".

I guess I'm also learning the value of working with an editor from first principles... over the last couple weeks before publishing I read through and made edits to this piece at least twice a day and still didn't catch this.

cortesoft•23h ago
I do enjoy this sort of speculative fiction that imagines though future consequences of something in its early stages, like AI is right now. There are some interesting ideas in here about where the work will shift.

However, I do wonder if it is a bit too hung up on the current state of the technology, and the current issues we are facing. For example, the idea that the AI coded tools won't be able to handle (or even detect) that upstream data has changed format or methodology. Why wouldn't this be something that AI just learns to deal with? There us nothing inherent in the problem that is impossible for a computer to handle. There is no reason to think AIs can't learn how to code defensively for this sort of thing. Even if it is something that requires active monitoring and remediation, surely even today's AIs could be programmed to monitor for these sorts of changes, and have them modify existing code when to match the change when they occur. In the future, this will likely be even easier.

The same thing is true with the 'orchestration' job. People already have begun to solve this issue, with the idea of a 'supervisor' agent that is designing the overall system, and delegating tasks to the sub-systems. The supervisor agent can create and enforce the contracts between the various sub-systems. There is no reason to think this wont get even better.

We are SO early in this AI journey that I don't think we can yet fully understand what is simply impossible for an AI to ever accomplish and what we just haven't figure out yet.

andai•22h ago
Yeah, in the real world, Tom is already an OpenClaw instance...
Stwerner•22h ago
Funny I actually saw this tweet this morning about an Openclaw instance getting too advanced for the users to know how to control and fix: https://x.com/jspeiser/status/2033880731202547784?s=46&t=sAq...
Imustaskforhelp•24m ago
> Funny I actually saw this tweet this morning about an Openclaw instance getting too advanced for the users to know how to control and fix: https://x.com/jspeiser/status/2033880731202547784?s=46&t=sAq...

I feel like this ultimately boils down to something similar to nocode vs code debates that you mention. (Is openclaw having these flowcharts similar to nocode territory?)

at some point, code is more efficient in doing so, maybe even people will then have this code itself be generated by AI but then once again, you are one hallucination away from a security nightmare or doesn't it become openclaw type thing once again

But even after that, at some point, the question ultimately boils down to responsibility. AI can't bear responsibility and there are projects which need responsibility because that way things can be secure.

I think that the conclusion from this is that, we need developers in the loop for the responsibility and checks even if AI generated code stays prevalent and we are seeing some developers already go ahead and call them slop janitors in the sense that they will remove the slop from codebase.

I do believe that the end reason behind it is responsibility. We need someone to be accountable for code and we need someone to take a look and one who understands the things to prevent things from going south in case your project requires security which for almost all production related things/not just basic tinkering is almost necessary.

gambiting•13h ago
>>There is no reason to think AIs can't learn how to code defensively for this sort of thing.

For the exact same reason why there is absolutely no technical reason why two departments in a company can't talk to each other and exchange data, but because of <whatever> reason they haven't done that in 20 years.

The idea that farmers will just buy "AI" as a blob that is meant to do a thing and these blobs will never interact with each other because they weren't designed to(as in - John Deere really doesn't want their AI blob to talk to the AI blob made by someone else, even if there is literally no technical reason why it shouldn't be possible), seems like the most likely way things will go - it's how we've been operating for a long time and AI won't change it.

cactusplant7374•58m ago
> The supervisor agent can create and enforce the contracts between the various sub-systems.

Or you can ask the agent to do this after each round. Or before a deploy. They are great at performing analysis.

lelandbatey•23h ago
Who can know what the world will look like as we "transition"? I sure don't, but I'm thankful the author here has taken a stab at it. I feel like this is one of the first stories I've seen to try to imagine this post-transition world in a way that isn't so gonzo as to be unrelatable. It was so relatable (the human-ness shining all the brighter in a machine-driven world) that I cried as I finished reading. I've felt very anxious about my own future, and to see one possible future painted so vividly, with such human and emotionally focused themes, triggered quite an emotional reaction. I think the feeling was:

> If the world must change, I hope at least we still tell such stories and share how we feel within that change. If so, come what may, that's a future I know I can live in.

Stwerner•20h ago
Thank you for this comment, I'm so glad it made you feel a little bit better about the future, if even for a little while!

This is really the whole idea behind this project with Near Zero. I think there's a lot of anxiety out there around AI and the future, I was there for a while too. Ultimately I've ended up pretty optimistic about it all, and inspired by what the group at Protocolized is doing, found science fiction a great way to help express that.

tengwar2•23h ago
There's a bit of a tradition of introducing engineering ideas through stories. I remember a novella which was used to introduce something like MRP II (https://en.wikipedia.org/wiki/Material_requirements_planning) in the 80's. One of the reasons I think it works is that it keeps a focus on the human elements - like why Tom fitted the switch in your story. I remember automating a lab system back in 1985, which would bring in £1000 per day. Two weeks later I found out that the reason it wasn't in use was that the user wanted an amber monitor rather than a green one. I fitted the switch.

I don't know if this is what the future will look like, but this looks realistic. And if my non-existent grandson starts re-coding my business without asking, he's going to spend the next six months using K&R C.

chse_cake•23h ago
this is such a beautiful essay. thank you op for posting. made my day :)
andai•22h ago
I enjoyed this very much. But I have to wonder, was this written by Claude?

Edit: got it right!

https://news.ycombinator.com/item?id=47419681

Stwerner•22h ago
Haha well it was me and Claude ;)
Syntonicles•21h ago
I wonder if it was de-indexed from HN for this reason.

30 minutes ago it was on the front-page, now I can't find it listed in the top 200.

Stwerner•21h ago
Yeah I was wondering the same thing. I didn’t realize there was any kind of rule against this kind of stuff
pseudalopex•8h ago
There was another rule you did not know seemingly. Please don't use HN primarily for promotion. It's ok to post your own stuff part of the time, but the primary use of the site should be for curiosity.[1]

[1] https://news.ycombinator.com/newsguidelines.html

ethansinjin•10h ago
A fun read. I was hoping for the title to have some more relevance to the story, like someone who had handcrafted a piece of software and didn’t want others messing with it! Was that ever part of a draft?
Stwerner•8h ago
Ugh yeah, I had an aside about the right-to-repair fights still going on indefinitely into the future that I ended up cutting. I kept the title because it seemed like a warning the characters would see on everything they bought, even if they ignored it. I'm sure I'll explore the idea more in the future though, I plan to explore insurance and liability and law at some point too.
cactusplant7374•59m ago
There are always bugs in software. The question is do you have enough eyes on the data to spot them or do they linger for years.
helle253•26m ago
that's funny, i know where this story is set (i grew up there) - or at least, the place Claude was basing things off of

some inconsistencies that stuck out/i found interesting:

- HWY 29 doesnt run through marshfield, its about 15 miles north.

- not a lot of people grow cabbage in central wisconsin ;)

- no corrugated sheet metal buildings like in the first image around there

- i dont think theres a county road K near Marshfield - not in Marathon county at least

fwiw i think this story is neat, but wrong about farmers and their outlooks - agriculture is probably one of the most data-driven industries out there, there are not many family farmers left (the kinds of farmers depicted in this story), it is largely industrial scale at this point.

All that said, as a fictional experiment its pretty cool!

Havoc•22m ago
This sort of article really needs at least a vague clue as to what it is about.

It's a long article and from skimming I see chat of farming, software, GPS. I can't tell whether this is worth investing time to read if I can't even tell what it may be about

acuozzo•21m ago
It's speculative fiction.
shermantanktop•17m ago
It's worth reading. It's about AI.
jjmarr•19m ago
Your polishing work made a difference! The prose is like every other work of science fiction I've read.

It's written like this is a dystopia but billing $180/45 minutes in rural low cost of living area sounds awesome. And the choreographer billing "more than a truck" for three weeks? The dream!

girvo•9m ago
I will say this is one of the few pieces of prose I've read that was AI generated that didn't immediately jump out as it (a couple of inconsistencies eventually grabbed me enough to come to the comments and see your post details which mention it - I'd clicked through from the HN homepage), so your polishing definitely worked! Quite a neat little story

Ten years late to the dbt party (DuckDB edition)

https://rmoff.net/2026/02/19/ten-years-late-to-the-dbt-party-duckdb-edition/
1•PaulHoule•1m ago•0 comments

The Mirage of Career Inertia in the AI Era: Questions to Ask and Answer Today

https://foggyfuture.substack.com/p/the-mirage-of-career-inertia-in-the
1•el_bhs•2m ago•0 comments

'Ketman' and doublethink: what it costs to comply with tyranny (2017)

https://aeon.co/ideas/ketman-and-doublethink-what-it-costs-to-comply-with-tyranny
1•danielam•3m ago•0 comments

Acquihires, often used by Big Tech, are a 'red flag,' DOJ antitrust head says

https://www.reuters.com/world/acquihires-often-used-by-big-tech-are-red-flag-doj-antitrust-head-s...
1•Anon84•3m ago•0 comments

Pervaziv AI Code Review GitHub Action

https://github.com/marketplace/actions/pervaziv-ai-code-review
1•asmprogrammer5•3m ago•1 comments

'I'm not political': Tim Cook resp to backlash ag. relationship w. Trump admin

https://www.businessinsider.com/tim-cook-response-trump-relationship-criticism-2026-3
2•jacquesm•4m ago•0 comments

FastAPI-compatible Python framework with Zig HTTP core; 7x faster

https://github.com/justrach/turboAPI
1•vaibhav3002•8m ago•1 comments

Coal plant forced to stay open due to emergency order isn't even running

https://arstechnica.com/science/2026/03/coal-plant-forced-to-stay-open-due-to-emergency-order-isn...
1•cratermoon•12m ago•0 comments

Show HN: Prepare for coding interviews via deliberate practice

https://interviewtraner.com/home/
1•trane_project•13m ago•0 comments

What's on HTTP?

https://whatsonhttp.com/
3•elixx•16m ago•0 comments

I built an AI baseball manager that runs all 30 MLB teams

https://deepdugout.com/
1•yesdeleon•21m ago•0 comments

Gea – The fastest compiled UI framework

https://github.com/dashersw/gea
1•arbayi•21m ago•0 comments

A BEAM-native personal autonomous AI agent built on Elixir/OTP

https://github.com/thatsme/AlexClaw
1•ahamez•21m ago•0 comments

iCloud Photo Sharing Sucks – Can AI Help Me Replace It?

https://medium.com/@DougDonohoe/icloud-photo-sharing-sucks-can-ai-help-me-replace-it-3b48fdd1350c
3•dougdonohoe•22m ago•0 comments

An alternative derivation of Shannon entropy

https://iczelia.net/posts/shannon-deriv/
1•purplesyringa•23m ago•0 comments

Rolls-Royce scraps goal to go all-electric by 2030

https://www.theguardian.com/business/2026/mar/18/rolls-royce-scraps-all-electric-car-company
2•bookofjoe•23m ago•0 comments

Stop Building AI "Teams." Start Building Software Factories. – Owen Zanzal

https://medium.com/devops-ai/stop-building-ai-teams-start-building-software-factories-627cef5d09eb
3•JnBrymn•23m ago•1 comments

Make your Linux keyboard act like a 'Tosh

https://github.com/RedBearAK/Toshy
2•conqrr•23m ago•0 comments

Radicle 1.7.0 – Daffodil

https://radicle.xyz/2026/03/18/radicle-1.7.0
2•Tmpod•23m ago•1 comments

IBM completes acquisition of Confluent

https://newsroom.ibm.com/2026-03-17-ibm-completes-acquisition-of-confluent,-making-real-time-data...
1•teleforce•24m ago•0 comments

Google Backs Down: Will Grant Hotseat in EU Browser Choice Screen

https://open-web-advocacy.org/blog/google-backs-down--will-grant-hotseat-in-eu-browser-choice-scr...
1•donohoe•26m ago•0 comments

Next.js 16.2

https://nextjs.org/blog/next-16-2
2•goldkey•29m ago•0 comments

ScreenSaverGallery: Turn your inactive device into a digital art gallery

https://screensaver.gallery/about
1•cernocky•31m ago•0 comments

Seeing types where others don't: static type inference for jq

https://theconsensus.dev/p/2026/03/06/seeing-types-where-others-dont.html
2•fanf2•32m ago•1 comments

What to Watch in March: Häxan (1922)

https://crimereads.com/what-to-watch-watch-in-march-haxan-1922/
2•jruohonen•32m ago•0 comments

We Made AI Gamble. What Poker Revealed About Frontier LLMs

https://twitter.com/boson2photon/status/2033953028160819273
1•chelseazouu•35m ago•0 comments

Former Syrian Assad Prison Official Convicted of Torture, US Immigration Fraud

https://www.justice.gov/opa/pr/former-syrian-assad-prison-official-convicted-torture-and-immigrat...
2•737min•37m ago•0 comments

We Made LLMs Gamble: Heres What Poker Revealed About Frontier AI Models

https://moltecarlo.com/
1•chelseazouu•39m ago•0 comments

Read Less, Steer More

https://blog.ezyang.com/2026/03/read-less-steer-more/
1•matt_d•39m ago•0 comments

Trashing American Allies Turns Out to Be Bad for National Security

https://www.theatlantic.com/ideas/2026/03/trump-independence-allies-support/686432/
21•breve•39m ago•0 comments