frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Making Firefox's right-click not suck, more, with userChrome.css

https://joshua.hu/firefox-making-right-click-not-suck-even-more-userchrome
1•nocy•1m ago•0 comments

Ask HN: Why there are no actual studies that show AI is more productive?

2•make_it_sure•5m ago•0 comments

Show HN: Run any VLM on real-time video

https://overshoot.ai/
1•zakariaelhjouji•7m ago•0 comments

What Automattic's AI Enablement Training Means for WordPress

https://automattic.com/2026/02/25/ai-enablement-wordpress/
1•taubek•7m ago•0 comments

Unredact

https://github.com/Alex-Gilbert/unredact
1•kruuuder•10m ago•1 comments

Ask HN: Meta ad / business account and pages gone

1•holistio•12m ago•0 comments

Show HN: Flora – Compile-time Dependency Injection for Go without reflection

https://github.com/soner3/flora
1•soner3•14m ago•1 comments

Fantasque Player

https://raphaelbastide.com/fantasque-player/
1•tarball•15m ago•0 comments

Salt Typhoon hacked 80 countries – AT&T can't confirm hackers are out

2•Abhscanink•16m ago•0 comments

Attackers prompted Gemini over 100k times while trying to clone it, Google s

https://arstechnica.com/ai/2026/02/attackers-prompted-gemini-over-100000-times-while-trying-to-cl...
3•joozio•18m ago•0 comments

Superpowers for Claude Code: Complete Guide 2026

https://www.pasqualepillitteri.it/en/news/215/superpowers-claude-code-complete-guide
2•doener•19m ago•0 comments

Invoker Commands API

https://developer.mozilla.org/en-US/docs/Web/API/Invoker_Commands_API
2•maqnius•20m ago•1 comments

Show HN: Codebrief – Make sense of AI-generated code changes

https://github.com/that-one-arab/codebrief
1•mo-dulaimi•21m ago•0 comments

Show HN: MindPlexa – Open-source AI-powered infinite canvas: Next.js, React Flow

https://github.com/jayasth/MindPlexa
1•jaysth•22m ago•0 comments

SWE-CI: Evaluating Agent Capabilities in Maintaining Codebases via CI

https://arxiv.org/abs/2603.03823
13•mpweiher•25m ago•1 comments

SCRY 17-source research engine for Claude Code(no API keys, pure stdlib)

https://github.com/Kastarter/scry
1•Kastarted•28m ago•0 comments

Show HN: Cursor skill for Claude Code's /loop scheduler

https://gist.github.com/aydinnyunus/9d507810e78554e2a18668a3dcfd65a8
1•runtimepanic•29m ago•0 comments

Show HN: Go LLM inference with a Vulkan GPU back end that beats Ollama's CUDA

https://github.com/computerex/dlgo
1•computerex•30m ago•0 comments

I built a tool that tailor your resume and cover letter for every job in seconds

https://cvrepair.guru
1•ahmedgmurtaza•36m ago•2 comments

LLMs take the fun out of coding

https://twitter.com/atmoio/status/2030289138126107074
2•vhiremath4•37m ago•2 comments

Show HN: MOCC – Turn your MRR or follower milestones into beautiful mockups

https://mocc-delta.vercel.app/
2•suryanshmishrai•42m ago•0 comments

New Research Reassesses the Value of Agents.md Files for AI Coding

https://www.infoq.com/news/2026/03/agents-context-file-value-review/
6•noemit•44m ago•2 comments

Ask HN: Has finding more competitors ever made you more confident?

1•stokemoney•45m ago•0 comments

The Synthetic Data Playbook: Generating Trillions of the Finest Tokens

https://huggingface.co/spaces/HuggingFaceFW/finephrase
2•JoelNiklaus•46m ago•0 comments

72 commits in a day, a third of them reverting the rest

1•madebyjam•47m ago•0 comments

From Iran to Ukraine, everyone's trying to hack security cameras

https://www.wired.com/story/from-ukraine-to-iran-hacking-security-cameras-is-now-part-of-wars-pla...
3•asplake•57m ago•0 comments

How good is Claude, really?

https://alinpanaitiu.com/blog/how-good-is-claude-really/
3•dmoro•59m ago•1 comments

Show HN: TracePact – Catch tool-call regressions in AI agents before prod

https://github.com/dcdeve/tracepact
1•soydanicg•1h ago•0 comments

Add llms.txt and fix robots.txt for AI agent discoverability

2•nishiohiroshi•1h ago•0 comments

Show HN: JRD Garage – $99 one-time auto shop management (Mitchell1 alternative)

https://jrdconnect.com/apps
1•jaydurangodev•1h 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•9mo ago

Comments

skeptrune•9mo 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.