frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Potatoes 'boil' in the ground as record heatwave sweeps across swathes of Asia

https://www.theguardian.com/world/2026/aug/13/asia-heatwave-south-korea-potatoes-boil-ground-reco...
1•akbarnama•27s ago•0 comments

Cyberattack on Taiwan Exposes the Execution-Finality Gap

https://zenodo.org/records/21915825
1•sangamdas1982•2m ago•0 comments

NightmareEclipse Publishes New Windows Defender Zero Day

https://cyberplace.social/@GossiTheDog/117082623896479140
1•_tk_•4m ago•0 comments

Romania to shut down nuclear plant due to low Danube level

https://www.lemonde.fr/en/international/article/2026/08/13/romania-to-shut-down-nuclear-plant-due...
1•geox•7m ago•0 comments

Lawsuit fights Ellison-Trump corruption's harm to news outlets

https://freedom.press/issues/lawsuit-fights-ellison-trump-corruptions-harm-to-news-outlets/
1•abdelhousni•9m ago•0 comments

AI 2027 Tracker: Tracking predictions from the AI 2027 scenario against reality

https://ai2027-tracker.com/
2•merksittich•13m ago•0 comments

Gnome Shell Design Dreams

https://blogs.gnome.org/shell-dev/2026/08/11/gnome-shell-design-dreams/
1•birdculture•13m ago•0 comments

Terminate-and-Stay-Resident Program

https://en.wikipedia.org/wiki/Terminate-and-stay-resident_program
1•Bluestein•17m ago•0 comments

Rate of climate change affects stability of the AMOC

https://www.eurekalert.org/news-releases/1139863
1•TechTechTech•19m ago•0 comments

List of Unsolved Problems in Mathematics

https://en.wikipedia.org/wiki/List_of_unsolved_problems_in_mathematics
2•frozenseven•21m ago•0 comments

Affordable AI+human insight helped us close 40yr sporadic group Galois problem

https://www.shaowuzhang.com/files/how-we-found-m23.pdf
3•oliculipolicula•23m ago•0 comments

Show HN: Wala Vibes – scene-based radio for nostalgic Indian music

https://walavibes.wtf
1•yunweiguo•26m ago•0 comments

If I own Claude's outputs why can't I train my own model on them?

https://support.claude.com/en/articles/12326764-can-i-use-my-outputs-to-train-an-ai-model
4•DarenWatson•26m ago•0 comments

After a lot of thought, we've decided to retire SvelteJobs

https://sveltejobs.com/
2•thunderbong•33m ago•0 comments

Apple TV just added a bunch of classic movies to stream for free

https://9to5mac.com/2026/08/12/apple-tv-just-added-a-bunch-of-classic-movies-to-stream-for-free/
2•tosh•38m ago•0 comments

Spicy tale of an App Store fraud

https://lapcatsoftware.com/articles/2026/8/4.html
3•latexr•40m ago•0 comments

GitSkills: A Dataset of Agent Skills on GitHub

https://arxiv.org/abs/2608.10906
3•miningthemall•40m ago•0 comments

Win-V combo from Windows on Ubuntu

https://leo98ml.github.io/win-v/
1•havaianaslife•41m ago•0 comments

IOI 2026 Final Ranking

https://ranking.ioi2026.uz/
1•pykello•43m ago•0 comments

One VC burns through tokens a day to find the next unicorn

https://restofworld.org/2026/activate-interview-vc-sovereign-ai/
2•nanfinitum•45m ago•0 comments

Twitch now uses your channel to train generative AI by default

https://twitter.com/zachbussey/status/2087573860929478785
3•haunter•45m ago•0 comments

Drone Sightings Happening at Diego Garcia, US's Remote Strategic Island Outpost

https://www.twz.com/news-features/drone-sightings-are-happening-at-diego-garcia-americas-remote-s...
2•rbanffy•46m ago•0 comments

Program = Proof [pdf]

https://www.lix.polytechnique.fr/Labo/Samuel.Mimram/teaching/pp/course.pdf
1•leonidasrup•47m ago•0 comments

DeepSWE August 13 Update with Grok 5.6 and DeepSeek v4 Pro 0813

https://deepswe.datacurve.ai/
1•theanonymousone•47m ago•0 comments

Boltz shuts down Bitcoin swaps, citing AI attacks outpacing patching

https://davidebtc186.substack.com/p/ai-vs-ai-how-boltzs-shutdown-reveals
1•shadowbip•47m ago•0 comments

Medical data of 19M Poles stolen in major breach

https://www.pap.pl/en/news/medical-data-19-million-poles-stolen-major-breach-minister-says
3•mromnia•48m ago•0 comments

Quincunx: A discovery engine for the sparse domains

https://arsinq.com/articles/quincunx/
2•knipnehpets•56m ago•0 comments

Record heat is drying up Europe's major rivers, as these striking images show

https://www.washingtonpost.com/climate-environment/interactive/2026/08/12/see-receding-water-leve...
1•lisper•57m ago•0 comments

Mistral got a US patent on tool calls in 118 days. Without prior public notice

https://agent-wars.com/news/2026-08-11-mistral-code-tool-calls-patent-b1
17•berofeev•58m ago•9 comments

SQLite: The WAL-Reset Bug

https://www.sqlite.org/wal.html#walresetbug
2•forks•1h 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?