SPSandeep Pandainsandeep.dev·3d ago · 18 min readI built an open-source AgentMail alternative on Cloudflare Workerstldr: dearagent.sh is an open-source, self-hosted email inbox API for AI agents, the alternative to AgentMail that runs on your Cloudflare account. Receiving costs nothing, and you are never billed pe93HJB
SPSandeep Pandainsandeep.dev·Aug 1 · 17 min readAgentic coding vs vibe coding: the difference is where the review happenstldr: Vibe coding is prompting your way to software you never read. Agentic coding is handing a defined task to an agent that plans, edits, runs your checks, and hands back finished work for review. O31R
SPSandeep Pandainsandeep.dev·Jul 31 · 19 min readWhat a software factory actually costs to buildtldr: A software factory is a pipeline where AI coding agents implement changes and humans review pull requests. The coding agent is the part you do not build. The other seven parts are the project. O00
SPSandeep Pandainbug0.com·Jul 31 · 12 min readWhat's new in Playwright 1.62: MCP in the box, isolated retries, and a patch you should not skiptldr: The MCP server and a CLI now ship inside the Playwright package, so npx playwright mcp runs with nothing else installed. Retries get an 'isolated' strategy that separates a flaky test from a tes10
SPSandeep Pandaindarkshift.dev·Jul 27 · 15 min readWhat is a background coding agent? AI coding agents that open pull requests, explainedA background coding agent is an AI coding agent that works without you. You hand it a task. It implements the change in an isolated cloud environment, runs your checks, verifies the result in a real b92DF