Model routing
In pilotRoute each step to a model or to plain code based on task type, cost and data sensitivity. Running in our own engineering operations.
Lamiak Core · Agents
Bounded agents that draft and propose rather than act, with each step sent to a model or to plain code depending on what the step is.
The question
Draft and propose. The agents built so far prepare one piece of work — a reply, a follow-up, a set of changes to a record a person then applies or rejects — and stop there, waiting for a person. Which model handles a step, or whether plain code handles it instead, is decided by routing, and routing is the one part of this running in our own engineering operations.
How it works today
In developmentRouting runs in our own engineering operations. The agents that draft sit inside the workspace and are in development.
Routing picks per step, on task type, cost and how sensitive the data is. Plenty of steps do not need a model at all.
An agent is handed a single task and the packet assembled for it, rather than the run of a workspace.
The drafting agents built so far queue their work for a person to approve or reject, and releasing an approved message is still being built.
What is planned
PlannedAgents that propose inside a customer's own systems are designed and not built.
Agents that propose actions in the tools a business already runs on, with a person approving each one and the decision recorded.
Ticket triage, access requests and runbook steps, each prepared by an agent and released by a person.
What this leans on
Each card carries its own status, taken from the registry rather than written here. How the labels are used is set out on the trust page.
Route each step to a model or to plain code based on task type, cost and data sensitivity. Running in our own engineering operations.
Replies to new client inquiries are drafted from incoming email and held until a person reviews and approves the exact message; sending approved replies is still being built.
An agent prepares client follow-up drafts and queues them for a person to approve or reject; sending approved follow-ups is not built yet.
A spoken update is turned into proposed changes to the client record, which wait for a person to apply or reject them; the review screen is not built yet.
Agents that propose actions inside your systems, with a person approving and a record of each decision.
Ticket triage, access requests and runbook execution with approvals.
The rest of Lamiak Core
We map the work, the systems it touches and the approvals it needs before anything is automated.