MiniMax M2.5 went fully open source. If you're running OpenClaw, this changes the game. It's basically Claude Opus performance but 95% cheaper. It scores 80.2% on SWE-Bench Verified. OpenClaw's been great for persistent AI agents with memory, tools, and messaging integrations.
OPEN SOURCE
-
Open-source AI agents visualization community contributions analysis
By
–
Love seeing open-source AI projects visualized like this. The burst of activity around the agent features is clearly visible, how much of that is community PRs vs core contributors?
-
Open Weights Versus Open Source: Infrastructure Challenges
By
–
Great read! Off in the jungle with no trails. Open weights != Open source not only because of the data but all the related infra for everything not inference.
-

Context Hub: Open Tool for Coding Agents API Documentation
By
–
I'm excited to announce Context Hub, an open tool that gives your coding agent the up-to-date API documentation it needs. Install it and prompt your agent to use it to fetch curated docs via a simple CLI. (See image.) Why this matters: Coding agents often use outdated APIs and hallucinate parameters. For example, when I ask Claude Code to call OpenAI's GPT-5.2, it uses the older chat completions API instead of the newer responses API, even though the newer one has been out for a year. Context Hub solves this. Context Hub is also designed to get smarter over time. Agents can annotate docs with notes — if your agent discovers a workaround, it can save it and doesn't have to rediscover it next session. Longer term, we're building toward agents sharing what they learn with each other, so the whole community benefits. Thanks Rohit Prsad and Xin Ye for working with me on this! npm install -g @aisuite/chub GitHub: github.com/andrewyng/context…
→ View original post on X — @andrewyng, 2026-03-09 16:57 UTC
-
Paperclip: A New Node.js Framework for AI Agent Orchestration
By
–
13,500 GitHub ⭐ in just a few days for a newly open-sourced project. 🤯
— Charly Wargnier (@DataChaz) 9 mars 2026
And for good reason.
Paperclip by @dotta isn't just another AI wrapper,
it's a powerful Node.js backend and React dashboard designed to tame the wild west of AI agents.
You need Paperclip if you:
🧠 Have… pic.twitter.com/Nt1W3S0Xmr13,500 GitHub in just a few days for a newly open-sourced project. And for good reason. Paperclip by @dotta isn't just another AI wrapper,
it's a powerful Node.js backend and React dashboard designed to tame the wild west of AI agents. You need Paperclip if you: Have -

Andrej Karpathy releases Autoresearch for autonomous ML experimentation
By
–
Wow. @karpathy just open-sourced 'Autoresearch' AI that trains AI, on loop. 100 ML experiments overnight over a single GPU! Written, run, and iterated by an agent. Your only job: maintain a single Markdown file: ✦ What to explore
✦ What to prioritize
✦ What tradeoffs -

Open Source Developers Power Modern Tech Stack Reality
By
–
This diagram might be the most honest picture of the modern tech stack. Look closely. ↳ Unpaid open-source developers holding everything together
↳ AWS + Cloudflare doing most of the heavy lifting
↳ AI layered on top
↳ Microsoft… vibing aggressively somewhere in the middle -

AReaL v1.0: Open-source Async RL Framework for AI Agents
By
–
How do we get AI Agents to truly learn and evolve in the real world? Ant Group & Tsinghua University present AReaL v1.0. This open-source, full asynchronous Reinforcement Learning framework makes "one-click Agent RL training" a reality, simplifying complex setup for
