frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Agents need control flow, not more prompts

https://bsuh.bearblog.dev/agents-need-control-flow/
43•bsuh•1h ago

Comments

Neywiny•47m ago
If you're trying to get reliability and determinism out of the LLM, you've already lost
bwestergard•46m ago
I agree with the sentiment, but I think the conclusion should be altered. When you hit the limit of prompting, you need to move from using LLMs at run time to accomplish a task to using LLMs to write software to accomplish the task. The role of LLMs at run time will generally shrink to helping users choose compliant inputs to a software system that embodies hard business rules.
AIorNot•44m ago
I mean we have Langgraph, BAML etc
apalmer•41m ago
Generally agree with this stance case in point: the breakthrough in ai coding was not that AI intelligence increased as much as that a lot of the core process execution moved out of the LLM prompt and into the harness.
eth415•40m ago
agreed - this is what we’ve been trying to build at scale.

https://github.com/salesforce/agentscript

droolingretard•29m ago
Are you the guy who used to write MapleStory hacks?
astrobiased•28m ago
It's the right direction, but control flow introduces limitations within a system that is quite adaptable to dynamic situations. The more control flow you try to do, the more buggy edge cases that pop up if done poorly.

Still have yet to see a universal treatment that tackles this well.

jerf•15m ago
This is why I frequently refer to "next generation AIs" that aren't just LLMs. LLMs are pretty cool and I expect that even if we see no further foundational advancement in AIs that we're going to continue to see them exploited in more interesting ways and optimized better. Even if the models froze as they are today, there's a lot more value to be squeezed out of them as we figure out how to do that.

However, there are some things that I think need a foundational next-generation improvement of some sort. The way that LLMs sort of smudge away "NEVER DO X" and can even after a lot of work end up seeing that as a bit of a "PLEASE DO X" seems fundamental to how they work. It can be easy to lose track of as we are still in the initial flush of figuring out what they can do (despite all we've already found), but LLMs are not everything we're looking for out of AI.

There should be some sort of architecture that can take a "NEVER DO X" and treat it as a human would. There should be some sort of architecture that instead of having a "context window" has memory hierarchies something like we do, where if two people have sufficiently extended conversations with what was initially the same AI, the resulting two AIs are different not just in their context windows but have actually become two individuals.

I of course have no more idea what this looks like than anyone else. But I don't see any reason to think LLMs are the last word in AI.

solomonb•7m ago
I agree and I think a really wonderful way to encode agentic control flow would be with Polynomial Functors.

https://arxiv.org/abs/2312.00990

Dayton suspends Flock contract, says data used for immigration enforcement

https://hub.coxfirstmedia.com/local/dayton-suspends-flock-license-plate-readers-says-data-used-fo...
1•JohnMakin•46s ago•0 comments

Natural Language Autoencoders: Turning Claude's Thoughts into Text

https://www.anthropic.com/research/natural-language-autoencoders
1•instagraham•1m ago•0 comments

How Can We Improve?

https://gustav.im/thoughts/how-can-we-improve
1•abraxas_•2m ago•0 comments

Uber's $77M plan to rewrite the California constitution

https://sfstandard.com/2026/05/07/uber-accident-ballot-measure-california/
2•nickvec•2m ago•0 comments

Security analysis of Velociraptor DFIR platform (6 findings, vendor responses)

https://medium.com/@sreejith.gopinath/velociraptor-security-analysis-six-findings-and-a-conversat...
1•sreejithg•3m ago•0 comments

Binary Serialization Survey

https://github.com/cloudstreet-dev/Binary-Serialization-Survey
1•DavidCanHelp•3m ago•0 comments

Gmail trick: multiplying your address

https://tools.myurll.in/gmail-multiplier
2•nookeshkarri7•4m ago•0 comments

'Affordable' Pittsburgh doesn't have enough affordable housing – here's why

https://theconversation.com/affordable-pittsburgh-doesnt-have-enough-affordable-housing-heres-why...
1•PaulHoule•4m ago•0 comments

Show HN: Agent-data – a CLI for giving agents real-time, structured data

https://agent-data.dev/
2•jb_hn•5m ago•0 comments

IMF warns new AI models risk 'systemic' shock to finance

https://www.ft.com/content/103d73d3-7119-4dee-8c47-b3fc62d2f1e6
2•doener•5m ago•0 comments

Cancer Rates Are Higher Near Large Livestock Feeding Operations in 3 States

https://insideclimatenews.org/news/12042026/cancer-rates-higher-near-livestock-operations-study-f...
1•speckx•7m ago•0 comments

Mapping Strings to Float Arrays in Go: How Fast Can We Go?

https://lemire.me/blog/2026/05/05/mapping-strings-to-float-arrays-in-go-how-fast-can-we-go/
1•ibobev•7m ago•0 comments

GoNB – A Go Notebook Kernel for Jupyter

https://github.com/janpfeifer/gonb
1•amai•8m ago•0 comments

Checking Multiplication Overflow

https://lemire.me/blog/2026/05/06/checking-multiplication-overflow/
2•ibobev•8m ago•0 comments

Text Files as a User Interface

https://ratfactor.com/cards/text-files-as-ui
1•ibobev•8m ago•0 comments

AI, Tractors, and the Productivity Paradox

https://read.technically.dev/p/the-ai-productivity-paradox
2•gurjeet•8m ago•0 comments

PushWard – Hosted APNs gateway for iOS Live Activities, with open-source bridges

https://pushward.app
1•devseccarry•10m ago•0 comments

The Next Generation of Eventide – shaped by a decade of event sourcing

https://blog.eventide-project.org/articles/the-next-generation-of-eventide/
1•sbellware•11m ago•1 comments

Mojo Release v1.0.0b1

https://mojolang.org/releases/v1.0.0b1/
2•visheshdembla•11m ago•0 comments

Brazil's Pix Payment System Faces Pressure from Visa and Mastercard

https://www.elciudadano.com/en/brazils-pix-payment-system-faces-pressure-from-visa-and-mastercard...
2•wslh•12m ago•0 comments

After AI, Coordination

https://faingezicht.com/articles/2026/05/04/after-ai-coordination/
2•mooreds•14m ago•0 comments

Designers Are Having Fun. Again

https://metedata.substack.com/p/010-designers-are-having-fun-again
2•young_mete•14m ago•0 comments

Infisical Honey Tokens

https://infisical.com/blog/infisical-honey-tokens
2•vmatsiiako•14m ago•0 comments

Principles for agent-native CLIs

https://twitter.com/trevin/status/2051316002730991795
3•blumpy22•15m ago•0 comments

Wind and solar have saved UK from gas imports worth £1.7B since Iran war began

https://www.carbonbrief.org/analysis-wind-and-solar-have-saved-uk-from-gas-imports-worth-1-7bn-si...
3•DamonHD•16m ago•0 comments

Anthropic working on Orbit, its upcoming proactive assistant

https://www.testingcatalog.com/anthropic-is-working-on-orbit-its-upcoming-proactive-assistant/
2•gmays•16m ago•0 comments

Show HN: Bookstoread.ai – Discover non-fiction books using AI

https://bookstoread.ai
2•yotc•16m ago•0 comments

Subquadratic LLM 12 million tokens ctx [video]

https://www.youtube.com/watch?v=kEiuMnosuxU
2•mrkn1•16m ago•0 comments

Publish to Microsoft Store as a company now free

https://blogs.windows.com/windowsdeveloper/2026/05/07/publish-to-microsoft-store-as-a-company-now...
1•pentagrama•17m ago•0 comments

A Message from Unemployment Purgatory

https://inchwyrm.bearblog.dev/message-from-unemployment-purgatory/
1•speckx•17m ago•0 comments