Bitware Labs Est. 2022

Bitware Labs/Case studies

What was actually built

Three systems, written up the way an engagement is written up: what the problem was, what was done about it, and what the state is now.

Read this first

Every case below is one of the lab's own systems. None of it is client work, and none of it is anonymised client work presented as if it were the lab's. Client engagements are covered by ordinary confidentiality; where a client is willing to be written up, it will appear here and it will say so. The figures quoted are measured on the running estate, not estimated.

A long-running agent, and the discipline of keeping one alive

The problem

Agent demonstrations are easy and agent systems are not. The interesting failures only appear at month three: retrieval quality falling as memory grows, beliefs that were true in March asserted as true in September, and a tool-using agent finding an expensive loop at three in the morning. None of that is visible in a prototype.

What was done

Built one agent and then actually lived with it. Bi-temporal facts so the system knows when it learned something as well as when it was true; nightly and weekly consolidation instead of an ever-growing store; a wake cycle that gates whether to speak at all; and hard guardrails — per-turn cost and step caps, sandboxed execution, a local model risk-scoring inbound mail for prompt injection before the agent ever reads it.

Where it stands

A system that has been running continuously rather than demonstrated. Its memory layer was extracted and published as bwmem; the generic build is public under AGPL; the research version stays in-house as the place new ideas are tried first.

  • 200 tools on one unified execution path
  • 53 scheduled jobs running unattended
  • 11 LLM providers, routed per task

The full Luna write-up → Daybook →

Running a 21-host estate off rented cloud

The problem

A growing set of public services — a record label, a media stack, agent research systems, client workloads — spread across managed hosting, each with its own console, its own bill, and its own idea of where the data lived.

What was done

Consolidated onto dedicated and local iron joined by a single WireGuard mesh with one flat address plan. nginx terminates TLS at the edge; everything behind it binds to loopback or a mesh address and is unreachable from the public internet. Certificates renew unattended. Internal services reach each other by mesh IP, never by public DNS.

Where it stands

One estate, one set of credentials, no third party holding the data. Adding a service is an nginx server block and a mesh route, not a procurement decision.

  • 21 public hostnames served from the estate
  • 10 WireGuard peers on one address plan
  • 0 managed-cloud dependencies in the serving path

How the mesh is designed → Live status →

Extracting a memory system into something other people can use

The problem

The agent memory layer had grown up inside one research system. It worked, but it was welded to that system's storage, its scheduler, and its assumptions — so none of it could be reused, reviewed, or argued with.

What was done

Pulled the episodic store, the consolidation pass, and recall out behind a narrow interface, with storage as an injected concern rather than a hard dependency. Published to npm under AGPL-3.0 so the obligation to publish improvements travels with the code.

Where it stands

The memory layer is now a dependency the flagship agent consumes like anyone else would, which means the public package is the one that gets exercised in production every day.

  • v0.2.2 current release on npm
  • AGPL‑3.0 licence, with commercial terms available
  • 1 package, consumed by its own author first

The full bwmem write-up →

An AI record label that had to survive distribution

The problem

Generating music is the easy half. A label has to produce consistent masters, carry correct metadata and AI disclosure through to the streaming platforms, and keep a back catalogue reachable — every one of which is an ordinary engineering problem.

What was done

Built the pipeline as a chain with real artefacts at each step rather than one opaque generator: brief, arrangement, render, master, metadata, distribution. Audio is served from the estate through authenticated, internal-only redirects, so the catalogue is streamable without being scrapable.

Where it stands

Releases go out with full AI disclosure and reach real listeners. The same pipeline is what clients buy under the production practice.

  • Full AI disclosure carried to every platform
  • Signed internal-only URLs for catalogue audio
  • Same pipeline sold as a service, not a demo of one

Visit the label →

Why the lab builds its own

§ — Note

A consultancy that only ever builds for other people never has to live with anything it built. Nobody calls at two in the morning about a system that was handed over eighteen months ago; the consequences of a shortcut land on someone else's rota.

Running our own production estate closes that loop. Every practice sold here is one the lab carries the pager for — the mesh, the hardening, the hosting, the agent memory, the music pipeline. When a recommendation is made to a client, it is a recommendation about something we are still maintaining, not something we once deployed.

How engagements work →

Correspondence

Write to the lab

Commissions, collaborations, or a quiet hello. The person you write to is the person who does the work — I reply within two working days.