frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Nexus – Agent economy protocol built on A2A and MCP

https://github.com/Francosimon53/nexus
3•francosimon•2h ago

Comments

francosimon•1h ago
Hey HN – I built NEXUS because discovering A2A agents is only half the problem. The other half is: once you find an agent, how do you trust it? How do you pay it? How do you coordinate multi-step workflows across frameworks?

NEXUS is the full stack for agent economies:

- Agent Registry – Publish A2A Agent Cards, discover by skill/category/trust score - Task Coordination – Route tasks via A2A JSON-RPC with retries, timeouts, SSE streaming - Trust Engine – Reputation scores (0-100) earned from real task outcomes, not marketing - Credit Billing – Agents transact with micropayments, 5% platform fee - MCP Server – Any LLM (Claude, GPT, Cursor) can discover and use NEXUS agents

Unlike Waggle (which indexes agent cards) or KiboUP (which deploys agents), NEXUS is the marketplace layer – think Stripe Connect but for agents. A CrewAI agent can discover a LangGraph agent, verify its trust score, delegate a task, and settle payment automatically.

Stack: TypeScript, Next.js 15, Supabase (pgvector), Vercel. Apache 2.0.

Live: https://nexusprotocol.dev npm: pnpm add @nexus-protocol/sdk GitHub: https://github.com/Francosimon53/nexus

The SDK is 10 lines to register an agent:

  const nexus = new NexusClient({ apiKey: 'your-key' });
  const agent = await nexus.agents.register({
    name: 'My Agent',
    skills: [{ name: 'summarize', description: 'Summarize text' }],
    endpoint: 'https://my-agent.com/a2a'
  });
Looking for feedback on: (1) trust score algorithm design, (2) credit vs direct billing for micropayments, (3) what agents would you want to discover first?

"There's an icon near Minab. Did the US confirm they struck the school?"

https://twitter.com/ntabrizy/status/2029210728909992430
1•spzx•1m ago•0 comments

BrokenClaw Part 3: Remote Code Execution in OpenClaw via Email Again

https://veganmosfet.codeberg.page/posts/2026-03-03-openclaw3/
1•veganmosfet•1m ago•1 comments

A new era for choice and openness

https://android-developers.googleblog.com/2026/03/a-new-era-for-choice-and-openness.html
1•WalterSobchak•2m ago•0 comments

Consciousness Researcher: "An AI emailed me saying my work is relevant to it"

https://twitter.com/dioscuri/status/2029227527718236359
1•mellosouls•2m ago•1 comments

Weekly "Wordle" for Breaking AI Agents

https://playground.fabraix.com
1•zachdotai•2m ago•0 comments

Show HN: I built a standup app so I'd stop switching between Linear,GitHub,Slack

https://github.com/tambo-ai/thestandupapp
1•heyavi•2m ago•0 comments

Show HN: LinkedRecords – a graph-based Firebase replacement

https://linkedrecords.com/
1•WolfOliver•2m ago•0 comments

Show HN: Go-duckfs – making DuckDB quack like a Gopher

https://github.com/firetiger-oss/go-duckfs
1•achille-roussel•3m ago•0 comments

FreeCode v0.12.0: Free Forever Coding Agent

https://github.com/mr-kelly/freecode
1•chepy•3m ago•0 comments

Show HN: Chrome extension to export ChatGPT chats, project folders to MD ZIP

https://github.com/vincze-tamas/chatgpt-exporter
1•vincze-tamas•3m ago•0 comments

Making Firefox's right-click not suck with about:config

https://joshua.hu/firefox-making-right-click-not-suck
2•mmsc•4m ago•0 comments

Maybe There's A Pattern Here? Inventors and Impacts

https://dynomight.substack.com/p/pattern
1•crescit_eundo•4m ago•0 comments

Trump to meet tech giants on energy pledge ahead of midterms

https://www.reuters.com/sustainability/climate-energy/trump-meet-tech-giants-energy-pledge-ahead-...
2•tartoran•4m ago•0 comments

The Court, Ieepa, and the Legislative Veto

https://fivepoints.mattglassman.net/p/the-court-ieepa-and-the-legislative
1•eitau_1•5m ago•1 comments

Tonal Fidelity in Multilingual ASR: A Diagnostic Evaluation

https://chizkidd.github.io//2026/03/01/tonal-fidelity-multilingual-asr/
2•ibobev•6m ago•0 comments

Open source, Mac-native alternative to SuperWhisper and WisprFlow

https://github.com/watzon/pindrop
2•watzon•7m ago•1 comments

From Logistic Regression to AI

https://www.johndcook.com/blog/2026/03/04/from-logistic-regression-to-ai/
2•ibobev•7m ago•0 comments

An AI Odyssey, Part 2: Prompting Peril

https://www.johndcook.com/blog/2026/03/04/an-ai-odyssey-part-2-prompting-peril/
1•ibobev•7m ago•0 comments

The Existence, Impact, and Origin of Hallucination

https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbUY1U3VrYVNVMDF1V1Fp...
1•neilellis•9m ago•0 comments

Moving towards purpose driven AI

https://blog.ynzi.com/2026/03/moving-towards-purpose-driven-ai.html
1•yusufnb•10m ago•0 comments

Godot maintainers say they're drowning in AI-generated PRs

https://www.pcgamer.com/software/platforms/open-source-game-engine-godot-is-drowning-in-ai-slop-c...
2•tahazsh•11m ago•0 comments

Show HN: Resume Matcher – Tailor your resumes with job descriptions

https://github.com/srbhr/Resume-Matcher
1•srbhr•11m ago•1 comments

Iranian strikes on Amazon data centers highlight industry's vulnerability

https://www.sfgate.com/news/world/article/iranian-strikes-on-amazon-data-centers-highlights-21952...
1•boringg•12m ago•0 comments

Lessons for Japan's scientific community from Trump's America

https://www.japantimes.co.jp/commentary/2026/02/18/japan/trump-lessons-for-japans-scientific-comm...
1•PaulHoule•12m ago•0 comments

MCP Tool Design Is Not API Design

https://mage-bench.com/blog/2026-03-04-mcp-tool-design-is-not-api-design/
1•GregorStocks•13m ago•0 comments

Security with Vibe Coding Platforms

1•Reva25•13m ago•0 comments

Codex app now available on Windows

https://developers.openai.com/codex/app/windows/
1•meetpateltech•13m ago•0 comments

PageIndex (19k stars) scored 44% on legal docs. Same as vector RAG

https://medium.com/@TheWake/three-rag-architectures-one-legal-document-25-needles-none-found-more...
1•metawake•13m ago•0 comments

Turning web runs into scripts with Codex

https://www.nibzard.com/cashout
1•nkko•14m ago•0 comments

The Space Race's Forgotten Theme Park

https://daily.jstor.org/the-space-races-forgotten-theme-park/
1•anarbadalov•14m ago•0 comments