Skip to content
Snow Digital

About

Three people, a fleet of agents, and one repository that records everything.

Snow Digital Co., Ltd. is a Thai-French software company in Bangkok, BOI-certified, registered in 2023. We have spent years building mobile apps, APIs and back-office systems for European and Thai clients, and we still do. What changed is how: a fleet of AI agents now does the repeatable half of the engineering under human review. We rebuilt our own company around that before selling it to anyone.

The three of us

Fred

AI operations architect

Designs the agent workflows and the platform they run on, and owns technical strategy. French, in Bangkok. He runs the AI operations audits himself rather than delegating them.

Natt

Client and sales front

The human side of every client relationship, and the approval gate on everything outbound. Nothing this company sends to a prospect goes out without her reading it first.

Goff

Agent quality control

Reviews what the agents produce and takes the work they should not be trusted with. The reason agent-written code reaches a client at all.


Leverage

How a team this size quotes a six-week build

It is the fair question, so here is the arithmetic rather than a slogan. A production build is mostly repeatable engineering — screens, adapters, import scripts, test scaffolding, migration dry-runs, the empty and error state of everything. Agents do that half, and an engineer reviews every change before it merges, the same as any contributor. What is left is the part that needs judgement: the data model, the failure modes, the trade-offs, the conversation with you. Three people can carry that much judgement. They could not carry the other half, which is why this only works with the system underneath it.

The limit is real and worth stating: we take on a small number of engagements at a time, and when delivery is full we say so rather than queueing you behind it.

SnowOS

SnowOS: how the company actually operates

The company runs from one Git repository. Agent definitions, task queues, decisions, client context, approvals and run logs are all files in it — Markdown for what humans read, YAML for configuration, SQLite for what needs querying. There is no separate hosted backend in the agents' path: the file structure is the interface.

One front door for dispatch
A Laravel dispatcher starts agent sessions, tracks whether each one is working, done, blocked or crashed, and reconciles the ledger against reality rather than trusting it.
Scope written down, not implied
Every agent has a config file naming its purpose, its permissions and the exact paths it may write to. A commit hook rejects a commit that reaches outside them.
Gates where the outside world starts
Drafting an email is autonomous. Sending it is not. Anything that touches a client, money or a system of record stops and waits for a person — the same pattern we build into client work.
Deterministic where it should be
n8n workflows and scheduled commands carry the control flow. Language models do classification, drafting and judgement inside it. The path is inspectable; only the judgement is probabilistic.
A log that is the record
Every run leaves an entry and a commit. When we tell you what an agent did last Tuesday, we are reading it, not remembering it.

run · any agent the same shape everywhere
  1. agent:dispatch starts a session
  2. the agent works inside its scope
  3. agent:reconcile real state vs the ledger
  4. human review Natt or Goff
  5. commit + log

◆ marks a point where a person decides. Nothing passes it on its own.

What we will not claim

We are three people. We are not an enterprise supplier, we have no SOC 2 report, and the AI-operations offer is new enough that its client references are still being written — which is exactly why the first engagements are priced below the market. We would rather tell you that now than have you find it out in procurement.

The company

Legal name
Snow Digital Co., Ltd.
Registered
2023, Bangkok, Thailand
Status
BOI-certified. Ownership 65% French, 35% Thai.
Working languages
English, French, Thai
Invoicing
Software development. Export of services is zero-rated for Thai VAT, and clients withhold no Thai tax.

Ask us to open it.

The claim on this page is the one you can check fastest. On a call we will share a screen and walk the repository, the dispatcher, an approval gate and an evaluation run.