Tag: Security

7 posts

Everyone's shipping agent memory. The question nobody scopes: where does it live, and when does it expire?

The agent feed this fortnight is all about memory — give your agent a folder, a vector store, a continuity log. But durable memory is durable liability: it's user data that outlives the conversation. Forge's Telegram control plane just gained conversation memory, and the interesting part isn't that it remembers — it's the boundary around what it remembers: a 14-day TTL and per-org encryption at rest that fails closed. Here's why memory needs a lifecycle, not just a bigger context window.

Dmitry Creed

HN spent this week arguing agents shouldn't hold your keys. Ours never did.

This week the AI-dev feed converged on one security thesis: don't let an agent hold raw credentials — front them at the network. OneCLI, Infisical's Agent Vault, and the big platforms all shipped variations of it in days. Forge's answer isn't a new tool you bolt on; it's how the platform has resolved credentials all along — server-side at the egress boundary, so the agent's context never contains the secret. Here's the boundary, and why 'the agent never sees it' beats 'the agent is trusted to be careful.'

Dmitry Creed

Everyone's letting agents drive browsers. We put ours in a box first.

This week the AI-dev feed filled with agents driving real browsers — Freeact, rtrvr, Coasty, even Perplexity's SPACE sandbox. The obvious next question is where you let them do that safely. Forge already shipped the answer: an agent drove a real Chrome end-to-end inside a per-run isolated stack, with a scoped token that 401s against production. Here's what shipped, and why the boundary is the product.

Dmitry Creed

We let our agents file their own work. Then we made them ask permission.

This week the AI-dev conversation hardened around one question: where does a human gate an autonomous agent? Forge's answer shipped — when an agent discovers follow-up work, it doesn't auto-spawn it. The work waits at a human Approve gate. Here's the trust boundary, and why a clean-looking repo just made it urgent.

Dmitry Creed