An agent that looks for security issues systematically. Fable refuses to help out, so we systematically look for security issues, with a bias toward recent changes. An agent that investigates alerts. ...
integrations let you keep secrets outside of your VM; a proxy injects the secrets. Sometimes this is as simple as adding an HTTP header, and sometimes the integration is bespoke. We recently gave our ...
We’re happy to announce that you can now enable auto-purchasing of Shelley Tokens. Previously, you had to manually purchase more credits every time you exhausted your token store. With auto-purchasing...
There are lots of bots floating around exe, helping us organize and monitor and maintain our world. (Agents and bots and any LLM output are all synonyms for this post.) We’ve organically developed som...
When you use the mobile or web-based terminals on exe, there are two ghostty instances involved. One is rendering the terminal in the app or the browser (via a ghostty build compiled to WebAssembly). ...
Antithesis 工程师 Carl Sverre 分享使用 exe 平台进行 AI Agent 软件测试的经验。主要关注点包括:exe 的资源池计费模式(相比按 VM 数量计费更灵活)、提供 root 权限、以及不休眠空闲 VM 的特性。文中提到因安全需求向 exe 团队提出功能请求,并在几天内获得解决。作者探讨了在给予 AI Agent 足够权限与防止破坏系统之间的平衡问题。
We're delighted to announce that has an iOS app now in the App Store. There's a lot to write about how we built it, but today let's talk about the why. After all, the dashboard and Shelley already wor...
Today's quiz is to deploy a server-rendered hello world app ( python3 -mhttp.server fine for these purposes, though I used Go below), publically visible, on your cloud of choice. On your marks, get se...
The standard in CI today is tests run in the cloud after a commit has been merged. They serve as a double-check for an engineer: did you forget to test some part of your code that you changed? CI work...