SPSandeep Pandainsandeep.dev·5d ago · 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. O21R
SPSandeep Pandainsandeep.dev·5d ago · 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·6d ago · 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 Pandainfactorykit.ai·Jul 27 · 13 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
SPSandeep Pandainhashnode.com·Jul 24 · 9 min readHow to Fine-Tune an Open-Weights LLM: A Hands-On Guide Using Inklingtldr: Fine-tuning an LLM means continuing to train an existing model on your own data so it specializes in your task. With an open-weights model like Thinking Machines' Inkling (975B parameters, 41B a00