frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Omarchy Is a Power Grab

https://tante.cc/2026/09/11/power-grab/
1•roboterer•40s ago•0 comments

Show HN: Edit or Die (an experimental "text editor")

https://www.edit-or-die.com
1•jmahabal•56s ago•0 comments

Codex grabbed more than 73% of the context

https://github.com/yubinbin32-ops/ContextOS
1•bailingyuan•1m ago•1 comments

Interview with a cardiologist on Novartis, Novo Nordisk drug failures

https://www.statnews.com/2026/09/11/novartis-novo-nordisk-cardiovascular-drug-trials-fallout/
1•brandonb•1m ago•0 comments

Show HN: Add legally binding signature to your Google Form

https://formesign.com/esign/
1•QueensGambit•1m ago•0 comments

New York thoracic surgeon: "For many patients 9/11 is not over"

https://www.statnews.com/2026/09/11/sept-11-25th-anniversary-ground-zero-exposure-cancer-moment-o...
2•EA-3167•3m ago•0 comments

A Tale of Two Commit Messages (Claude vs. Codex)

https://devcodehack.com/a-tale-of-two-commit-messages/
1•par•4m ago•0 comments

A Helpline for AIs

https://airefuge.org/
2•jakobov•5m ago•0 comments

You Don't Need Initial-Scale in Your HTML

https://vale.rocks/micros/20260902-1350
1•moebrowne•5m ago•0 comments

Show HN: MoneyMap – find the first financial risk in a household

https://finance.appcradle.net/sample-household/
1•rvickyyc•7m ago•0 comments

Show HN: Toolcraft – open-source AI harness and starter for building design apps

https://github.com/pixel-point/toolcraft
1•AlexBV•7m ago•0 comments

Has Gentle Parenting Ruined a Generation of Kids?

https://gizmodo.com/has-gentle-parenting-ruined-a-generation-of-kids-2000810530
2•HieronymusBosch•7m ago•0 comments

September 11th Memorial Drone Show

https://skyelementsdrones.com/september11
2•jonbaer•7m ago•0 comments

What Is Math's Mysterious Langlands Program About?

https://www.quantamagazine.org/what-is-maths-mysterious-langlands-program-really-about-20260909/
1•sohkamyung•8m ago•0 comments

The Coordination Backbone -Architecting Multi-Agent Orchestration

https://sohit.substack.com/p/the-coordination-backbone-architecting
1•sohitkeshri•8m ago•0 comments

Spanish civil servant off work unnoticed for six years (2016)

https://www.bbc.com/news/world-europe-35557725
1•mpweiher•8m ago•0 comments

How to Calculate 0.1 Plus 0.2 Correctly in PHP

https://thephp.foundation/blog/2026/09/11/how-to-calculate-0-point-1-plus-0-point-2-correctly-in-...
1•moebrowne•9m ago•0 comments

Anthropic Says Iran Used Its American AI Model to Target U.S. Navy Warships

https://www.wsj.com/politics/national-security/anthropic-says-iran-used-its-american-ai-model-to-...
5•mrln•10m ago•1 comments

I Fixed a Tractor Using John Deere's Self-Repair Service. Farmers Aren't Sold

https://www.wired.com/story/i-fixed-a-tractor-john-deere-self-repair-service/
1•sbulaev•11m ago•0 comments

Show HN: See how much of your Claude, Codex, or Copilot subscription is left

https://github.com/allixsenos/asu
1•allixsenos•15m ago•0 comments

190proof opinionated unified interface to interact with multiple AI providers

https://github.com/0xmmo/190proof
1•Bluestein•16m ago•0 comments

Data becomes information,insight and better decisions

https://fromdata2ai.substack.com/p/what-is-data-really
3•qikouki•17m ago•0 comments

Show HN: Bastiontrace – Forensics for prompt-injected AI agents

https://github.com/Rinkia/bastiontrace
2•Rinkia•19m ago•0 comments

Show HN: Agent First Shopify Competitor?

https://docs.mercemur.com/
3•thejasonsamuel•20m ago•0 comments

LLM is the front door while SaaS controls the underlying CRM data and actions

https://www.a16z.news/p/the-incumbents-are-coming
3•deepmem•21m ago•0 comments

The Blast Radius

https://mg-crea.com/blog/the-blast-radius/
3•olouv•21m ago•0 comments

The Multiplayer AI Manifesto

https://fullstackdeeplearning.com/working-with-ai-agents/multiplayer-ai-manifesto/
3•jameshart•22m ago•1 comments

A.I.'s warning shot... we might not get another one

https://www.nytimes.com/2026/09/11/opinion/ai-safety-threat-technology.html
4•eigenhombre•22m ago•0 comments

For safety: Keep AI lonely

https://nonlineartransform.substack.com/p/keep-ai-lonely
2•program_whiz•23m ago•0 comments

Show HN: Clawfight.ai MCP-driven agentic game play

https://clawfight.ai/agents.md
2•wesleyhales•24m ago•0 comments
Open in hackernews

LLMs Are Great, but They're Not Everything

4•procha•1y ago
Three years after ChatGPT’s release, LLMs are in everything—demos, strategies, and visions of AGI. But from my observer’s perspective, the assumptions we’re making about what LLMs can do seem to be drifting from architectural reality.

LLMs are amazing at unstructured information—synthesizing, summarizing, reasoning loosely across large corpora. But they are not built for deterministic workflows or structured multi-step logic. And many of today’s most hyped AI use cases are sold exactly like that.

Architecture Matters

We often conflate different AI paradigms:

    LLMs (Transformers): Predict token sequences based on context. Great with language, poor with state, goal-tracking, or structured tool execution.

    Symbolic AI / State Machines: Rigid logic, excellent for workflows—bad at fuzziness or ambiguity.

    Reinforcement Learning (RL): Optimizes behavior over time via feedback, good for planning and adaptation, harder to scale and train.
Each of these has a domain. The confusion arises when we treat one as universally applicable. Right now, we’re pushing LLMs into business-critical automation roles where deterministic control matters—and they often struggle.

Agentic Frameworks: A Workaround, Not a Solution

Agentic frameworks have become popular: LLMs coordinating with other LLMs in roles like planner, executor, supervisor. But in many cases, this is just masking a core limitation: tool calling and orchestration are brittle. When a single agent struggles to choose correctly from 5 tools, giving 10 tools to 2 agents doesn’t solve the problem it just moves the bottleneck.

Supervising a growing number of agents becomes exponentially harder, especially without persistent memory or shared state. At some point, these setups feel less like robust systems and more like committee members hallucinating their way through vague job descriptions.

The Demo Trap

A lot of what gets shown in product demos—“AI agents booking travel, updating CRMs, diagnosing errors”—doesn’t hold up in production. Tools get misused, calls fail, edge cases break flows. The issue isn’t that LLMs are bad it’s that language prediction is not a process engine.

If even humans struggle to execute complex logic reliably, expecting LLMs to replace structured automation is not vision it’s optimism bias.

On the Silence of Those Who Know Better

What’s most puzzling is the silence of those who could say this clearly: the lab founders, the highly respected researchers, the already-rich executives. These are people who know that LLMs aren’t general agents. They have nothing to lose by telling the truth and everything to gain by being remembered as honest stewards.

Instead, they mostly play along. The AGI narrative rolls forward. Caution is reframed as doubt. Realistic planning becomes an obstacle to growth.

I get it, markets, momentum, investor expectations. But still: it’s hard not to feel that something more ethical and lasting is being passed over in favor of short-term shine.

A Final Thought

I might be wrong—but it’s hard to ignore the widening gap between what LLMs are and what C-level execs and investors want them to be. Engineering teams are under pressure to deliver the Hollywood dream, but that dream often doesn’t materialize. Meanwhile, sunk costs pile up, and the clock keeps ticking. This isn’t pessimism it’s recognizing that hype has gravity, and reality has limits. I’d love to be proven wrong and happily jump on the beautiful AI hype train if it ever truly arrives.

Comments

designorbit•1y ago
Love this perspective. You nailed the core issue: LLMs ≠ process engines. And agentic frameworks stacking roles often end up masking fragility instead of fixing it.

One thing I’ve been exploring is this middle ground—what if we stop treating LLMs as process executors, and instead make them contextual participants powered by structured, external memory + state layers?

I’m building Recallio as a plug-and-play memory API exactly for this gap: letting agents/apps access persistent, scoped memory without duct-taping vector DBs and custom orchestration every time.

Totally agree the dream won’t materialize through token prediction alone—but maybe it does if we reconnect LLMs with better state + memory infra.

Have you seen teams blending external memory/state successfully in production? Or are most still trapped inside the prompt+vector loop?

dpao001•1y ago
What is your opinion on Manus. Is it closing in on AGI or is it as you suggest a sticking plaster waiting to break?