Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,13 @@ Politikkradar uses AI Team as one deployed configuration for Borge Labs. The
framework itself is domain-agnostic: each organization supplies its own config,
personas, repositories, memory rules and operating context.

In Borge Labs' own delivery loop, the deployed AI Team configuration handles the
Slack-facing work: teammates triage requests, draft specifications, file and
consume work-queue issues, and relay human approvals. Implementation runs in a
separate supervised pipeline, not in this repository.
[A supervised multi-agent delivery loop](https://borge-labs.no/notes/supervised-multi-agent-delivery/)
describes that operating model.

The [dogfooding case study](docs/case-study.md) describes what daily internal use
did and did not validate without publishing private workspace content. See the
[research release notes](docs/research-release.md) for the bounded release scope.
Expand Down
2 changes: 1 addition & 1 deletion docs/case-study.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ leakage.

Human approval remained the right boundary for consequential actions. The
system was strongest at discussion, synthesis, critique, drafting and surfacing
open worknot at autonomously publishing, deploying or making commitments.
open work, not at autonomously publishing, deploying or making commitments.

## What remained difficult

Expand Down