Almanac
← Events
4Hacker News (AI-filtered, score >= 200)·3d ago

Workweave Router: Smart model routing plugin for Claude, Codex, and Cursor

Workweave has released an open-source tool called Router that adds smart model routing capabilities directly within Claude, Codex, and Cursor environments. The tool appears to enable automatic selection or switching between AI models based on task characteristics. With 154 HN points and 91 comments, it has attracted meaningful community interest as a practical developer utility.

Related guides (3)

Related events (8)

4Github Trending·1mo ago·source ↗

phodal/routa: Workspace-First Multi-Agent Coordination Platform with MCP/ACP/A2A Support

Routa is an open-source TypeScript project providing a workspace-first multi-agent coordination platform for AI development. It features shared Specs, Kanban-style orchestration, and support for multiple agent communication protocols including MCP, ACP, and A2A across web and desktop environments. The repository has gained significant traction with 1,136 total stars and 141 stars added today, signaling community interest in multi-agent tooling.

5Github Trending·29d ago·source ↗

ruvnet/ruflo: Agent Meta-Harness for Claude with Multi-Agent Swarm Coordination

Ruflo is an open-source TypeScript framework positioning itself as a meta-harness for Claude-based multi-agent systems. It features adaptive memory, swarm intelligence coordination, RAG integration, and native Claude Code/Codex integration. The project has accumulated 57,231 stars with 354 added today, indicating significant community traction.

7The Batch·13d ago·source ↗

Data Points: GLM-5.2 leads open models on coding benchmarks; SpaceX acquires Cursor; OpenRouter Fusion; Anthropic coding study; ChatGPT market share drops

Zhipu released GLM-5.2, a 744B-parameter open model under MIT license that ranks second only to Claude Opus 4.8 on long-horizon coding benchmarks including FrontierSWE and SWE-Marathon, featuring a 1M-token context window and a 2.9× compute reduction via IndexShare attention. SpaceX is acquiring Cursor (Anysphere) for $60B in stock, positioning Musk's company to compete in AI software tools using xAI's Colossus infrastructure. OpenRouter launched Fusion, a multi-model synthesis tool showing that budget model panels can match frontier model performance at half the cost. An Anthropic study of 400K Claude Code sessions found domain expertise—not coding skill—is the primary driver of agentic output, while a Munich court ruled Google liable for false claims in AI Overviews.

6The Batch·18d ago·source ↗

Cursor's Composer 2.5 rivals GPT-5.5 and Claude Opus 4.7 on coding benchmarks at lower cost

Cursor released Composer 2.5, a specialized agentic coding model built on Moonshot's Kimi K2.5 open weights with additional pretraining and reinforcement learning fine-tuning tailored to Cursor's own CLI harness. The model ranks third on the Artificial Analysis Coding Agent Index behind Claude Opus 4.7 and GPT-5.5 at max reasoning, but significantly undercuts them on cost ($0.44 vs $4.14 per task) and speed (6.7 vs 17.7 minutes). The training approach—co-optimizing model and harness together using synthetic tasks, text feedback during RL, and 25x more synthetic data than Composer 2—illustrates a specialist model strategy that challenges the dominance of generalist frontier models in coding workflows.

4Github Trending·1mo ago·source ↗

OmniRoute: Open-Source AI Gateway with 160+ Providers and ~95% Context Compression

OmniRoute is a TypeScript-based open-source AI gateway that unifies access to 160+ AI providers through a single endpoint. It features RTK+Caveman stacked compression claiming up to ~95% eligible context savings, smart auto-fallback, and support for MCP/A2A protocols. The project has gained notable traction with nearly 5,000 stars and 122 new stars in a single day.

3Github Trending·15d ago·source ↗

smol-ai/GodMode: multi-model AI chat browser aggregating ChatGPT, Claude, Bard, and others

GodMode is an open-source TypeScript desktop app that provides unified browser-based access to multiple AI chat interfaces including ChatGPT, Claude, Bard, Bing, and Llama 2. The project has accumulated 5,536 GitHub stars with modest recent momentum (+14 today). It functions as a thin wrapper enabling side-by-side or rapid switching between frontier chat products.

4Github Trending·6d ago·source ↗

wshobson/agents: Multi-harness agentic plugin marketplace for major AI coding tools

A GitHub repository called 'agents' by wshobson provides a multi-harness agentic plugin marketplace targeting Claude Code, Codex CLI, Cursor, OpenCode, GitHub Copilot, and Gemini CLI. The project has accumulated 37,134 stars with modest daily momentum (+43 today). It represents a cross-platform approach to agent tooling that spans multiple competing AI coding environments.

5Hugging Face Blog·1mo ago·source ↗

We Got Claude to Fine-Tune an Open Source LLM

Hugging Face demonstrates using Claude (Anthropic's model) as an orchestrating agent to autonomously fine-tune an open-source LLM, showcasing an agentic workflow for model training. The post illustrates how a frontier model can handle the end-to-end process of dataset preparation, training configuration, and execution for a smaller open-weights model. This represents a practical example of AI-assisted ML engineering and agent-tool ecosystem development.