CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Ruv Swarm

ruvnet/ruv-fann
STDIOregistry active
Summary

This orchestrates ephemeral neural networks through MCP, letting Claude spawn tiny purpose-built FANN networks for specific reasoning tasks. Under the hood it's running a Rust-based neural framework compiled to WASM, so you get CPU-native inference without GPU dependencies. The swarm topology handles distribution across multiple networks working in concert. You'd reach for this when you want sub-100ms neural inference embedded in agentic workflows, like the 84.8% SWE-Bench benchmark suggests, without spinning up external model APIs. The MCP integration exposes network instantiation, topology configuration, and swarm coordination as tools Claude can call directly.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

ruv-FANN: The Neural Intelligence Framework 🧠

Crates.io Documentation License CI

What if intelligence could be ephemeral, composable, and surgically precise?

Welcome to ruv-FANN, a comprehensive neural intelligence framework that reimagines how we build, deploy, and orchestrate artificial intelligence. This repository contains three groundbreaking projects that work together to deliver unprecedented performance in neural computing, forecasting, and multi-agent orchestration.

🌟 The Vision

We believe AI should be:

  • Ephemeral: Spin up intelligence when needed, dissolve when done
  • Accessible: CPU-native, GPU-optional - built for the GPU-poor
  • Composable: Mix and match neural architectures like LEGO blocks
  • Precise: Tiny, purpose-built brains for specific tasks

This isn't about calling a model API. This is about instantiating intelligence.

🎯 What's in This Repository?

1. ruv-FANN Core - The Foundation

A complete Rust rewrite of the legendary FANN (Fast Artificial Neural Network) library. Zero unsafe code, blazing performance, and full compatibility with decades of proven neural network algorithms.

2. Neuro-Divergent - Advanced Neural Forecasting

27+ state-of-the-art forecasting models (LSTM, N-BEATS, Transformers) with 100% Python NeuralForecast compatibility. 2-4x faster, 25-35% less memory.

3. ruv-swarm - Ephemeral Swarm Intelligence

The crown jewel. Achieves 84.8% SWE-Bench solve rate, outperforming Claude 3.7 by 14.5 points. Spin up lightweight neural networks that exist just long enough to solve problems.

🚀 Quick Install ruv-swarm

# NPX - No installation required!
npx ruv-swarm@latest init --claude

# NPM - Global installation
npm install -g ruv-swarm

# Cargo - For Rust developers
cargo install ruv-swarm-cli

That's it. You're now running distributed neural intelligence.

🧠 How It Works

The Magic of Ephemeral Intelligence

  1. Instantiation: Neural networks are created on-demand for specific tasks
  2. Specialization: Each network is purpose-built with just enough neurons
  3. Execution: Networks solve their task using CPU-native WASM
  4. Dissolution: Networks disappear after completion, no resource waste

Architecture Overview

┌─────────────────────────────────────────────┐
│          Claude Code / Your App             │
├─────────────────────────────────────────────┤
│            ruv-swarm (MCP/CLI)              │
├─────────────────────────────────────────────┤
│         Neuro-Divergent Models              │
│    (LSTM, TCN, N-BEATS, Transformers)      │
├─────────────────────────────────────────────┤
│           ruv-FANN Core Engine              │
│        (Rust Neural Networks)               │
├─────────────────────────────────────────────┤
│            WASM Runtime                     │
│    (Browser/Edge/Server/Embedded)          │
└─────────────────────────────────────────────┘

⚡ Key Features

🏃 Performance

  • <100ms decisions - Complex reasoning in milliseconds
  • 84.8% SWE-Bench - Best-in-class problem solving
  • 2.8-4.4x faster - Than traditional frameworks
  • 32.3% less tokens - Cost-efficient intelligence

🛠️ Technology

  • Pure Rust - Memory safe, zero panics
  • WebAssembly - Run anywhere: browser to RISC-V
  • CPU-native - No CUDA, no GPU required
  • MCP Integration - Native Claude Code support

🧬 Intelligence Models

  • 27+ Neural Architectures - From MLP to Transformers
  • 5 Swarm Topologies - Mesh, ring, hierarchical, star, custom
  • 7 Cognitive Patterns - Convergent, divergent, lateral, systems thinking
  • Adaptive Learning - Real-time evolution and optimization

📊 Benchmarks

Metricruv-swarmClaude 3.7GPT-4Improvement
SWE-Bench Solve Rate84.8%70.3%65.2%+14.5pp
Token Efficiency32.3% lessBaseline+5%Best
Speed (tasks/sec)3,800N/AN/A4.4x
Memory Usage29% lessBaselineN/AOptimal

🌐 Ecosystem Projects

Core Projects

  • ruv-FANN - Neural network foundation library
  • Neuro-Divergent - Advanced forecasting models
  • ruv-swarm - Distributed swarm intelligence

Tools & Extensions

  • MCP Server - Claude Code integration
  • CLI Tools - Command-line interface
  • Docker Support - Containerized deployment

🤝 Contributing with GitHub Swarm

We use an innovative swarm-based contribution system powered by ruv-swarm itself!

How to Contribute

  1. Fork & Clone

    git clone https://github.com/your-username/ruv-FANN.git
    cd ruv-FANN
    
  2. Initialize Swarm

    npx ruv-swarm init --github-swarm
    
  3. Spawn Contribution Agents

    # Auto-spawns specialized agents for your contribution type
    npx ruv-swarm contribute --type "feature|bug|docs"
    
  4. Let the Swarm Guide You

    • Agents analyze codebase and suggest implementation
    • Automatic code review and optimization
    • Generates tests and documentation
    • Creates optimized pull request

Contribution Areas

  • 🐛 Bug Fixes - Swarm identifies and fixes issues
  • ✨ Features - Guided feature implementation
  • 📚 Documentation - Auto-generated from code analysis
  • 🧪 Tests - Intelligent test generation
  • 🎨 Examples - Working demos and tutorials

🙏 Acknowledgments

Special Thanks To

Core Contributors

  • Ocean(@ohdearquant) - Transformed FANN from mock implementations to real neural networks with actual CPU and GPU training. Built the Rust implementation from placeholder code into a functional neural computing engine.
  • Bron(@syndicate604) - Made the JavaScript/WASM integration actually work by removing mock functions and building real functionality. Transformed broken prototypes into production-ready systems.
  • Jed(@jedarden) - Platform integration and scope management
  • Shep(@elsheppo) - Testing framework and quality assurance

Projects We Built Upon

  • FANN - Steffen Nissen's original Fast Artificial Neural Network library
  • NeuralForecast - Inspiration for forecasting model APIs
  • Claude MCP - Model Context Protocol for AI integration
  • Rust WASM - WebAssembly toolchain and ecosystem

Open Source Libraries

  • num-traits - Generic numeric traits
  • ndarray - N-dimensional arrays
  • serde - Serialization framework
  • tokio - Async runtime
  • wasm-bindgen - WASM bindings

Community

Thanks to all contributors, issue reporters, and users who have helped shape ruv-FANN into what it is today. Special recognition to the Rust ML community for pioneering memory-safe machine learning.

📄 License

Dual-licensed under:

  • Apache License 2.0 (LICENSE-APACHE)
  • MIT License (LICENSE-MIT)

Choose whichever license works best for your use case.


Built with ❤️ and 🦀 by the rUv team

Making intelligence ephemeral, accessible, and precise

Website • Documentation • Discord • Twitter

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

RUV_SWARM_LOG_LEVELdefault: info

Log level for ruv-swarm operations

RUV_SWARM_DB_PATH

Database path for persistence storage

RUV_SWARM_ENABLE_SIMDdefault: true

Enable WebAssembly SIMD optimizations

Registryactive
Packageruv-swarm
TransportSTDIO
UpdatedSep 10, 2025
View on GitHub