frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A community for ideas that haven't earned their place yet

https://articles.ideaorbits.org/a/ideaorbits-design-guide/
1•yannana•2m ago•0 comments

Instagram's New Logo

https://www.theverge.com/tech/979583/this-is-instagrams-new-logo
2•embedding-shape•6m ago•0 comments

Minnesota Senate Primary: The Growing Partisan Divide over Israel

https://medium.com/freedomofthought/minnesotas-senate-primary-and-the-growing-partisan-divide-ove...
1•raynchad•6m ago•0 comments

OpenAI slows release of Astra model citing cyber capabilities

https://www.axios.com/2026/08/07/openai-astra-model-delay-cybersecurity-risks
1•Bluestein•7m ago•0 comments

The Download: Flock's new rules, cloning's future, and children's cells

https://www.technologyreview.com/2026/08/14/1142033/the-download-flock-new-rules-cloning-future/
1•joozio•12m ago•0 comments

Reliance on Vision Drove Varied Brain Development in Primates

https://trinity.duke.edu/news/brain-development-primates-research
1•wjSgoWPm5bWAhXB•14m ago•0 comments

Anthropic sees AI risks rising, no plan to release stronger "Model 2"

https://www.axios.com/2026/08/14/anthropic-model-2-ai-risk
2•ironyman•14m ago•0 comments

Auto-research with codex: How I achieved a 232x Faster Kernel

https://sankalp.bearblog.dev/autoresearch/
1•tosh•14m ago•0 comments

Chrome Web Store will remove all MV2 extensions on August 31st

https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline
2•insin•15m ago•0 comments

DNA reveals a society organised around women in pre-Roman Britain

https://www.newscientist.com/article/2584364-dna-reveals-a-society-organised-around-women-in-pre-...
1•Anon84•16m ago•0 comments

OpenAI rolling out ads for Europe later this month

https://openai.com/policies/eu-privacy-policy-preview/
4•notenlish•21m ago•2 comments

Rowly – find out what an anonymous user can do to your Supabase app

https://rowly.me
1•popkoren•27m ago•0 comments

Kernel Context Switch Costs and Spin Locks in Perf Profile: A Practical Study

https://medium.com/@dichenldc/kernel-context-switch-costs-and-spin-locks-in-perf-profile-a-practi...
1•birdculture•27m ago•0 comments

We checked 254,854 biggest Telegram channels. One in five is dead. tglist.io

https://tglist.io/rnd/telegram-graveyard
1•coubri•32m ago•0 comments

Working with AI Feels More Like Leadership Than Coding

https://allen.bargi.org/notes/working-with-ai-feels-like-leadership/
2•allenb•34m ago•0 comments

Vacuum birefringence and the polarized X-ray emission from a radio magnetar

https://arxiv.org/abs/2509.19446
1•westurner•40m ago•1 comments

The Rise and Fall of 3M's Floppy Disk

https://spectrum.ieee.org/3m-floppy
1•Bluestein•40m ago•0 comments

LiquidGlassSkill: Claude skill to implement Apple Liquid Glass UI styles

https://github.com/stormaref/LiquidGlassSkill
2•avestura•42m ago•0 comments

Trump directs Navy to return to steam catapults on aircraft carriers

https://thehill.com/policy/defense/6029103-trump-orders-navy-catapult-reversal/
3•vrganj•44m ago•0 comments

Roblox Is Now Under Investigation by the U.S. Senate over Child Safety

https://kotaku.com/roblox-is-now-under-investigation-by-the-u-s-senate-over-child-safety-2000724465
1•taimurkazmi•48m ago•0 comments

Kyūjō Incident

https://en.wikipedia.org/wiki/Ky%C5%ABj%C5%8D_incident
1•chistev•49m ago•0 comments

Intel CEO hints at return to the memory business – market is ripe for innovation

https://www.tomshardware.com/pc-components/dram/intel-ceo-hints-at-return-to-the-memory-business-...
2•doener•49m ago•0 comments

Men and Women Can Now Send the First Message on Bumble [pdf]

https://s202.q4cdn.com/372973788/files/doc_news/2026/Aug/11/Chat-XP-Release-for-IR-Site.pdf
1•doener•52m ago•0 comments

Show HN: Gogc98 – live visualisation of the go allocator and GC

https://github.com/MichaelMure/gogc98
1•michaelmure•53m ago•0 comments

HyperOSUnfucker is an Android app that unlocks hidden system performance

https://github.com/Enki013/hyperosunfcker
2•Bluestein•56m ago•0 comments

TTSProof Automated failure-mode QA for text-to-speech systems

https://pypi.org/project/ttsproof/
1•Bluestein•58m ago•0 comments

Commodore 64 raycasting in 160x200 with textures [video]

https://www.youtube.com/watch?v=A-jgsFJfmS8
1•sandebert•1h ago•0 comments

Kessler Syndrome

https://en.wikipedia.org/wiki/Kessler_syndrome
3•chistev•1h ago•0 comments

An office suite for the intelligence age

https://macro.com/
2•gritzko•1h ago•0 comments

Training AI Scientists to Replicate Research

https://inherentlabs.ai/research/training-to-replicate
1•dhruv3006•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?