DEV Community

Alex Chernysh
Alex Chernysh

Posted on • Originally published at bernstein.run

Community Spotlight: April 2026

Every month we spotlight the people who make Bernstein better. Here are April's highlights from the first month of public development.

What happened in April

Bernstein went from v1.0.0 to v1.8.8 in a few weeks. The pace was intense, and community contributions made a real difference:

  • Architecture decomposition: 52 oversized modules broken into 22 focused sub-packages, each under 600 lines. The orchestrator monolith (4,198 lines) is now navigable, testable, and merge-conflict-free. Read the full story.
  • 18 agent adapters: We started with 7 adapters and now support 18: Claude Code, Codex, Gemini CLI, OpenAI Agents SDK, Cursor, Aider, Amp, Kiro, Kilo, Qwen, Goose, Ollama, Cody, Continue, OpenCode, Cloudflare Agents, IaC, and a generic wrapper. Each adapter is a focused Python class under 200 lines.
  • Cost-aware routing: The contextual bandit router learns which model handles each task type best. In our own runs, the bandit cut spend roughly in half compared to sending everything to the same model.
  • Cloudflare cloud execution: Agents can now run on Cloudflare Workers with Durable Workflows, R2 artifact storage, and D1 state.
  • Windows support: Full cross-platform compatibility contributed by @oldschoola: environment passthrough, Unicode safety, process management, and terminal handling.

Contributors

Thanks to everyone who contributed PRs, reported bugs, and tested edge cases this month:

All contributors are listed in CONTRIBUTORS.md.

How to get involved

Bernstein is Apache 2.0 and welcomes contributions of all sizes:

Top comments (1)

Collapse
 
hazrat_ullah_797227ed027a profile image
Rehan split

Congratulations on an impressive first month of public development! 🚀

Going from v1.0.0 to v1.8.8 in such a short time is a remarkable achievement, and it's great to see how much impact community contributions have had on the project. The architecture decomposition, expanded adapter ecosystem, cost-aware routing, and Cloudflare integration are particularly impressive milestones.

It's also refreshing to see contributors recognized individually for their work. Open-source projects thrive when maintainers actively acknowledge and celebrate community involvement.

Looking forward to seeing how Bernstein continues to evolve. The focus on modularity, cross-platform support, and multi-agent orchestration makes this a very interesting project to follow.

Keep up the great work, and congratulations to everyone who contributed this month!