Machines and devices
Runs on the device itself: transcription, reading images, sorting.
Quantised local models
NotA cloud call from a device that keeps losing signal.
AI and agents
Anyone can buy the same model you can. The work is connecting it to your systems, setting what it may do, and showing where an answer came from.
What we build
01
02
03
04
05
06
07
08
In production
An industrial group whose machines cannot reach the internet, and no record of what runs where.
We built a searchable, read-only picture of everything they run, on models hosted on their own machines. Nothing leaves the site.
A technician pastes a screenshot of an error. The answer comes back with a link to each thing it checked.
Placement
Runs on the device itself: transcription, reading images, sorting.
Quantised local models
NotA cloud call from a device that keeps losing signal.
An assistant that queries your systems and shows what it read.
MCP servers over existing systems
NotPasting a database layout into a prompt and hoping.
Proposing how two systems’ fields line up, and where they clash.
Structured output · typed contract
NotLetting it write into your ERP unsupervised.
What the model returns is checked at the door, like any outside input.
JSON Schema · OpenAPI 3.1
NotTrusting the model’s text because it looked right.
Forecasts, unusual patterns and charts from your own data.
Query shown · result reproducible
NotA number nobody can trace back to a query.
Agents inside set limits, every change checked before it lands.
Agent Skills · fitness gates
NotAutocomplete pointed at production and called a strategy.
Working out what broke, from a map of what you run.
Per-call audit · citations · SSO
NotAn unaudited assistant holding production passwords.
The foundation
Most of what an AI product costs is plumbing every project rebuilds. Ours is already built.
We publish that middle layer as NetScript, openly licensed.
Harness · the run loop
Work that fails a check comes back.
The agent reads the architecture rules and the known problems first.
Before any file exists, the agent states what it is going to build.
Going off that plan is reported rather than allowed through quietly.
They pass or they fail. There is nothing to argue with.
The reviewer starts fresh, with no memory of the work, and returns a verdict.
Governance
Pilots stall at the same six questions every time.
Next step
Tell us which job you want AI to do, and which systems it would read.