human-agent-society/reef

Continual learning infra for self-improving agents

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 19th, 2026
Created on August 31st, 2026
Open Issues & Pull Requests: 58 (+0)
GitHub issues: Enabled
Number of forks: 312
Total Stargazers: 3,773 (+3)
Total Subscribers: 208 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.0 hours
Mean response time: 32.3 hours
90th percentile: 3.1 days
Tracked items: 158

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 9% of issues opened in the past year have never received a reply. 75% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Almost all tracked open issues have seen activity in the last three months. 71% of issues opened in the past year have been closed, leaving a working backlog. Three people close 96% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 51
New in 7 days: 40
Closed in 7 days: 42
Avg open age: 11 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 37
Closed in 7 days: 37
Comments in 7 days: 0
Events in 7 days: 5

Top labels

  • enhancement (71)
  • area: harness (65)
  • status: needs-triage (61)
  • area: training (47)
  • bug (39)
  • type: task (34)
  • area: service (30)
  • status: ready (30)

Detailed Description

Reef is a continual learning infrastructure for self-improving agents that connects agent inference, feedback, learning, and versioned delivery.

Reef solves the problem of keeping deployed agents improving over time by automating the cycle of serving requests, collecting feedback, training updates, and managing versions. It processes each learning cycle in four steps: serving live traffic, recording feedback from interactions, producing model or harness updates, and committing accepted changes to version history. The tool supports multiple learning paths depending on your goal—model weight training using frameworks like Slime and SGLang, harness optimization for improving prompts and rules without local GPUs, or test-time training for scientific discovery tasks.

Reef suits teams building agents that need to evolve beyond their initial weights. Choose it if you want your agent to improve continuously from user interactions and have either a trainable model with GPU support for weight training, or a model endpoint with representative tasks and an evaluator for harness optimization. Unlike inference engines such as vLLM or SGLang that only serve traffic, and unlike RL training frameworks that only train weights, Reef uniquely combines live serving, weight training, version management, and the ability to evolve agent components beyond weights—including skills and harness elements.

The project maintains active development with regular updates to its infrastructure and documentation. The team actively engages with the community through multiple channels and maintains a public roadmap for planned features.