Samir Patil·Jun 10Apple Is Quietly Commoditizing AI InfrastructureMost people watching WWDC focused on Apple Intelligence.A response icon1A response icon1
Samir Patil·May 24The Hidden HTTPS Bug Behind Load BalancersThe subtle HTTPS bug behind mixed content errors, broken redirects, and failed OAuth flows.
Samir Patil·Mar 18The Problems Users Won’t Tell You AboutWhen WhisperFlow started, the founders were trying to build something extremely ambitious: a system that could convert thoughts directly…
Samir Patil·Jan 6Stop the Silent Bloat: Why LangChain Checkpoints Make Your DB 10x Bigger (and How to Clean It)]If you are using LangChain in production, one issue will surface sooner or later: the database size grows much faster than expected.
Samir Patil·Dec 10, 2025The Subtle JWT Issue That Broke Our On-Prem Deployment (And Took Half a Day to Debug)We recently hit an unexpectedly tricky JWT authentication problem during an on-prem deployment for one of our enterprise customers. On…
Samir Patil·Nov 15, 2025Solving the Silent Postgres Disconnect Problem in Agentic SystemsHow I Fixed Idle Connection Failures in Production
Samir Patil·Nov 11, 2025Build Agentic AI Systems Faster with a FastAPI + LangGraph Workflow TemplateI just shipped an open-source template for orchestrating agentic AI systems — built on FastAPI and LangGraph — designed to help you go…
Samir Patil·Sep 24, 2025Stop Wasting Storage: A Simple Way to Auto-Cleanup Orphaned Files in Your Notes, Comments EditorWhen you’re building a document editor with features like auto-save and file uploads (images, PDFs, etc.), one sneaky problem often creeps…
Samir Patil·Sep 20, 2025Setting Up n8n with PostgreSQL and NGINX (SSL Included)If you’re self-hosting n8n, running it with a proper database (PostgreSQL) and securing it with NGINX + SSL is the way to go.
Samir Patil·Jun 22, 2025LLM Mocks: Your New Dev ShortcutWhen you’re building on top of an LLM — whether it’s for code generation, image creation, or reasoning over user inputs , waiting for…