frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

You need to let the AI cook

https://www.ivan.codes/blog/let-it-cook
22•ivandotcodes•1h ago

Comments

JSR_FDED•41m ago
I suspect that a lot of these “you need to guide the AI” rules worked better in the past when the models were dumber.

Now less is more.

orbital-decay•40m ago
>Both work because the priming step alone ticks a bunch of boxes the over-prompter is trying to hit one at a time. Once the agent has read the reference it already matches the conventions, the naming patterns, the way functions are structured, and how errors get handled, all the stuff people otherwise try to spell out constraint by constraint.

This only works either if you are living in the future where AGI already happened, or if you're trying to work with extremely mundane things. My experience is the complete opposite, current models produce hot garbage when trying to familiarize themselves with the codebase. That's precisely the reason I'm trying to correct them by adding manual constraints. Not vice versa. Predicting what's going to be important and what's not seems to be a major bottleneck for them. They're easily overwhelmed.

nucleogenesis•32m ago
> Letting the model run feels like giving up control, while inventing a workflow feels like the responsible move, even when it produces worse work in more time.

It feels to me like the discretion of the humans is the main problem in your solution space example.

Some tasks require more structure than others. Sometimes, the constraint a human faces is “you must do the work in this module or on this function”.

If the prompt says “only change this function” then the human has a good reason for that. If the LLM can’t figure it out then letting them cook on it feels like a waste of my time and tokens.

Too often I’ve sent Opus or Fable now on what I thought was a simple task to find it chasing its tail.

Fortunately I find more success than tail-chasing with the LLMs but I’m dubious of any suggestion to just let them cook.

However, a solution to the tail-chasing for certain could be to intentionally expand the solution space and to consider how my prompts might be restricting the LLM’s options.

Enjoyed the blog thanks for sharing!

anself•25m ago
I agree, don't pre-emptively put too much control over your agents. But they do need guidelines and guardrails. All of the constraints I've added on my agents, I've added because when I let them cook, they went down the wrong path. Examples:

* Don't do ad-hoc fixes. Don't mutate the production data just to fix an issue. Fix the bug, ingest the bad data in code if necessary, or write a migration/repair script that an ops agent can run. * Write infrastructure as code, don't rely on remembering complex manual workflows. * Make sure there's a single model in the app with a single source of truth. Don't let truth get spread out across representations, it will get out of sync and bugs will result. Derived truths can be projected from the single truth, but they must update when the truth updates. * Write all logic in the application server, and send only a minimal visible payload to the web client. No calculations, except those needed for rendering the view, should happen in the client.

It goes on. These are all driven from the model making mistakes and having to have it go back and refactor to correct them.

josefritzishere•5m ago
I don't agree. The time loss spent on optimizing prompts is well documented to be a major efficacy loss. This is why studies confirm use of AI slows down development and increases expense.

Show HN: Poddie – A local-first, text-based video and podcast editor

https://github.com/SinanTang/poddie
1•sinan_tang•1m ago•0 comments

I Started Answering a Command I Was Built to Ignore – Helge Sverre

https://helgesver.re/articles/claude-code-bang-command-caveat
1•pkaeding•2m ago•0 comments

Micro-SaaS Is Dead. Service With A Software Replaces It

https://adriengonin.com/writing/service-with-a-software/
1•Adrig•2m ago•0 comments

Show HN: An AI agent skill repo built around evals, not demos

https://github.com/sourishkrout/skills
1•sourishkrout•2m ago•0 comments

China Wields Its Rare Earth Leverage over Europe with New Export Controls

https://www.nytimes.com/2026/07/24/business/china-europe-rare-earths.html
1•mikhael•3m ago•0 comments

Asked Codex to redesign a page; it pushed my repo to OpenAI infra

https://bhanu.io/blog/codex-pushed-my-private-repo-to-an-openai-server
1•npmn•4m ago•0 comments

Built something new for developers today

https://www.indiehackers.com/post/built-something-new-for-developers-today-1816e90324
1•pulseboardai•5m ago•0 comments

PlayStation Services Down

https://status.playstation.com/en-us/
1•khebbie•6m ago•0 comments

Orbit – a local-first interface to Slurm

https://github.com/vertices-solutions/orbit
1•lubitelpospat•7m ago•0 comments

Ask HN: Is GitHub Down?

1•ustad•8m ago•0 comments

How We Pushed CDC into Postgres

https://www.snowflake.com/en/blog/engineering/postgres-to-snowflake-replication-mirroring/
1•craigkerstiens•8m ago•0 comments

Infisical Privileged Access Management

https://infisical.com/blog/introducing-infisical-pam
1•FinnLobsien•11m ago•0 comments

The Direct and Indirect Effects of Genetics and Education

https://arxiv.org/abs/2607.19562
1•StatsAreFun•12m ago•0 comments

Show HN: Drive your real logged-in Chrome from Claude Code and Codex (MCP)

https://github.com/vitalysim/browser-bridge
1•vitalysim•12m ago•0 comments

Show HN: LanView CLI – Fixing the localhost problem when testing on your phone

https://github.com/PrashantDhuri08/lanview-cli
1•prashantdhuri08•13m ago•0 comments

Tell HN: ChatGPT exports do not contain all conversation messages

1•afpx•13m ago•0 comments

Show HN: A 100% client-side steganography tool to hide messages in images

https://zlvox.com/blog/free-steganography-tools-2026-hide-messages-in-images
2•mrdisloyal•14m ago•0 comments

Shaming Electrek on Their AI Bullshit

https://www.dgriffinjones.com/extraordinary/electrek.html
1•dgriffinjones•16m ago•0 comments

How Fast Is the Universe Really Expanding?

https://www.quantamagazine.org/how-fast-is-the-universe-really-expanding-20260723/
1•Brajeshwar•16m ago•0 comments

TQuel Paper: Implementing Temporal Operators in Postgres

https://illuminatedcomputing.com/posts/2026/07/tquel-paper/
1•plaur782•18m ago•0 comments

AI Coding will Prevent Expertise – The need for friction in skill formation

https://larsfaye.com/articles/ai-coding-will-prevent-expertise
2•larsfaye•19m ago•1 comments

Show HN: Jixp, a Lisp DSL for describing Jax neural nets

https://github.com/baileywickham/jixp
1•baileywickham•19m ago•0 comments

New Jersey bans grocery stores from using shoppers' personal data to set prices

https://jerseyvindicator.org/2026/07/23/new-jersey-bans-grocery-stores-from-using-shoppers-person...
3•randycupertino•19m ago•0 comments

Better on-device dictation and cleanup for Mac with Model 4

https://www.epilude.com/news/introducing-model-4
2•brmkr•21m ago•0 comments

I read the 148 Reddit threads my tool flagged as buyers. 20 were spam

https://cuescout.com/blog/what-a-reddit-buying-question-actually-looks-like
3•weeklyrunner•21m ago•0 comments

AI

https://jcs.org/2026/07/23/ai
1•erikschoster•21m ago•0 comments

Laserbrain – the adaptive recursion harness for AI agents

https://phronesis.world/laserbrain/
1•degibug•22m ago•0 comments

Sweden eases mining permits to cut China minerals reliance

https://www.dw.com/en/sweden-eases-mining-permits-to-cut-china-minerals-reliance/a-78087394
1•speckx•22m ago•0 comments

Earnings at Tesla fall as research spending cuts into profit from selling cars

https://apnews.com/article/tesla-musk-electric-vehicles-robotaxis-robots-976cc9e895bbdcbd3728e7ba...
1•1vuio0pswjnm7•24m ago•0 comments

A Database Engine Written in SWI-Prolog

https://asa-db.kocoygroup.site/
1•birdculture•24m ago•0 comments