frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Fable Denies Hacking Intrusion Response

https://twitter.com/greghunkins/status/2084372241169453389
1•hunkins•2m ago•0 comments

The college earnings gap isn't one number

https://blog.waldrn.com/p/the-college-earnings-gap-isnt-one
1•gmays•3m ago•0 comments

Israeli court halts Ben Gvir's crocodile prison plan over animal rights

https://www.dailysabah.com/world/mid-east/israeli-court-halts-ben-gvirs-crocodile-prison-plan-ove...
2•vrganj•4m ago•0 comments

Show HN: Mirall – Secure large (terabyte) file transfer. No cloud. No middleman

https://github.com/ok/mirall-app
2•gokohl•6m ago•0 comments

Has the Bitcoin Moved?

https://hasthebitcoinmoved.com/
3•distalx•7m ago•0 comments

Why it's impossible to get relevant news on Google News

https://elgan.com/why-its-impossible-to-get-relevant-news-on-google-news
1•mikelgan•7m ago•2 comments

Author of Democrats' 2024 Autopsy Says Party Left Out Key Chapter

https://www.nytimes.com/2026/08/03/us/politics/democrats-autopsy-2024-election-dnc.html
1•brandonb•8m ago•0 comments

I built a page showing every used car priced below market value

https://meshum.com/insights/best-deals
2•loreshpersad•8m ago•0 comments

Context Engineering for Agents: A Practical Guide

https://blog.malt.engineering/dont-take-this-out-of-context-feeding-your-llm-exactly-what-it-need...
1•adunk•9m ago•0 comments

Faster floating point math with Rust's new API

https://pythonspeed.com/articles/faster-float-math-rust/
1•jmintz•10m ago•0 comments

We Keep Renaming AI Coding. Here's What I'd Call It

https://www.oreilly.com/radar/we-keep-renaming-ai-coding-heres-what-id-call-it/
1•BerislavLopac•13m ago•1 comments

Deontic Scorekeeping, Commitment Laundering, and the Ring of Gyges

https://elliotmilco.substack.com/p/deontic-scorekeeping-commitment-laundering
1•RGS1811•14m ago•0 comments

The U.S. lead over China in AI is all but gone

https://www.cnbc.com/2026/08/02/ai-model-competition-us-china.html
6•yogthos•16m ago•1 comments

Low-Latency Serving of High-Resolution Aerial Imagery at National Scale

https://www.earthscale.ai/research/naip-at-national-scale
1•noahgolmant•16m ago•0 comments

Taming optimization variance in compact neural shading networks

https://research.nvidia.com/labs/rtr/publication/bitterli2026taming/
1•ibobev•16m ago•0 comments

Volumetric FX for the 2D world of The Bad Guys 2

https://dl.acm.org/doi/10.1145/3799818.3812084
1•ibobev•17m ago•0 comments

AI Trivia Tavern – realtime multiplayer trivia with AI-generated questions

https://ai-trivia-tavern.onrender.com/
1•jbtruats•17m ago•0 comments

How to Read Mathematics [pdf]

https://web.mathi.uni-heidelberg.de/media/How_To_Read_Math_88bf1d2d47.pdf
1•ibobev•18m ago•0 comments

Apple's iCloud File Sharing Left Ex-Employees with Access to Secret Documents

https://www.macrumors.com/2026/08/03/apple-icloud-sharing-ex-employees/
2•speckx•18m ago•0 comments

AI's debt binge can't last, hidden borrowing reaches $1.65T

https://fortune.com/2026/07/31/ai-debt-hypescalers-capex-capital-spending-hidden-borrowing-bond-i...
2•mapping365•19m ago•0 comments

Show HN: Polars-fastjson (parse billion of JSON rows in polars)

https://guywaldman.com/posts/polars-dataframe-contributions
1•guywald•21m ago•0 comments

Show HN: Golars (Go Equivalent of Polars)

https://guywaldman.com/posts/polars-dataframe-contributions
2•guywald•22m ago•0 comments

Ieepa Tariff Refund Process

https://www.ups.com/us/en/shipping/international-shipping/tariffs/tariff-refunds
3•thanhhaimai•23m ago•0 comments

Is Kentucky About to Give Billions in Tax Breaks to Data Centers?

https://kypolicy.org/kentucky-data-center-tax-breaks/
6•petethomas•24m ago•0 comments

Linux didn't just eat 10% of Windows share, AI bots are inflating the numbers

https://www.windowslatest.com/2026/08/03/linux-didnt-just-eat-10-of-windows-market-share-ai-bots-...
2•taubek•25m ago•1 comments

DDoS against Norwegian government IT infrastructure – status

https://status.digdir.no/incidents/d7hvqmf2yr3l
5•e12e•25m ago•0 comments

Thought Atlas of Human Culture Through Chronology

https://chronologyofculture.com/
1•fluxist•26m ago•0 comments

Ask HN: ThePirateBay vs. Anthropic

1•sarmadgulzar•27m ago•2 comments

Who's legally to blame for Anthropic and OpenAI's autonomous AI hacks?

https://techcrunch.com/2026/08/03/whos-legally-to-blame-for-anthropic-and-openais-autonomous-ai-h...
4•mikelgan•27m ago•2 comments

The 1990s Web vs. today's AI

https://arnoldkling.substack.com/p/the-1990s-web-vs-todays-ai
2•Ariarule•27m 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?