B BitCrafts Français
← Back to projects

BitCrafts Studio

An AI-operated software studio written in C# / .NET 10: an organization of agents with governance, memory and a delivery pipeline.

Technologies

  • C#
  • .NET 10
  • Blazor
  • DeepSeek
  • Mistral
  • PostgreSQL

Highlights

  • · Central governance — every side effect is classified and judged.
  • · Institutional memory with bounded, ranked context.
  • · Governed tool loop (write, build, test) inside a sandbox.
  • · Board console built with Blazor Server.

Overview

BitCrafts Studio is the “operating system” of a small software company whose workforce is made of AI agents. A human — the Board — keeps the capital, the strategy and the final word on anything irreversible.

Principles

  • Agents are employees. A role is data: title, department, mandate, capabilities. Hiring creates an agent bound to a role.
  • The brain is swappable. Every agent thinks through an ILanguageModel abstraction: DeepSeek, Mistral, Ollama or any OpenAI-compatible endpoint.
  • Governance is central. No agent decides on its own whether it may act: every action is classified and judged by an autonomy policy.
  • Everything is remembered. Events, memory, decisions and artifacts are durable and inspectable.

Engineering

The project demonstrates the ability to direct generative-AI tooling on demanding engineering: specification, code review, testing, benchmarking and 100% line coverage on the application projects.