KDCube
KDCube Press

Engineering

Deep dives from building an event-first, multi-user AI platform.

28 articles · latest 2026-07-14

Search covers titles, summaries, tags and full article text.

Your LangGraph Agent in KDCube

You have a capable LangGraph agent — a multi-node graph, nested subagents, its own retrieval and memory, its own persistence — running on one machine for one user. KDCube hosts it at scale without rewriting it. Your graph definition and behavior stay yours; KDCube builds a fresh graph instance for each bound turn and discards it afterward. The platform ad...

langgraphvendored agentevent buscapabilitiesexecute_core seam
2026-07-14

Isolated Code Execution: Computation Inside, Authority Through Tools

An agent can write useful code: inspect data, join records, transform files, build a chart, or assemble a report. That code needs CPU, libraries, and a workspace. Network access, provider credentials, deployment secrets, and the authority to change an external system belong somewhere else. KDCube separates those jobs. Generated code computes inside a boun...

isolated executionsupervisor / executortool bridgeportable contextsplit Docker
2026-07-14

Connection Hub: One Broker for Delegated Trust

Every integration wants to act as someone, somewhere. Send mail through the user's Gmail account. Let a script call an application on the user's behalf. Accept a Telegram message and connect its sender to the platform user who owns the work. Each journey carries a different proof, credential, and direction of authority. Connection Hub gives them one gover...

connection hubplatform authorityconnected accountsprovider claimsresource grants
2026-07-14

Economics on Every Paid Surface

Your application already knows how to spend money on a user's behalf — an LLM call, an embedding, a web search. The question is whether the platform gets to decide, before the call runs, that this user can afford it, and to charge the real cost afterward. KDCube makes that decision the same on every surface, without your application reimplementing plans, ...

economicsenforcementreservationsfunding splitEconomicsGuard
2026-07-13

Your KDCube Application Can Be a Website

An application already owns a browser experience: source files, a build, a main view, APIs, and the platform session around them. It should not need a second web server, a hand-written reverse-proxy block, or a separate authentication implementation to become a website. Declare the site in the application; KDCube builds it, routes it, and gives a CDN one ...

application sitesui.main_viewrouting catalogrevision + generationsite-root origin contract
2026-07-12

Tool Traits: Tell the Runtime What a Tool Means

A tool schema tells an agent how to call a function. It does not tell the runtime whether that call reads, writes, or can safely begin before the model has finished generating the rest of its round. KDCube tool traits add that missing policy layer — metadata the runtime reads and enforces , not prompt advice.

react-runtimetool traitsmulti-actionstrategyexecution policy
2026-07-12

Subagents: Delegate the Hard Part, Keep Working

One tool call charters a helper agent that runs as its own scheduled turn, streams into the same chat as a thread, and reports back onto the timeline it came from — with the admin shaping who may delegate to whom, the paying user deciding, and the runtime enforcing the same economic boundary as any turn .

react-agentsubagentsdelegationtimelinecharter
2026-07-12

Create a Named Service: Teach the Platform Your Domain

The complete hands-on authoring story: nouns and refs, search vocabulary, role-guarded use cases, honest guards, the presentation layer — and the test that a realm now has two readers : an agent that works it from the schema, and a user who understands and controls it from its service card.

named-servicesauthoringrealmsconsentobject refs
2026-07-09

Set Up And Operate KDCube

Two ways into a running KDCube — a one-command clean bootstrap that stages a configured ecosystem, and a descriptor set that reproduces an environment as a reviewed artifact — and the one operating loop you live in afterwards.

kdcube-clibootstrapdescriptorsoperationstwo doors, one loop
2026-07-07

KDCube Use Cases: Problem In, Solution Out

Nineteen real problems, stated the way practitioners state them — each answered with the concrete KDCube mechanism that solves it. Problem in, solution out, links to go deeper. A living piece: new problems get appended as we meet them.

use-casescron-vs-agentsecretsmulti-usercontext-budget
2026-07-07
← Newer1–10 of 28Older →