frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

When the ability to smell goes away

https://knowablemagazine.org/content/article/health-disease/2026/what-happens-brain-lose-sense-of...
1•Brajeshwar•5m ago•0 comments

Ask HN: What Makes a Podcast Successful?

1•dimamik•10m ago•0 comments

Agentic Loops: Why the Best AI Coding Workflows Are Loops, Not Prompts

https://skilldb.dev/blog/agentic-loops-why-the-best-ai-coding-workflows-are-loops
2•dev_chad•10m ago•0 comments

Self-Improving Memory for Agents

https://www.perplexity.ai/hub/blog/self-improving-memory-for-agents
2•gmays•11m ago•0 comments

Anyone else receive a "GPU droplet destroyed" email from DigitalOcean

3•reassess_blind•11m ago•0 comments

How GLM-5.2 beat Fable 5 At Website Design

https://notes.designarena.ai/how-glm-5-2-beat-fable-5-at-website-design/
4•anmaygu•18m ago•0 comments

Agentic Resource Discovery Specification

https://agenticresourcediscovery.org/
2•DanielKehoe•21m ago•0 comments

The UK's New Under-16 Social Media Ban Will Cause More Harm Than It Prevents

https://www.eff.org/deeplinks/2026/06/uks-new-under-16-social-media-ban-will-cause-more-harm-it-p...
17•Brajeshwar•23m ago•3 comments

Book Review: Where's My Flying Car?

https://www.astralcodexten.com/p/your-book-review-wheres-my-flying
3•zetalyrae•24m ago•0 comments

Glassblowing #2: Making a tungsten lamp and (bad) vacuum diode

https://maurycyz.com/projects/glass/2/
2•thomasjb•24m ago•0 comments

Top Bank Regulator Spoke at an Invite-Only Client Dinner After Fed Meeting

https://www.wsj.com/economy/central-banking/top-bank-regulator-spoke-at-an-invite-only-client-din...
3•petethomas•26m ago•0 comments

Shrinking a NixOS ISO from 458 MiB to 183 MiB

https://natkr.com/2026-06-19-nixos-but-smol/
2•logickkk1•26m ago•0 comments

Pre-Modern Armies for Worldbuilders: Officials, Contractors and Professionals

https://acoup.blog/2026/06/19/collections-pre-modern-armies-for-worldbuilders-part-iib-officials-...
5•JohnHammersley•28m ago•0 comments

Trust Identity Protocol v1.0, an open post-quantum standard for human identity

https://theailab.org/whitepaper
3•dineshmendhe•28m ago•0 comments

Ask HN: Do you find it annoying to share your availability over text/DMs?

7•siddhibee•29m ago•1 comments

Zenzizenzizenzic

https://en.wikipedia.org/wiki/Zenzizenzizenzic
11•gyosifov•32m ago•7 comments

Ask HN: Do you use Apache Iceberg in Production?

2•vira28•36m ago•0 comments

Optimizing for Decision Points

https://narphorium.com/blog/decision-points/
2•azhenley•36m ago•0 comments

The data black hole at the center of AI

https://www.dwarkesh.com/p/the-sample-efficiency-black-hole-2
3•jedixit•36m ago•0 comments

The Wrong End of the Problem

https://schrottner.at/2026/06/18/The-Wrong-End-of-the-Problem.html
2•aepfli•39m ago•0 comments

OCaml 5.5.0

https://discuss.ocaml.org/t/ocaml-5-5-0-released/18265
5•cod1r•42m ago•0 comments

Gemini CLI vs. Claude Code: Why agent capabilities matter more than prompts

https://imaxxs.com/behavioral-induction-capabilities-shape-execution
2•imaxxs•42m ago•0 comments

HN: A free book on how "AI easy money" scams work

https://singularityforge.space/2026/06/20/di-and-easy-money-on-the-edge-of-a-myth/
2•Voice_of_Void•42m ago•0 comments

Cervical cancer mortality trends after HPV vaccination in England 2001–24

https://www.thelancet.com/journals/lancet/article/PIIS0140-6736(26)00918-9/fulltext
7•bookofjoe•43m ago•0 comments

Europe buys the future, America builds it

https://economist.com/finance-and-economics/2026/06/18/europe-buys-the-future-america-builds-it
2•andsoitis•44m ago•0 comments

Google Is Using Nvidia's Playbook to Build a Rival AI Chip Business

https://www.wsj.com/tech/ai/google-is-using-nvidias-playbook-to-build-a-rival-ai-chip-business-1e...
4•Brajeshwar•48m ago•2 comments

Show HN: SkillsGuard – static scanner for malicious AI agent skills

https://github.com/Teycir/SkillsGuard
2•teycir•48m ago•0 comments

Computer Vision – Lecture 1.1 (Introduction: Organization) [video]

https://www.youtube.com/watch?v=YW1cIaOBkI8
2•skidrow•49m ago•0 comments

Anthropic Lacks Emotional Intelligence

https://www.lawfaremedia.org/article/anthropic-lacks-emotional-intelligence
3•ano-ther•50m ago•0 comments

Get notified the second Fable 5 comes back

https://fablewatch.com
3•markksantos•51m ago•0 comments
Open in hackernews

Why MCP clicked for me: It's not about the API, it's about the design

https://gabbert.me/Posts/Why+MCP+finally+clicked+for+me
2•acgabbert•1y ago

Comments

skeptrune•1y ago
I think that comparing MCP to LSP servers is the most apt. They both function to connect one software application to another for the sake of increased functionality and less errors.

You might use a LSP to determine whether or not your code is syntactically correct. Similarly, MCPs can allow a program to determine whether or not a partulicular DOM node renders in a browser or even control local programs like Blender or Photoshop.

I might describe MCP as something like a framework for developing programs analogous to LSPs.