<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Swati Sisodia · Software Development Engineer</title><description>Portfolio and blog: GenAI/agentic systems, distributed backend work, and notes on what I&apos;m learning.</description><link>https://swatisisodia.vercel.app/</link><item><title>Agentic architectures compared</title><link>https://swatisisodia.vercel.app/blog/agentic-architectures-compared/</link><guid isPermaLink="true">https://swatisisodia.vercel.app/blog/agentic-architectures-compared/</guid><description>I built five ways to structure a multi-step AI agent and compared them on the same task. The design that re-plans after every step, the one that sounds smartest on paper, never once decided on its own that it was done, in 40 separate tries.</description><pubDate>Thu, 17 Sep 2026 00:00:00 GMT</pubDate></item><item><title>Comparing prompting techniques for intent classification</title><link>https://swatisisodia.vercel.app/blog/comparing-prompting-techniques-for-intent-classification/</link><guid isPermaLink="true">https://swatisisodia.vercel.app/blog/comparing-prompting-techniques-for-intent-classification/</guid><description>I compared seven prompting techniques on a 77 class classification task and measured both accuracy and operational cost. One technique won by a wide margin, and one made things worse.</description><pubDate>Tue, 08 Sep 2026 00:00:00 GMT</pubDate></item><item><title>Context window management compared</title><link>https://swatisisodia.vercel.app/blog/context-window-management-compared/</link><guid isPermaLink="true">https://swatisisodia.vercel.app/blog/context-window-management-compared/</guid><description>I compared four ways to decide what actually stays in a model&apos;s context window when there&apos;s more content than comfortably fits. One technique failed as a clean step function, not a gradual decline. Another failed completely, 16 times out of 16, whenever the fact it needed got summarized away.</description><pubDate>Wed, 23 Sep 2026 00:00:00 GMT</pubDate></item><item><title>Evaluation criteria across LLM, RAG, and agent systems</title><link>https://swatisisodia.vercel.app/blog/evaluation-criteria-across-llm-rag-and-agent-systems/</link><guid isPermaLink="true">https://swatisisodia.vercel.app/blog/evaluation-criteria-across-llm-rag-and-agent-systems/</guid><description>A framework for which evaluation metrics actually matter across four system shapes, plain LLM, RAG, single agent, multi-agent, then tested for real: the same task run through all four, where single-shot retrieval tied the winning multi-agent system while doing a fraction of the work.</description><pubDate>Fri, 18 Sep 2026 00:00:00 GMT</pubDate></item><item><title>PEFT, LoRA, and QLoRA: a theoretical comparison</title><link>https://swatisisodia.vercel.app/blog/peft-lora-qlora-a-theoretical-comparison/</link><guid isPermaLink="true">https://swatisisodia.vercel.app/blog/peft-lora-qlora-a-theoretical-comparison/</guid><description>I compared six ways to fine-tune a large language model by computing real trainable-parameter counts and memory footprints, no training run required. QLoRA&apos;s whole memory win turned out to be compression, not training fewer parameters.</description><pubDate>Wed, 09 Sep 2026 00:00:00 GMT</pubDate></item><item><title>RAG architectures compared</title><link>https://swatisisodia.vercel.app/blog/rag-architectures-compared/</link><guid isPermaLink="true">https://swatisisodia.vercel.app/blog/rag-architectures-compared/</guid><description>I built six different ways to do retrieval-augmented generation and compared them on the same corpus and the same questions. The one that won overall wasn&apos;t the one that found the best evidence.</description><pubDate>Sun, 13 Sep 2026 00:00:00 GMT</pubDate></item><item><title>Attention Is All You Need: a deep dive</title><link>https://swatisisodia.vercel.app/blog/transformer-deep-dive/</link><guid isPermaLink="true">https://swatisisodia.vercel.app/blog/transformer-deep-dive/</guid><description>A from-scratch walkthrough of the original transformer architecture, a worked attention example computed by hand, and how BERT, GPT, T5, and the efficiency and Mixture-of-Experts designs since 2017 changed it, and why.</description><pubDate>Wed, 09 Sep 2026 00:00:00 GMT</pubDate></item></channel></rss>