frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A young Nigerian man was lured to London in an organ-trafficking plot

https://www.theguardian.com/news/ng-interactive/2026/jul/30/body-snatchers-young-nigerian-man-lur...
1•gmays•53s ago•0 comments

Optimizing meshoptimizer to process billions of triangles in minutes (2025)

https://zeux.io/2025/09/30/billions-of-triangles-in-minutes/
2•corysama•1m ago•0 comments

Man Dressed as Darth Vader Defends Flock Cameras to San Diego City Council

https://thehill.com/policy/technology/6042349-darth-vader-flock-surveillance/
1•madihaa•3m ago•0 comments

Oh no, not again, or: Porting Phoenix LiveView to Go

https://blog.bilus.dev/posts/porting-liveview-to-go/
1•bilus•3m ago•1 comments

Netflix Conductor: The Next Chapter

https://netflixtechblog.medium.com/netflix-conductor-the-next-chapter-41ad21067649
1•opiniateddev•3m ago•0 comments

Monitoring America's federal data infrastructure

https://dataindex.us/
1•structuredPizza•3m ago•0 comments

"Off the charts" El Niño strongest ever recorded with months before it peaks

https://www.newscientist.com/article/2586031-off-the-charts-el-nino-is-already-the-strongest-sinc...
1•ck2•4m ago•1 comments

Apache Mynewt

https://mynewt.apache.org/latest/index.html
2•locknitpicker•5m ago•1 comments

Git Might Be the Best Message Forum for AI Agents

https://www.reddit.com/r/git/comments/1vunb1e/git_might_be_the_best_message_forum_for_ai_agents/
2•syumei•6m ago•0 comments

Citadel offloads 80% of portfolio scooped up from Situational Awareness

https://www.ft.com/content/1603577e-89d8-4cfa-884b-b83fbb8dd20e
3•cl42•8m ago•1 comments

OTel Isn't Going Well (and I Made a Spreadsheet About It)

https://matduggan.com/otel-isnt-going-well-and-i-made-a-spreadsheet-about-it/
2•hn_acker•9m ago•1 comments

Anon explains why search has become so bad

https://boards.4chan.org/g/thread/109605411/i-dont-know-where-to-publish-this-so-im-putting
3•frmersdog•10m ago•0 comments

Bid Directory for X Profiles

https://xme.lol
2•Elijen•11m ago•1 comments

The Summer the Ticks Took Over

https://www.nytimes.com/2026/08/20/magazine/tick-season-lone-star-alpha-gal-syndrome-lyme.html
2•bookofjoe•11m ago•1 comments

"No Disc, No Buy" Is Bigger Than Sony Expected

https://www.gadgetreview.com/no-disc-no-buy-is-bigger-than-sony-expected-angry-comments-hijacked-...
3•randycupertino•11m ago•0 comments

Goldman Says Hedge Funds Had Worst July vs. S&P 500 in 20 Years

https://www.cnbc.com/2026/08/21/goldman-hedge-funds-historic-underperformance-sp500-degrossing.html
2•tcp_handshaker•11m ago•0 comments

Show HN: Declarative-forms – await an object the way prompt() awaits a string

https://wolfoo2931.github.io/declarative-forms/
3•WolfOliver•15m ago•0 comments

Vesta Gives Claude Code Superpowers

https://github.com/kanjani-ai-research/Vesta
3•aug2uag•15m ago•1 comments

Uber Faces €825M Dutch Fine over Driver Suspensions

https://www.bloomberg.com/news/articles/2026-08-21/uber-faces-825-million-dutch-fine-over-driver-...
4•tcp_handshaker•16m ago•0 comments

The puzzling case of Britain's young people and what they think of AI

https://publicfirsttech.substack.com/p/gen-ai-the-puzzling-case-of-britains
2•giuliomagnifico•16m ago•0 comments

Sell the Truth

https://naval.substack.com/p/sell
2•tylerdane•16m ago•0 comments

Oasis: Giving Agents Situational Awareness

https://joinoasis.com
2•ns90001•16m ago•2 comments

Ask HN: How to Relicense an Old Project

2•gradschool•16m ago•0 comments

Popular Rust Crates Compromised in Build-Time Supply Chain Attack

https://socket.dev/blog/popular-rust-crates-compromised
3•dabinat•17m ago•0 comments

Musk fumbles the timetable for first Starship catch

https://www.theregister.com/offbeat/2026/08/21/musk-fumbles-the-timetable-for-first-starship-catc...
1•DemiGuru•18m ago•0 comments

LFM2.5-DSpark: Up to 3.2x Faster Inference from H100 to MacB

https://www.liquid.ai/blog/lfm2.5-dspark
2•Alephinitesimal•19m ago•0 comments

Every skill-evolution method authored unsafe skills across four agent harnesses

https://arxiv.org/abs/2608.12851
1•zwdommy•21m ago•0 comments

Technology Connections water heater is cooler than yours: Heat Pump Water Heater [video]

https://www.youtube.com/watch?v=F_7B2shTPPU
1•u1hcw9nx•21m ago•0 comments

Gemma

https://github.com/google-gemma/awesome-gemma
1•xnx•21m ago•0 comments

Linus Torvalds Endures a Debug Session from Hell, "Enormously Helped" by AI

https://www.phoronix.com/news/Linus-Torvalds-Debug-AI
3•theanonymousone•21m 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?