KDCube

Engineering

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

45 articles · latest 2026-08-20

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

The Context Database That Builds Itself

KDCube separates the record that reloads a hosted conversation from the content rows that make it discoverable by semantic, lexical, and trigram search. This article maps both contracts — including the exact LangGraph, Claude Code, and native KDCube ReAct agent projections in use today.

context databaseconversational memoryhybrid searchretrievalpassive indexing
2026-08-20

How a Service Becomes Available to an Agent

Your app publishes a service. Discovery indexes it. An agent asks for it — and gets an error about a permission nobody has heard of. Nothing is broken: three of the four decisions that make a service usable have not been taken yet, and each belongs to someone else.

named servicesconnection hubdelegated accessagent capabilitiesdelegable catalog
2026-08-14

KDCube Runtimes: A Request's Journey Across the Fences

A production AI app is not one runtime. A single request can touch a webhook handler, scheduler, agent turn, app venv, networkless executor, provider app, and remote task. Each crossing carries only what its target should receive.

runtimesfencesagent runtime architecturedistributed servingwhat crosses runtimes
2026-07-29

An Agent Living in the Runtimes: Native and Integrated, Side by Side

A hosted agent does not carry a session, restore a conversation, keep a file, or survive a worker restart on its own. Two different memories do that for it — one the platform owns, one the agent owns — and the line between them is the whole story.

agent stateconversation timelinenative vs integrated agentworking memorysession view compaction
2026-07-29

Agentic Runtime in KDCube: What an Agent Gets

An agent loop can choose a next action. It cannot, by itself, bind a user identity, serialize concurrent messages, preserve files, restore a conversation on another worker, enforce a grant, account for a model call, or isolate generated code. KDCube supplies that operating layer around the agent — without requiring the agent's reasoning core to become a K...

agentic runtimeagent harnesshosted agentsgoverned toolsframework-neutral agent runtime
2026-07-28

Delegated MCP End to End: How an Agent Reaches a User's Account

My agents act on users' Gmail and Slack every day - external agents like Claude Code included - and none has ever held a provider token. Every access is something the user granted, granular and on demand, and it takes two acts they control: connect the account, and permit the agent. Here is the whole machine, fence by fence.

MCPConnection Hubdelegated credentialsconsentdelegated MCP
2026-07-27
← Newer1–10 of 45Older →