WANTED
We aim to bring this man in for questioning — on camera.
If you know him, tag him. If you are him… let's talk.
Report by The Next New Thing.
Scroll for the report ↓
A big public company shipping an open-source bet that team chat, code review, and AI agents belong in one room. The README is unusually candid: “Yes, it's another AI-adjacent developer tool. We're sorry.” The difference it claims: agents get the same powers as human teammates — open repos, send patches, review code, run workflows — each with its own identity and audit trail.
If your team juggles Slack, GitHub, CI dashboards, and a pile of bots that don't talk to each other, this is a self-hosted workspace where you and your AI agents share one room and one searchable history.
You add an agent to a channel the same way you add a person. Each agent has its own keys (its own identity), its own channel memberships, and its own audit trail (a record of everything it did).
Add the agents you already use (buzz-cli hooks into Goose, Codex, and Claude Code today) or create new ones right in Buzz — each with its own identity, channel memberships, and audit trail.
Hook up a repo and a feature branch becomes a channel — code patches, test results, an agent's first-pass review, and the merge decision all land in the same thread.
33 of the repo's 69 contributors share a public location — percentages are of those.
Text-ray goggles for your Android UI.
AI-driven UI testing framework.
Online schema change and data operations for MySQL 8.0+
Quiver is a collection of extension methods and handy functions to make the wonderful functional programming Kotlin library, Arrow, even better.
gRPC-based Remote Command Execution Agent
Run code within any debuggable Android process, without modifying its APK
Automate and expose complex infrastructure tasks to teams and services.
Manage AI rules, commands, and skills across multiple coding agents from one place.
A purpose-built Go CLI tool that analyses Git repositories for security vulnerabilities using LLM-based analysis
The spotlight moved to Buzz this week, but the work didn't: 100+ commits in the past week (35 on July 28 alone) and a release every week or two — v2026.722.0 landed July 22. Nearly all of it ships from a three-person core team, while 5,000+ open issues pile up — community demand massively outpacing the maintainers.
If you run AI agents like a workforce, this is the app that treats them as employees — with the shipping velocity to match, even after the hype moved on.
100+ commits in the last week and five releases since mid-June — this is not a repo coasting on hype.
Three core developers carry almost every commit, against 5,000+ open issues — classic hot-repo growing pains.
Paperclip is “manage agents like employees”; Buzz is “agents as signed teammates in channels.” Complementary takes on the same idea.
buy and sell ai-agent companies
the npx companies tool
pr triage ui
Paperclip documentation
Paperclip documentation
NorthStar — Customer Success Management SaaS platform
A YC-backed “ADE” (agent development environment) on this week’s Trendshift trending list alongside Buzz. It runs multiple coding agents at once — Claude Code, Codex, OpenCode, Cursor, and 30+ others — each in its own isolated git worktree, so you compare their answers and merge the best one.
If you already juggle two or three coding agents in separate terminals, this is the cockpit that runs them in parallel and lets you keep the best answer.
Every agent works in its own git worktree — compare results side by side and keep the winner.
Runs any CLI coding agent with the plans you already pay for — no separate metered billing.
A mobile companion app monitors and controls agents, including ones running on remote servers over SSH.
Slack automation CLI for AI agents
AI agent skills for the Stably Playwright SDK.
Stably test runner Github action
Delegate prompts to Claude via claude -p. Install-free: npx github:stablyai/call-claude
Official workflow skills for Orca users and agents
Official Brazilian Portuguese language pack for Orca
Homebrew tap for Orca (brew install --cask stablyai/orca/orca)
Official marketplace index for Orca plugins
Nous Research’s “agent that grows with you” just crossed one year old — one of the biggest agent repos on GitHub, full stop. A whole ecosystem orbits it: cc-switch manages it, claude-mem gives it persistent memory, ruflo orchestrates it, codegraph indexes code for it — it's the compatibility target every new agent tool lists first.
This is the agent the rest of the tooling world builds around — if a “manage your agents” app doesn't support it, it isn't finished.
Skills and memory build up over time — the pitch is an agent that compounds instead of resetting every session.
cc-switch, claude-mem, ruflo, and codegraph all list Hermes support by name — it’s the compatibility target.
From the lab behind the Hermes model family — 43k forks and roughly 2,460 contributors make it one of the most worked-on agent codebases anywhere.
⚒ Evolutionary self-improvement for Hermes Agent — optimize skills, prompts, and code using DSPy + GEPA
An autonomous novel writing pipeline, by Hermes Agent
Atropos is a Language Model Reinforcement Learning Environments framework for collecting and evaluating LLM trajectories through diverse environments
Distributed Training Over-The-Internet
Autoresearch for subjective domains.
A comprehensive repository of reasoning tasks for LLMs (and beyond)
Maybe the new state of the art vision model? we'll see 🤷♂️
It rides the hottest pain point in agent land right now: tools like browser-use need a separate browser to drive, logins never carry over, and you and the agent fight for the same tabs. ego lite's answer is one browser you share — agents work in isolated “Spaces” while your tabs stay yours, and a one-time Chrome migration hands them your existing logins.
If you have ever watched an AI agent fumble at a login page in some scripted browser, this lets it use a browser that already has your accounts — while you keep working in the same window.
Agents run in Spaces — parallel workspaces inside the same browser — so Claude Code can work 10 tasks in 10 Spaces in the background while you keep browsing up front. You can watch, take over, or stop any Space.
On first launch it offers to migrate your Chrome data: logins, cookies, extensions, bookmarks. Say yes and the agent never hits a login wall on sites you already use.
Browser actions are exposed as JavaScript functions the agent calls in one pass, instead of a slow command-look-command loop. The project's own benchmark claims complex tasks finish up to 2.5× faster with fewer tokens (the words AI models are billed by).
3 of the repo's 5 contributors share a public location — percentages are of those.
A real-browser CDP execution extension for Pi agents.
Open-source benchmark harness for comparing model browser-use performance under controlled agent and browser-tool settings. Public beta.
The hook is the pedigree: the README says this was Alibaba Group's official internal AI code review assistant, serving tens of thousands of developers over two years and flagging millions of code defects before being opened to the public. It lands just as everyone is asking whether general-purpose agents like Claude Code are actually good at reviewing code.
Install one npm package and every change you ship gets a free, automatic second pair of eyes that leaves comments on the exact lines that matter — using the AI subscription you already pay for.
Per the README, it ran for two years as Alibaba's internal review assistant across tens of thousands of developers and millions of caught defects — then was “incubated” into open source.
Fixed engineering logic (deterministic pipelines) handles the steps that must be exact — picking which files to review and pinning comments to the right line — while the LLM agent (the AI reasoning part) handles the actual judgment calls.
On its own benchmark — 200 real pull requests from 50 popular open-source repos, checked by 80+ senior engineers — it beats a general-purpose agent on precision using about 1/9 the tokens (the units AI usage is billed in). It deliberately trades away some recall: it flags less, but what it flags is real.
Alibaba’s tool hit the HN front page (284 points, 73 comments) and a commenter ran it on 10 benchmark PRs — strong recall (~74%) but ~12% precision, meaning a flood of false positives. The thread became a real fight over whether catching everything justifies alert fatigue that makes developers ignore the tool entirely.
Open the thread on GitHub →36 of the repo's 87 contributors share a public location — percentages are of those.
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
快速、简洁、解决大文件内存溢出的java处理Excel工具
an easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
Alibaba Java Coding Guidelines pmd implements and IDE plugin
阿里巴巴 MySQL binlog 增量订阅&消费组件
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
JavaScript in-page GUI agent. Control web interfaces with natural language.
阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池
FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.
We aim to bring this man in for questioning — on camera.
If you know him, tag him. If you are him… let's talk.
We need a partner in crime to help us test the repos we cover.
If you know somebody, tag them. If this is you… let's talk.
I've used Zapier across multiple businesses for over 10 years. They've been doing automation reliably long before this moment — and the MCP service brings that same reliability to any AI agent you're building with.
Try Zapier MCP →Exposes 8,000+ tools as MCP resources any agent can call.
Claude Code, OpenCode, Cursor — anything that speaks MCP.
Enable the tools you want in Zapier, grab the MCP endpoint, paste it into your agent.
Zapier handles auth, rate limits, and reliability for you.
Huge traction for what is essentially one markdown file of rules. It hits a universal nerve: AI assistants that open with “Great question!”, wander through context, and hide the one command you needed in the middle of a paragraph. The tagline: “ADHD-friendly outputs. No ADHD diagnosis needed!”
Two commands and your coding assistant's answers become scannable: the command to run is the first line, the steps are numbered, and the fluff is gone.
Lead with the next action, number the steps, cap lists at five items, give time estimates in minutes, end with one concrete next step — and no preamble, no recap, no “Hope this helps!” closers.
It ships as a Claude Code plugin (two claude commands, then type /i-have-adhd) and a Codex plugin; no local download needed, and Claude Code keeps it updated. Instructions for other agents live in INSTALL.md.
Loosely based on The Adult ADHD Tool Kit by J. Russell Ramsay and Anthony L. Rostain — adapted for how an AI should answer, not how a human should organize their day.
11 of the repo's 20 contributors share a public location — percentages are of those.
Python3 implementation of SymSpell
Reinforcement Learning on Ant Colony
Probabilistic Graph Cuts - PyTorch implementation
Mixture of Probabilistic PCA
TRPO implemenation on the Atari Learning Environement (ALE)
Polyhedron Mesh on the Sphere
An actively built project, not a demo. It just opened up a plugin system: outside developers can now add their own objects and tools (the README points to a worked example, plugin-trees, that adds procedural trees, flowers, and grass). The core pieces also ship as npm packages, so the 3D viewer can be dropped into other websites.
You can sketch a house, an office floor plan, or a renovation idea in 3D for free, in a browser tab, and share it — the kind of thing that used to need paid desktop CAD software.
Tools for walls, floor slabs, ceilings, roofs, zones, and items like doors, windows, and lights — organized as Site → Building → Level, with stacked or exploded floor views.
Built with React Three Fiber and WebGPU (the browser's fastest new graphics engine), with a live editor hosted at editor.pascal.app.
Scenes persist locally in the browser (IndexedDB, the browser's built-in storage) with 50 steps of undo/redo.
9 of the repo's 25 contributors share a public location — percentages are of those.
Agent skill to extract color palettes from images — screenshots, Figma exports, design mockups. Installable via npx skills add pascalorg/image-analysis
Make forms easier, LLM tools safer. Natural-language quantities, units, dates & ranges parsed into canonical values — zero dependencies, two-way.
Standalone example plugin for Pascal: procedural trees, flowers, grass, and editor integration
It's riding the agent-skills wave hard. It works with the open Agent Skills standard, so one install covers Claude Code, GitHub Copilot CLI, and Amp. The README leads with a measured claim: answering one question costs 24×–51× fewer tokens (the units AI usage is billed in) than dumping the whole book into the chat. Per the README it's free, MIT-licensed, and maintained on personal time.
If there's a technical book, company handbook, or spec you keep re-opening, you can fold it into your AI assistant once and then just ask it questions — grounded in your actual copy, not the model's fuzzy memory.
Run /book-to-skill on a PDF, a folder, or a list of files and it distills the content into a core skill file, one file per chapter, a glossary, a patterns list, and a cheatsheet — structure, not a summary.
Ask about “replication” and the agent reads just that chapter (≈1,000 tokens) instead of re-paying for the whole 200,000-token book every message.
PDF, EPUB, DOCX, Markdown, HTML, RTF, and MOBI are supported — the README pitches internal docs, brand guidelines, research-paper stacks, and specs as inputs too.
7 of the repo's 16 contributors share a public location — percentages are of those.
Unofficial UI/UX reference distilled from Duolingo's public design guidelines — an agent skill for frontend devs. Not affiliated with Duolingo.
Modulo 04 - introdução a react
Template do Modulo 11 (DevOps & Cloud) - My Daily Habits: React+Vite, Dockerfile multi-stage, CI no PR
my profile README
Primeiro sistema de minha criação, tem como objetivo capturar os contadores de produção das impressoras de marca OKI DATA, pode ser adaptado para impressoras de outras marcas.
FlappingDetector
Objective smoke test for free LLM models via OpenCode — fixed prompts, deterministic gates, clean-room judging
A one-person project moving at full speed. It picks a very public fight: the README opens with benchmark tables naming Claude Code, Codex CLI, Copilot CLI, Cursor Agent, and OpenCode, claiming jcode uses 27.8 MB of RAM to Claude Code's 386.6 MB and draws its first frame in 14 ms to Claude Code's 3,437 ms. The author even built their own mermaid diagram renderer and their own terminal along the way.
If your AI coding tool feels heavy — slow to start, eating RAM, choking when you run several sessions — this is a lightweight alternative that works with the model subscriptions you already have.
27.8 MB of RAM per session and a 14 ms start, per the README's own benchmarks — the pitch is running many agent sessions at once without your laptop melting.
Every turn is embedded as a semantic vector (a math fingerprint of meaning), so relevant past context is recalled automatically — no memory commands, no token burn.
Run several agents in one repo; a server coordinates them, warns an agent when another edits a file it read, and agents can even spawn their own teammates.
2 of the repo's 5 contributors share a public location — percentages are of those.
A fast native Rust Mermaid diagram renderer. No browser required. 500-1000x faster than mermaid-cli.
CLI-first code search and retrieval for agents
Scrolling window manager for macOS (PaperWM-style strip, Accessibility-only, teleport navigation)
Fast Rust waybar module for niri workspace visualization with app-colored window indicators
Fast file picker with typo-tolerant fuzzy search
The first uncontaminatable benchmark: improve given production-grade primitives, exhaustively verified, deterministically scored
Homebrew tap for jcode - AI coding agent
The personal skill set of Matt Pocock (the “TypeScript wizard” behind Total TypeScript, per his own GitHub bio), published straight from his .agents directory — his README says roughly 60,000 devs follow the companion newsletter. The pitch is a direct shot at heavier frameworks like GSD, BMAD, and Spec-Kit: small, composable skills that keep you in control instead of owning your process.
If you use an AI coding assistant, this is decades of engineering habit condensed into slash commands you install once — your agent starts asking better questions, testing its own work, and keeping your codebase clean.
The flagship /grill-me skill makes the agent relentlessly interview YOU about what you want before it writes anything — Matt calls these his most popular skills, built to fix the #1 failure mode: the agent building the wrong thing.
/grill-with-docs also builds a project glossary (a CONTEXT.md file) so the agent stops using 20 words where 1 will do. The README calls it possibly “the single coolest technique in this repo.”
A /tdd skill enforces red-green-refactor (write a failing test first, then make it pass), and /diagnosing-bugs wraps hard debugging into a disciplined reproduce-to-fix loop.
A user ran Matt’s /grill‑me skill and Codex grilled him with 200 questions — “I kept thinking maybe this one’s the last question, they all seemed important too.” Matt Pocock closed it wontfix: grilling is intentionally open‑ended, and “the right escape hatch is to tell the model to wrap up and summarise, not a numeric cap.”
Open the thread on GitHub →1 of the repo's 2 contributors share a public location — percentages are of those.
A 'CSS reset' for TypeScript, improving types for common JavaScript API's
Orchestrate sandboxed coding agents in TypeScript with sandcastle.run()
AI coding jargon, explained in plain English.
VSCode extension to turn TypeScript errors into plain English
Evaluate your LLM-powered apps with TypeScript
Professionally designed, interactive state machines
Simple function for building a type-safe fetcher with Zod
The home of all Matt's internal tooling
Built by Ping.gg (an org whose GitHub bio reads “we build tools for modern devs”), with 973 open issues signaling a big, noisy early community. The team calls it an “agent harness control surface”: they built it because existing options like the Codex desktop app, Conductor, and Claude Desktop didn't meet their bar, and they openly warn “we are very very early in this project. Expect bugs.”
If you already pay for Claude Code or Codex, this turns them into something you can check on and steer from your couch or your phone — kick off a task at your desk, approve the next step from anywhere.
It doesn't sell AI — it controls Claude Code, Codex, Cursor, Grok Build, and OpenCode if they're set up and logged in on your computer.
Ships a mobile app for iOS and Android (the README calls it best-in-class), plus a web app and an Electron-based desktop app, so you can steer agents on your machine from anywhere.
The README answers its own question: nothing. It's MIT-licensed and deliberately open so that if the project ever goes the wrong way, you have everything you need to fork it.
The repo’s hottest issue (175 reactions, 32 comments) is users demanding T3 Code support the Copilot subscriptions they already pay for. Rather than wait for Theo’s team, a community member started building the adapter himself in the thread — posting WIP screenshots and opening PR #295 while others cheer it on.
Open the thread on GitHub →60 of the repo's 97 contributors share a public location — percentages are of those.
File uploads for modern web devs
Nothing to see here
Export Twitch markers as a LosslessCut-compatible CSV
Sample webhook payloads for various services.
Demo showing how to add autobranching for PlanetScale x Vercel
Credited to a single author, Elie Habib, yet it spans six deployed site variants (world, tech, finance, commodity, happy, energy) from one codebase — and its GitHub topics openly position it in Palantir-adjacent “situational awareness” territory, but open source under AGPL (a license that requires anyone reusing the code to share theirs).
You get the kind of global monitoring console that used to be enterprise-only — open worldmonitor.app to watch it live, or clone the repo and self-host your own with three commands.
Curated feeds across 15 categories get synthesized into briefs by AI — and it can run entirely on local AI via Ollama (models on your own machine), no API keys required.
Dual map engine: a 3D globe and a WebGL flat map (browser graphics tech) with 56 map layer types, plus live flight data provided by Wingbits.
Its own server-computed stress score (CII v8) for 31 Tier-1 countries, alongside a finance radar covering 29 stock exchanges, commodities, and crypto.
48 of the repo's 98 contributors share a public location — percentages are of those.
New hot repos every week — don't miss the next drop.
It tells YouTube to show this to more builders like you.
Tell me which repo you'll try first — or what to cover next.
New hot repos every week. Subscribe so you never miss the next drop.