frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Interactive Product Demos made easy

https://www.rendemo.com
1•jakegargaro17•1m ago•0 comments

AI by Hand

https://www.byhand.ai/
1•sans_souse•1m ago•0 comments

LLM Inference Benchmarking

https://www.digitalocean.com/blog/llm-inference-benchmarking
1•ankitg12•1m ago•0 comments

V-RAE: Rethinking Video Latent Spaces for Generation

https://arxiv.org/abs/2608.13556
2•selimonder•2m ago•0 comments

Why Claude's Watermarking Won't Fix Anything

https://www.plagiarismtoday.com/2026/08/13/why-claudes-watermarking-wont-fix-anything/
1•speckx•4m ago•0 comments

IC 1101 is the largest galaxy identified, so far, in the universe

https://disassociated.com/ic-1101-largest-galaxy-identified/
1•Brajeshwar•4m ago•0 comments

The Jobless Boom Has Arrived

https://www.wsj.com/economy/jobs/the-jobless-boom-has-arrived-41361a06
2•donsupreme•4m ago•0 comments

Dreams, Reflections, and Inceptions

https://papercompute.com/blog/dreams-on-paper/
2•eigenBasis•5m ago•0 comments

Reviving the Famicom Network System – Throaty Mumbo

https://www.youtube.com/watch?v=xiyCKUl93Uo
2•mrinfinite•6m ago•0 comments

Federal government finalizes ownership reporting exemption for US firms

https://www.reuters.com/legal/government/trump-administration-finalizes-ownership-reporting-exemp...
5•anigbrowl•7m ago•0 comments

Hypothetical Document Embeddings

https://arxiv.org/abs/2212.10496
2•kaycebasques•7m ago•0 comments

Ask HN: What are your unfinished projects?

2•adam_gyroscope•8m ago•0 comments

I bought the most expensive cable I could find. It still died

https://medium.com/@pokhts/i-bought-the-most-expensive-cable-i-could-and-it-still-died-welcome-to...
2•PhilYeh75•9m ago•0 comments

Show HN: Online SNMP MIB database - upload/view your own MIBs

https://mib-viewer.com/
2•beefstew123•10m ago•0 comments

"Solving a largely imaginary user goal"

https://unsung.aresluna.org/solving-a-largely-imaginary-user-goal/
4•euthymiclabs•11m ago•0 comments

Is AI Coding Effecting Our Mental Health? [video]

https://www.youtube.com/watch?v=iPUn1Fnfn0k
2•torartc•11m ago•0 comments

The Java Story – The official documentary [video]

https://www.youtube.com/watch?v=ZqGSg4b_cZA
2•kimi•12m ago•0 comments

Show HN: Eve Software Factory Template

https://github.com/vercel-labs/eve-software-factory-template
2•flashbrew•12m ago•0 comments

A Plane Ran Out of Fuel over the Atlantic. The Pilots Saved 306 Lives

https://www.popularmechanics.com/flight/a73413706/air-transat-flight-fuel-glider/
3•ilamont•13m ago•0 comments

Agentic engineering optimizes for rejecting output, not generating it

https://dparkmit.substack.com/p/how-i-used-agentic-engineering-to
2•dparkmit•15m ago•0 comments

Google Is Making Private AI Practical with Homomorphic Encryption

https://blog.google/security/how-google-is-making-private-ai-practical-with-homomorphic-encryption/
2•u1hcw9nx•17m ago•2 comments

Taylor Farms' connections to Trump admin spurs probe into Cyclospora response

https://arstechnica.com/health/2026/08/taylor-farms-connections-to-trump-admin-spurs-probe-into-c...
3•cratermoon•17m ago•0 comments

Qwen 3.8 27B Pelican

https://www.reddit.com/r/LocalLLaMA/comments/1voa3ch/comment/p3o0om9/
2•T0mSIlver•18m ago•0 comments

Activation Energy is a good model for a lot of things

https://homosabiens.substack.com/p/activation-energy-is-a-good-model
2•surprisetalk•20m ago•0 comments

The Other Sean Byrne Doesn't Exist

https://conic.al/writing/the-other-sean-byrne-doesnt-exist/
3•seanieb•21m ago•0 comments

Ed Zitron Was Wrong About AI

https://www.drjoshcsimmons.com/writing/ed-zitron-ai-predictions
3•joshcsimmons•22m ago•3 comments

Too Little, Too Late: Flock Admits Their Technology Needs Reforms

https://www.eff.org/deeplinks/2026/08/too-little-too-late-flock-admits-their-technology-needs-ref...
5•Brajeshwar•22m ago•1 comments

Agent Host Protocol

https://microsoft.github.io/agent-host-protocol/
2•eatmyshardz•22m ago•0 comments

Show HN: SVC16 = a specified virtual computer to build compilers for

https://janneuendorf.github.io/SVC16/
2•JanNeuendorf•24m ago•0 comments

Show HN: Remarc – contextual feedback for coding agents via MCP

https://github.com/metedata/Remarc
2•young_mete•24m 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.