About
An engineering company that uses AI, not an AI agency.
Software engineering applied to business processes, with AI agents, integrations and deterministic rules.
Engineering principles
The rules that guide every project.
- 01
Intelligence is probabilistic; authority is deterministic
The model may interpret. Code grants permission.
- 02
Minimise agent permissions
Agents get only what the task requires.
- 03
Every side effect has a policy
No meaningful effect happens just because the model asked for it.
- 04
Observable by default
Without a trace, there is no reliable operation.
- 05
Cost is a runtime constraint
Token budget belongs in the architecture, not in the end-of-month report.
- 06
Human approval where impact demands it
Automating does not mean removing control.
- 07
Prefer boring infrastructure until scale proves otherwise
We do not adopt complexity in anticipation.
- 08
Provider abstraction, not provider denial
We use the chosen provider well without spreading the dependency through the domain.