<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Siddhant Khare</title>
		<description>Software Engineer building infrastructure for AI agents. OpenFGA Core Maintainer (CNCF Incubating). AWS Community Builder. Engineer @ Ona (formerly Gitpod). International speaker. 80+ articles. Featured in Hard Fork (NYT), Business Insider, New York Post, Martin Fowler, Tim Bray, NPR, and Hacker News #1.</description>
		<link>https://siddhantkhare.com</link>
		<atom:link href="https://siddhantkhare.com/rss.xml" rel="self" type="application/rss+xml"/>
		<language>en-us</language>
		<lastBuildDate>Thu, 21 May 2026 14:28:54 GMT</lastBuildDate>
		
		<item>
			<title><![CDATA[Bangalore is not an upgrade]]></title>
			<description><![CDATA[I turned down two roles at global tech companies this year. Not because of the money. Because of relocation. The assumption global companies keep getting wrong about hiring in India.]]></description>
			<link>https://siddhantkhare.com/writing/bangalore-is-not-an-upgrade</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/bangalore-is-not-an-upgrade</guid>
			<pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>career</category>
			<category>india</category>
			<category>hiring</category>
			<category>personal</category>
		</item>
		<item>
			<title><![CDATA[I built an AI agent that orders food for your entire team]]></title>
			<description><![CDATA[Your team fills a Google Form. The agent reads it, picks a restaurant, builds a Swiggy cart per person, and waits for you to confirm.]]></description>
			<link>https://siddhantkhare.com/writing/swiggy-party-agent</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/swiggy-party-agent</guid>
			<pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>ai</category>
			<category>agents</category>
			<category>mcp</category>
			<category>swiggy</category>
			<category>india</category>
		</item>
		<item>
			<title><![CDATA[Attackers are now targeting your AI coding tool]]></title>
			<description><![CDATA[The Bitwarden CLI supply chain attack explicitly hunted Claude Code, Cursor, and Codex CLI configs. The same week, DPRK confirmed slopsquatting works in the wild. Here is what happened and what to do.]]></description>
			<link>https://siddhantkhare.com/writing/attackers-targeting-ai-coding-tools</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/attackers-targeting-ai-coding-tools</guid>
			<pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>security</category>
			<category>supply-chain</category>
			<category>mcp</category>
			<category>agent-trace</category>
			<category>slopsquatting</category>
		</item>
		<item>
			<title><![CDATA[The Vercel breach started at a tool nobody was watching]]></title>
			<description><![CDATA[The Vercel breach did not start at Vercel. It started at Context.ai. And the fix is not rotating credentials. It is a different credential model for AI tools entirely.]]></description>
			<link>https://siddhantkhare.com/writing/vercel-breach-oauth-blast-radius</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/vercel-breach-oauth-blast-radius</guid>
			<pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>security</category>
			<category>oauth</category>
			<category>ai-tools</category>
			<category>agentic-authz</category>
		</item>
		<item>
			<title><![CDATA[Why you stop caring mid-review]]></title>
			<description><![CDATA[There's a moment in every long review cycle where you quietly check out. It doesn't look like giving up. It looks like being collaborative.]]></description>
			<link>https://siddhantkhare.com/writing/why-you-stop-caring-mid-review</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/why-you-stop-caring-mid-review</guid>
			<pubDate>Sat, 11 Apr 2026 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>personal</category>
			<category>engineering</category>
			<category>writing</category>
			<category>career</category>
		</item>
		<item>
			<title><![CDATA[Tracing what agents do, not what they say]]></title>
			<description><![CDATA[Stripe merges 1,000+ agent PRs per week. Spotify vetoes 25% of agent sessions. Cursor runs hundreds of agents in parallel. Dashboards show the model layer. Traces show the system layer. You need both.]]></description>
			<link>https://siddhantkhare.com/writing/tracing-what-agents-do</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/tracing-what-agents-do</guid>
			<pubDate>Sat, 04 Apr 2026 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>ai</category>
			<category>agents</category>
			<category>observability</category>
			<category>infrastructure</category>
		</item>
		<item>
			<title><![CDATA[The plumbing behind Claude Code]]></title>
			<description><![CDATA[I read Claude Code's leaked source. Not magic, just good engineering. 10 patterns that show what actually matters when building AI tools.]]></description>
			<link>https://siddhantkhare.com/writing/the-plumbing-behind-claude-code</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/the-plumbing-behind-claude-code</guid>
			<pubDate>Tue, 31 Mar 2026 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>ai</category>
			<category>engineering</category>
			<category>agents</category>
			<category>infrastructure</category>
		</item>
		<item>
			<title><![CDATA[AI Agent stack you need Context, Auth, and Cognitive Debt]]></title>
			<description><![CDATA[Most AI content teaches you how to write prompts.  This is not that.  I've spent three years at Ona...]]></description>
			<link>https://dev.to/siddhantkcode/ai-agent-stack-you-need-context-auth-and-cognitive-debt-3l03</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/ai-agent-stack-you-need-context-auth-and-cognitive-debt-3l03</guid>
			<pubDate>Sat, 28 Mar 2026 05:27:53 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[The ambition tax]]></title>
			<description><![CDATA[Nobody told me that ambition has a tax. Not the long hours or the missed weekends. The quieter kind.]]></description>
			<link>https://siddhantkhare.com/writing/ambition-tax</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/ambition-tax</guid>
			<pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>personal</category>
			<category>ambition</category>
			<category>career</category>
		</item>
		<item>
			<title><![CDATA[The agent observability gap]]></title>
			<description><![CDATA[We have better observability for a Node.js microservice than for an agent that just rewrote half a codebase. Here is what is missing.]]></description>
			<link>https://siddhantkhare.com/writing/agent-observability-gap</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/agent-observability-gap</guid>
			<pubDate>Sat, 14 Mar 2026 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>ai</category>
			<category>observability</category>
			<category>agents</category>
			<category>infrastructure</category>
		</item>
		<item>
			<title><![CDATA[Claude Code's broken permission model]]></title>
			<description><![CDATA[Fifty approval prompts or full shell access. Nothing in between. The permission model needs infrastructure, not prompts.]]></description>
			<link>https://siddhantkhare.com/writing/claude-code-permission-model-is-broken</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/claude-code-permission-model-is-broken</guid>
			<pubDate>Sat, 28 Feb 2026 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>ai</category>
			<category>security</category>
			<category>agents</category>
			<category>infrastructure</category>
		</item>
		<item>
			<title><![CDATA[You're tired because your AI has no feedback loop]]></title>
			<description><![CDATA[Not prompts. Not models. Feedback loops. The engineering discipline that separates teams thriving with AI from teams drowning in reviews is called backpressure.]]></description>
			<link>https://siddhantkhare.com/writing/why-your-ai-agent-keeps-failing</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/why-your-ai-agent-keeps-failing</guid>
			<pubDate>Sun, 22 Feb 2026 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>ai</category>
			<category>engineering</category>
			<category>agents</category>
			<category>infrastructure</category>
		</item>
		<item>
			<title><![CDATA[AI fatigue is real and nobody talks about it]]></title>
			<description><![CDATA[You're using AI to be more productive. So why are you more exhausted than ever? The paradox every engineer needs to confront.]]></description>
			<link>https://siddhantkhare.com/writing/ai-fatigue-is-real</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/ai-fatigue-is-real</guid>
			<pubDate>Sun, 08 Feb 2026 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>ai</category>
			<category>mental-health</category>
			<category>engineering</category>
			<category>personal</category>
		</item>
		<item>
			<title><![CDATA[Ona (formerly Gitpod) is re-launching its Open Source program]]></title>
			<description><![CDATA[Gitpod started as an open-source project. Long before “AI productivity” became a thing, the core...]]></description>
			<link>https://dev.to/siddhantkcode/ona-formerly-gitpod-is-re-launching-its-open-source-program-5d3c</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/ona-formerly-gitpod-is-re-launching-its-open-source-program-5d3c</guid>
			<pubDate>Tue, 03 Feb 2026 14:36:58 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Containers aren’t a sandbox for AI agents]]></title>
			<description><![CDATA[Where containers stop being simple   Containers are sold as a solved abstraction. You...]]></description>
			<link>https://dev.to/siddhantkcode/containers-arent-a-sandbox-for-ai-agents-215o</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/containers-arent-a-sandbox-for-ai-agents-215o</guid>
			<pubDate>Sat, 10 Jan 2026 18:04:07 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[2025 was the year everything changed]]></title>
			<description><![CDATA[Bought my first home. Gave my first international conference talk. Shipped AI tools used by Fortune 500 companies. My honest 2025 wrap.]]></description>
			<link>https://siddhantkhare.com/writing/2025-year-in-review</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/2025-year-in-review</guid>
			<pubDate>Wed, 31 Dec 2025 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>year-review</category>
			<category>personal</category>
			<category>career</category>
		</item>
		<item>
			<title><![CDATA[The Engineering guide to Context window efficiency]]></title>
			<description><![CDATA[A deep dive into semantic deduplication for LLM context windows     If you're building with RAG...]]></description>
			<link>https://dev.to/siddhantkcode/the-engineering-guide-to-context-window-efficiency-202b</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/the-engineering-guide-to-context-window-efficiency-202b</guid>
			<pubDate>Tue, 23 Dec 2025 08:28:57 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Beyond finding: Remediating CVE-2025-55182 across hundreds of repositories with Ona Automations]]></title>
			<description><![CDATA[Finding vulnerable code is only half the battle. When a critical CVE drops, engineering teams face a...]]></description>
			<link>https://dev.to/siddhantkcode/beyond-finding-remediating-cve-2025-55182-across-hundreds-of-repositories-with-ona-automations-1p3n</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/beyond-finding-remediating-cve-2025-55182-across-hundreds-of-repositories-with-ona-automations-1p3n</guid>
			<pubDate>Tue, 09 Dec 2025 08:15:19 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Securing Agentic AI: authorization patterns for autonomous systems]]></title>
			<description><![CDATA[Why traditional access control fails for AI agents, and how relationship-based authorization provides...]]></description>
			<link>https://dev.to/siddhantkcode/securing-agentic-ai-authorization-patterns-for-autonomous-systems-3ajo</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/securing-agentic-ai-authorization-patterns-for-autonomous-systems-3ajo</guid>
			<pubDate>Sat, 29 Nov 2025 11:28:52 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Context Engineering: The critical Infrastructure challenge in production LLM systems]]></title>
			<description><![CDATA[The $10M question nobody's asking   While the industry obsesses over model parameters and...]]></description>
			<link>https://dev.to/siddhantkcode/context-engineering-the-critical-infrastructure-challenge-in-production-llm-systems-4id0</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/context-engineering-the-critical-infrastructure-challenge-in-production-llm-systems-4id0</guid>
			<pubDate>Mon, 17 Nov 2025 17:03:08 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[AWS S3 Vectors at scale: Real performance numbers at 10 million Vectors]]></title>
			<description><![CDATA[Introduction   AWS S3 Vectors promises "billions of vectors with sub-second queries" and up...]]></description>
			<link>https://dev.to/siddhantkcode/aws-s3-vectors-at-scale-real-performance-numbers-at-10-million-vectors-2lno</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/aws-s3-vectors-at-scale-real-performance-numbers-at-10-million-vectors-2lno</guid>
			<pubDate>Thu, 06 Nov 2025 10:42:37 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Why agent orchestration is harder than kubernetes - Lessons while building Agentflow]]></title>
			<description><![CDATA[TL;DR: While building AgentFlow, an open source orchestration engine for AI agents, I discovered...]]></description>
			<link>https://dev.to/siddhantkcode/why-agent-orchestration-is-harder-than-kubernetes-lessons-while-building-agentflow-4jm3</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/why-agent-orchestration-is-harder-than-kubernetes-lessons-while-building-agentflow-4jm3</guid>
			<pubDate>Thu, 23 Oct 2025 16:15:12 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Serverless economics: why Cloud Run crushes App Runner (until it doesn’t)]]></title>
			<description><![CDATA[This analysis is based on official pricing documentation and straightforward cost calculations.      ...]]></description>
			<link>https://dev.to/siddhantkcode/serverless-economics-why-cloud-run-crushes-app-runner-until-it-doesnt-5fh3</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/serverless-economics-why-cloud-run-crushes-app-runner-until-it-doesnt-5fh3</guid>
			<pubDate>Mon, 20 Oct 2025 04:10:35 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[What I'm trying to escape as an Indian engineer]]></title>
			<description><![CDATA[Competence earns respect, but originality creates legacy.]]></description>
			<link>https://siddhantkhare.com/writing/what-im-trying-to-escape-as-an-indian-engineer</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/what-im-trying-to-escape-as-an-indian-engineer</guid>
			<pubDate>Sat, 13 Sep 2025 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>career</category>
			<category>originality</category>
			<category>personal</category>
		</item>
		<item>
			<title><![CDATA[Caring pays off]]></title>
			<description><![CDATA[Whatever you do, care. Care enough to notice. Care enough to act. Care enough to finish things well.]]></description>
			<link>https://siddhantkhare.com/writing/caring-pays-off</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/caring-pays-off</guid>
			<pubDate>Sat, 06 Sep 2025 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>craft</category>
			<category>personal</category>
			<category>work</category>
		</item>
		<item>
			<title><![CDATA[Ready-to-eat knowledge economy]]></title>
			<description><![CDATA[Your AI teacher is free, available 24/7, and infinitely patient. Stop asking for permission to learn.]]></description>
			<link>https://siddhantkhare.com/writing/ready-to-eat-knowledge-economy</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/ready-to-eat-knowledge-economy</guid>
			<pubDate>Sun, 31 Aug 2025 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>ai</category>
			<category>learning</category>
			<category>hot-take</category>
		</item>
		<item>
			<title><![CDATA[The visibility game]]></title>
			<description><![CDATA[Organizations will always reward perceived value over hidden value. The question is whether you'll play the game as it is.]]></description>
			<link>https://siddhantkhare.com/writing/the-visibility-game</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/the-visibility-game</guid>
			<pubDate>Thu, 28 Aug 2025 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>career</category>
			<category>communication</category>
			<category>personal</category>
		</item>
		<item>
			<title><![CDATA[GPU memory virtualization for LLMs]]></title>
			<description><![CDATA[LLM inference is shifting from compute-bound to memory-bound. Treating GPU memory like an OS does RAM is the path forward.]]></description>
			<link>https://siddhantkhare.com/writing/gpu-memory-virtualization-for-llms</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/gpu-memory-virtualization-for-llms</guid>
			<pubDate>Thu, 21 Aug 2025 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>llm</category>
			<category>gpu</category>
			<category>infrastructure</category>
		</item>
		<item>
			<title><![CDATA[Attention by subtraction]]></title>
			<description><![CDATA[]]></description>
			<link>https://siddhantkhare2694.medium.com/attention-by-subtraction-5ca5fe8f357a?source=rss-d33fc21fba5d------2</link>
			<guid isPermaLink="true">https://siddhantkhare2694.medium.com/attention-by-subtraction-5ca5fe8f357a?source=rss-d33fc21fba5d------2</guid>
			<pubDate>Sat, 16 Aug 2025 08:42:08 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>attention</category>
			<category>focus</category>
			<category>deep-work</category>
			<category>adhd</category>
			<category>mental-health</category>
		</item>
		<item>
			<title><![CDATA[How to make AI code edits more accurate]]></title>
			<description><![CDATA[A technical examination of production-grade LSP-MCP integration  After spending months analyzing AI...]]></description>
			<link>https://dev.to/siddhantkcode/how-to-make-ai-code-edits-more-accurate-bbe</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/how-to-make-ai-code-edits-more-accurate-bbe</guid>
			<pubDate>Fri, 15 Aug 2025 05:07:54 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[The work finds you back]]></title>
			<description><![CDATA[]]></description>
			<link>https://siddhantkhare2694.medium.com/the-work-finds-you-back-3c56a28e43a9?source=rss-d33fc21fba5d------2</link>
			<guid isPermaLink="true">https://siddhantkhare2694.medium.com/the-work-finds-you-back-3c56a28e43a9?source=rss-d33fc21fba5d------2</guid>
			<pubDate>Wed, 23 Jul 2025 02:32:31 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>careers</category>
			<category>growth</category>
			<category>technology</category>
			<category>software-engineering</category>
			<category>personal-growth</category>
		</item>
		<item>
			<title><![CDATA[Ship. Share. Repeat.]]></title>
			<description><![CDATA[Most people think you build skills, then market them. It turns out this is backwards. The market is always watching, and the feedback loop is so long you don't notice.]]></description>
			<link>https://siddhantkhare.com/writing/ship-share-repeat</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/ship-share-repeat</guid>
			<pubDate>Wed, 23 Jul 2025 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>career</category>
			<category>personal</category>
			<category>craft</category>
		</item>
		<item>
			<title><![CDATA[An easy way to stop Claude code from forgetting the rules]]></title>
			<description><![CDATA[You spend time setting up Claude Code with specific instructions in your CLAUDE.md file. Maybe you...]]></description>
			<link>https://dev.to/siddhantkcode/an-easy-way-to-stop-claude-code-from-forgetting-the-rules-h36</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/an-easy-way-to-stop-claude-code-from-forgetting-the-rules-h36</guid>
			<pubDate>Wed, 02 Jul 2025 20:45:23 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Why context engineering matters more than prompt engineering]]></title>
			<description><![CDATA[Prompt engineering optimizes the question. Context engineering optimizes the information the model sees before it answers. Here's why the latter wins.]]></description>
			<link>https://siddhantkhare.com/writing/why-context-engineering-matters</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/why-context-engineering-matters</guid>
			<pubDate>Sun, 15 Jun 2025 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>context-engineering</category>
			<category>ai-systems</category>
			<category>llm</category>
		</item>
		<item>
			<title><![CDATA[Claude code is costly - unless you do this]]></title>
			<description><![CDATA[Claude Code is a powerful AI development tool, but it comes with a rate limit if you're on the Pro...]]></description>
			<link>https://dev.to/siddhantkcode/claude-code-is-costly-unless-you-do-this-484o</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/claude-code-is-costly-unless-you-do-this-484o</guid>
			<pubDate>Sat, 14 Jun 2025 07:25:54 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Authorization patterns for AI agents: beyond API keys]]></title>
			<description><![CDATA[API keys give all-or-nothing access. AI agents need fine-grained, task-scoped, auditable authorization. Here's how to build it with OpenFGA.]]></description>
			<link>https://siddhantkhare.com/writing/agent-authorization-patterns</link>
			<guid isPermaLink="true">https://siddhantkhare.com/writing/agent-authorization-patterns</guid>
			<pubDate>Tue, 20 May 2025 00:00:00 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>agents</category>
			<category>security</category>
			<category>authorization</category>
			<category>openfga</category>
		</item>
		<item>
			<title><![CDATA[Extending Claude's Brain: How MCP makes AI actually useful for developers]]></title>
			<description><![CDATA[Model Context Protocol (MCP) is a protocol created by Anthropic designed to enable AI models to...]]></description>
			<link>https://dev.to/siddhantkcode/extending-claudes-brain-how-mcp-makes-ai-actually-useful-for-developers-35c4</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/extending-claudes-brain-how-mcp-makes-ai-actually-useful-for-developers-35c4</guid>
			<pubDate>Wed, 26 Mar 2025 04:17:44 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[How docs AI search works: Mintlify-Style with OpenAI Agents SDK]]></title>
			<description><![CDATA[Documentation remains a critical resource for developers, serving as the definitive guide and...]]></description>
			<link>https://dev.to/siddhantkcode/how-docs-ai-search-works-mintlify-style-with-openai-agents-sdk-121j</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/how-docs-ai-search-works-mintlify-style-with-openai-agents-sdk-121j</guid>
			<pubDate>Sun, 23 Mar 2025 19:02:56 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Surviving tech bureaucracy: How genuine competence cuts through buzzwords]]></title>
			<description><![CDATA[]]></description>
			<link>https://siddhantkhare2694.medium.com/surviving-tech-bureaucracy-how-genuine-competence-cuts-through-buzzwords-628a47da6e90?source=rss-d33fc21fba5d------2</link>
			<guid isPermaLink="true">https://siddhantkhare2694.medium.com/surviving-tech-bureaucracy-how-genuine-competence-cuts-through-buzzwords-628a47da6e90?source=rss-d33fc21fba5d------2</guid>
			<pubDate>Sat, 08 Mar 2025 08:49:37 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>engineering</category>
			<category>career-advice</category>
			<category>careers</category>
			<category>tech</category>
			<category>growth</category>
		</item>
		<item>
			<title><![CDATA[Isolating AI Agents with DevContainer: A secure and scalable approach]]></title>
			<description><![CDATA[AI coding agents like Cline and RooCode are powerful but unpredictable. A simple misconfiguration...]]></description>
			<link>https://dev.to/siddhantkcode/isolating-ai-agents-with-devcontainer-a-secure-and-scalable-approach-4hi4</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/isolating-ai-agents-with-devcontainer-a-secure-and-scalable-approach-4hi4</guid>
			<pubDate>Tue, 04 Mar 2025 17:58:39 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Tackling Cold Starts in AWS Lambda: A Deep Dive with LLRT]]></title>
			<description><![CDATA[AWS Lambda is the go-to serverless computing service for developers who love event-driven...]]></description>
			<link>https://dev.to/siddhantkcode/tackling-cold-starts-in-aws-lambda-a-deep-dive-with-llrt-17d7</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/tackling-cold-starts-in-aws-lambda-a-deep-dive-with-llrt-17d7</guid>
			<pubDate>Mon, 24 Feb 2025 06:17:31 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Engineering with intent: A mental checklist for clear thinking]]></title>
			<description><![CDATA[]]></description>
			<link>https://siddhantkhare2694.medium.com/engineering-with-intent-a-mental-checklist-for-clear-thinking-f4f21ff2431e?source=rss-d33fc21fba5d------2</link>
			<guid isPermaLink="true">https://siddhantkhare2694.medium.com/engineering-with-intent-a-mental-checklist-for-clear-thinking-f4f21ff2431e?source=rss-d33fc21fba5d------2</guid>
			<pubDate>Sat, 08 Feb 2025 11:23:08 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[How we slashed CI build time using Go’s cache]]></title>
			<description><![CDATA[Our CI pipeline’s integration tests were running sluggishly. The primary bottleneck wasn't the tests...]]></description>
			<link>https://dev.to/siddhantkcode/how-we-slashed-ci-build-time-using-gos-cache-500f</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/how-we-slashed-ci-build-time-using-gos-cache-500f</guid>
			<pubDate>Sat, 01 Feb 2025 21:51:15 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Binary embedding: shrink vector storage by 95%]]></title>
			<description><![CDATA[Introduction   When working with large RAG (Retrieval-Augmented Generation) systems, getting...]]></description>
			<link>https://dev.to/siddhantkcode/binary-embedding-shrink-vector-storage-by-95-5e0l</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/binary-embedding-shrink-vector-storage-by-95-5e0l</guid>
			<pubDate>Sun, 12 Jan 2025 12:50:16 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[GenZ: the worst creatures of humankind?]]></title>
			<description><![CDATA[]]></description>
			<link>https://siddhantkhare2694.medium.com/genz-the-worst-creatures-of-humankind-adfaf5427de1?source=rss-d33fc21fba5d------2</link>
			<guid isPermaLink="true">https://siddhantkhare2694.medium.com/genz-the-worst-creatures-of-humankind-adfaf5427de1?source=rss-d33fc21fba5d------2</guid>
			<pubDate>Sat, 28 Dec 2024 20:20:54 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>gen-z</category>
			<category>lifestyle</category>
			<category>life-lessons</category>
			<category>life</category>
		</item>
		<item>
			<title><![CDATA[Querying S3 logs in a flash with DuckDB 🦆]]></title>
			<description><![CDATA[Amazon S3 server access logs are a treasure trove of valuable information, detailing requests made to...]]></description>
			<link>https://dev.to/siddhantkcode/querying-s3-logs-in-a-flash-with-duckdb-p44</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/querying-s3-logs-in-a-flash-with-duckdb-p44</guid>
			<pubDate>Sun, 08 Dec 2024 12:14:55 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Submission for the DevCycle Feature Flag Challenge: AI Feature Flag Suggestions 🧠]]></title>
			<description><![CDATA[This is a submission for the DevCycle Feature Flag Challenge: Feature Flag Funhouse           What I...]]></description>
			<link>https://dev.to/siddhantkcode/submission-for-the-devcycle-feature-flag-challenge-ai-feature-flag-suggestions-566m</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/submission-for-the-devcycle-feature-flag-challenge-ai-feature-flag-suggestions-566m</guid>
			<pubDate>Sat, 07 Dec 2024 18:03:11 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Turbocharging AWS Lambda: How to eliminate cold starts forever]]></title>
			<description><![CDATA[Imagine rushing to grab your morning coffee, only to find the barista needs to boot up the espresso...]]></description>
			<link>https://dev.to/siddhantkcode/turbocharging-aws-lambda-how-to-eliminate-cold-starts-forever-3c54</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/turbocharging-aws-lambda-how-to-eliminate-cold-starts-forever-3c54</guid>
			<pubDate>Sun, 01 Dec 2024 18:23:54 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[2x Faster, 40% less RAM: The Cloud Run stdout logging hack]]></title>
			<description><![CDATA[Sometimes, the simplest solutions yield the most dramatic improvements. In a recent private project,...]]></description>
			<link>https://dev.to/siddhantkcode/2x-faster-40-less-ram-the-cloud-run-stdout-logging-hack-1iig</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/2x-faster-40-less-ram-the-cloud-run-stdout-logging-hack-1iig</guid>
			<pubDate>Sun, 24 Nov 2024 17:57:54 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Deep dive: optimizing self-hosted GitHub Actions Runners on AWS and GCP for cost efficiency]]></title>
			<description><![CDATA[Running self-hosted GitHub Actions runners on the cloud provides great control, but the costs can...]]></description>
			<link>https://dev.to/siddhantkcode/deep-dive-optimizing-self-hosted-github-actions-runners-on-aws-and-gcp-for-cost-efficiency-58o8</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/deep-dive-optimizing-self-hosted-github-actions-runners-on-aws-and-gcp-for-cost-efficiency-58o8</guid>
			<pubDate>Wed, 20 Nov 2024 14:52:31 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Building smarter Docker Images for your development environments with Pants 🚀]]></title>
			<description><![CDATA[When you think about Docker, what comes to mind? Is it containerized apps for production? Maybe...]]></description>
			<link>https://dev.to/siddhantkcode/building-smarter-docker-images-for-your-development-environments-with-pants-51al</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/building-smarter-docker-images-for-your-development-environments-with-pants-51al</guid>
			<pubDate>Sun, 17 Nov 2024 09:58:27 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Critical changes coming to GitHub Actions: Ubuntu 24 migration guide]]></title>
			<description><![CDATA[The looming change   On November 5, 2024, GitHub announced a significant change that will...]]></description>
			<link>https://dev.to/siddhantkcode/critical-changes-coming-to-github-actions-ubuntu-24-migration-guide-oo8</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/critical-changes-coming-to-github-actions-ubuntu-24-migration-guide-oo8</guid>
			<pubDate>Sun, 10 Nov 2024 08:14:26 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Solving AWS ECS connect timeouts: configure default settings easily]]></title>
			<description><![CDATA[If you've ever scratched your head over unexpected timeouts in your AWS ECS Service Connect...]]></description>
			<link>https://dev.to/siddhantkcode/solving-aws-ecs-connect-timeouts-configure-default-settings-easily-41n2</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/solving-aws-ecs-connect-timeouts-configure-default-settings-easily-41n2</guid>
			<pubDate>Sat, 02 Nov 2024 08:38:09 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[When k6 eats up your RAM: Slashing memory usage in load tests]]></title>
			<description><![CDATA[tl;dr;   High memory consumption during k6 load tests is often a result of high cardinality...]]></description>
			<link>https://dev.to/siddhantkcode/when-k6-eats-up-your-ram-slashing-memory-usage-in-load-tests-5148</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/when-k6-eats-up-your-ram-slashing-memory-usage-in-load-tests-5148</guid>
			<pubDate>Thu, 31 Oct 2024 08:36:26 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Optimizing database performance by migrating Images to GCS]]></title>
			<description><![CDATA[tl;dr;   Migrating image data from Cloud SQL to GCS significantly improved database...]]></description>
			<link>https://dev.to/siddhantkcode/optimizing-database-performance-by-migrating-images-to-gcs-25em</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/optimizing-database-performance-by-migrating-images-to-gcs-25em</guid>
			<pubDate>Sun, 20 Oct 2024 18:19:56 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Exploring parallelism in Large Language Models (LLMs)]]></title>
			<description><![CDATA[Introduction   Large Language Models (LLMs) have revolutionized natural language processing...]]></description>
			<link>https://dev.to/siddhantkcode/exploring-parallelism-in-large-language-models-llms-5991</link>
			<guid isPermaLink="true">https://dev.to/siddhantkcode/exploring-parallelism-in-large-language-models-llms-5991</guid>
			<pubDate>Thu, 17 Oct 2024 05:12:46 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			
		</item>
		<item>
			<title><![CDATA[Art of Building Lifelong Friendships]]></title>
			<description><![CDATA[]]></description>
			<link>https://siddhantkhare2694.medium.com/art-of-building-lifelong-friendships-a27e9bccae3f?source=rss-d33fc21fba5d------2</link>
			<guid isPermaLink="true">https://siddhantkhare2694.medium.com/art-of-building-lifelong-friendships-a27e9bccae3f?source=rss-d33fc21fba5d------2</guid>
			<pubDate>Thu, 13 Jun 2024 09:19:18 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>warren-buffett</category>
			<category>friends</category>
			<category>friendship</category>
			<category>charlie-munger</category>
			<category>life-lessons</category>
		</item>
		<item>
			<title><![CDATA[A Must-See for Engineers: When to Write a Technical Article and Tips for Keeping the Message Going]]></title>
			<description><![CDATA[]]></description>
			<link>https://siddhantkhare2694.medium.com/a-must-see-for-engineers-when-to-write-a-technical-article-and-tips-for-keeping-the-message-going-3b449d710f02?source=rss-d33fc21fba5d------2</link>
			<guid isPermaLink="true">https://siddhantkhare2694.medium.com/a-must-see-for-engineers-when-to-write-a-technical-article-and-tips-for-keeping-the-message-going-3b449d710f02?source=rss-d33fc21fba5d------2</guid>
			<pubDate>Sat, 08 Jun 2024 17:28:15 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>engineering</category>
			<category>career-development</category>
			<category>growth</category>
			<category>engineer</category>
			<category>technical-writing</category>
		</item>
		<item>
			<title><![CDATA[Stepping up from a Fledgling Engineer]]></title>
			<description><![CDATA[]]></description>
			<link>https://siddhantkhare2694.medium.com/stepping-up-from-a-fledgling-engineer-de203000db67?source=rss-d33fc21fba5d------2</link>
			<guid isPermaLink="true">https://siddhantkhare2694.medium.com/stepping-up-from-a-fledgling-engineer-de203000db67?source=rss-d33fc21fba5d------2</guid>
			<pubDate>Sat, 18 May 2024 16:20:16 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>thinking</category>
			<category>engineering</category>
			<category>growth-mindset</category>
			<category>growth</category>
		</item>
		<item>
			<title><![CDATA[Story of my college life]]></title>
			<description><![CDATA[]]></description>
			<link>https://siddhantkhare2694.medium.com/story-of-my-college-life-f7a5f4f5c4cf?source=rss-d33fc21fba5d------2</link>
			<guid isPermaLink="true">https://siddhantkhare2694.medium.com/story-of-my-college-life-f7a5f4f5c4cf?source=rss-d33fc21fba5d------2</guid>
			<pubDate>Fri, 29 Dec 2023 20:07:27 GMT</pubDate>
			<author>hi@siddhantkhare.com (Siddhant Khare)</author>
			<category>college-life</category>
			<category>college</category>
			<category>tier-3-college</category>
			<category>remote-working</category>
			<category>computer-science</category>
		</item>
	</channel>
</rss>