<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
  <channel>
    <title>JootaCee Intelligence</title>
    <link>https://jootacee.com/en/intelligence/</link>
    <description>Deep research, AI systems, and technical architecture — JootaCee Intelligence feed</description>
    <language>en-us</language>
    <lastBuildDate>Mon, 10 Aug 2026 00:21:21 GMT</lastBuildDate>
    <atom:link href="https://jootacee.com/intelligence/feed.xml" rel="self" type="application/rss+xml" />
    <managingEditor>contact@jootacee.com (JootaCee)</managingEditor>
    <webMaster>contact@jootacee.com (JootaCee)</webMaster>
    <ttl>120</ttl>
    <image>
      <url>https://jootacee.com/icon-192x192.png</url>
      <title>JootaCee Intelligence</title>
      <link>https://jootacee.com/en/intelligence/</link>
    </image>
  <item>
    <title>Designing Resilient API Layers for Production</title>
    <link>https://jootacee.com/en/research/designing-resilient-api-layers</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/designing-resilient-api-layers</guid>
    <pubDate>Thu, 18 Jun 2026 00:00:00 GMT</pubDate>
    <description>Most APIs are optimistic. They assume the network is reliable, the downstream service is available, and the client is patient. Production systems need the…</description>
    <category>research</category>
    <category>api-design</category>
    <category>resilience-patterns</category>
    <category>circuit-breaker</category>
    <category>distributed-systems</category>
    <category>reliability</category>
    <itunes:duration>8:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/designing-resilient-api-layers.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Database Sharding Strategies: From Theory to Production</title>
    <link>https://jootacee.com/en/research/database-sharding-production-guide</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/database-sharding-production-guide</guid>
    <pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
    <description>A practical deep-dive into database sharding — choosing a sharding key, implementing range vs hash sharding, cross-shard queries, rebalancing strategies…</description>
    <category>research</category>
    <category>databases</category>
    <category>sharding</category>
    <category>scalability</category>
    <category>postgresql</category>
    <itunes:duration>6:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/database-sharding-production-guide.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Observability Beyond Metrics: Traces and Logs</title>
    <link>https://jootacee.com/en/research/observability-traces-and-logs</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/observability-traces-and-logs</guid>
    <pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
    <description>Why metrics alone leave you blind during incidents, and how distributed tracing and structured logging complete the observability picture.</description>
    <category>essays</category>
    <category>observability</category>
    <category>opentelemetry</category>
    <category>devops</category>
    <itunes:duration>5:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/observability-traces-and-logs.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Performance Patterns for Static Exports</title>
    <link>https://jootacee.com/en/research/static-export-performance-patterns</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/static-export-performance-patterns</guid>
    <pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
    <description>Static sites are fast by default and slow by accident. The accidents follow predictable patterns: wrong JavaScript loading order, unoptimized images…</description>
    <category>research</category>
    <category>performance</category>
    <category>nextjs</category>
    <category>static-export</category>
    <category>lighthouse</category>
    <category>optimization</category>
    <itunes:duration>8:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/static-export-performance-patterns.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Git-First CMS Architecture Explained</title>
    <link>https://jootacee.com/en/research/git-first-cms-architecture</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/git-first-cms-architecture</guid>
    <pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate>
    <description>Traditional headless CMS databases create operational coupling that undermines static site generation. Moving content to Git eliminates the coupling…</description>
    <category>essays</category>
    <category>cms-architecture</category>
    <category>git</category>
    <category>static-sites</category>
    <category>nextjs</category>
    <category>content-management</category>
    <itunes:duration>8:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/git-first-cms-architecture.png" type="image/png" length="0" />
  </item>
  <item>
    <title>GraphQL Federation for Microservices at Scale</title>
    <link>https://jootacee.com/en/research/graphql-federation-microservices</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/graphql-federation-microservices</guid>
    <pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate>
    <description>How GraphQL Federation unifies distributed microservice graphs into a single API surface — subgraph design, entity resolution, performance patterns, and…</description>
    <category>systems</category>
    <category>graphql</category>
    <category>federation</category>
    <category>microservices</category>
    <category>api</category>
    <itunes:duration>7:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/graphql-federation-microservices.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Prompt Engineering Patterns for Production Systems</title>
    <link>https://jootacee.com/en/research/prompt-engineering-production-patterns</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/prompt-engineering-production-patterns</guid>
    <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
    <description>Moving beyond toy prompts to production-grade patterns: structured outputs, chain-of-thought, prompt versioning, and evaluation-driven iteration.</description>
    <category>ai</category>
    <category>prompt-engineering</category>
    <category>llm</category>
    <category>production</category>
    <itunes:duration>5:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/prompt-engineering-production-patterns.png" type="image/png" length="0" />
  </item>
  <item>
    <title>JootaCee Platform Architecture — How This Site Is Built</title>
    <link>https://jootacee.com/en/research/jootaceehub-architecture-deep-dive</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/jootaceehub-architecture-deep-dive</guid>
    <pubDate>Mon, 01 Jun 2026 00:00:00 GMT</pubDate>
    <description>A full technical breakdown of the JootaCee portfolio platform: static export, custom i18n, Git-First CMS, and every architectural decision that shaped the…</description>
    <category>essays</category>
    <category>nextjs</category>
    <category>static-export</category>
    <category>architecture</category>
    <category>git-first-cms</category>
    <category>i18n</category>
    <itunes:duration>10:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/jootaceehub-architecture-deep-dive.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Multi-Agent Coordination: Communication Protocols</title>
    <link>https://jootacee.com/en/research/multi-agent-coordination-systems</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/multi-agent-coordination-systems</guid>
    <pubDate>Mon, 01 Jun 2026 00:00:00 GMT</pubDate>
    <description>How autonomous AI agents coordinate work across boundaries — shared memory models, message-passing protocols, consensus mechanisms, and failure handling in…</description>
    <category>research</category>
    <category>ai-agents</category>
    <category>multi-agent</category>
    <category>coordination</category>
    <category>distributed-ai</category>
    <itunes:duration>5:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/multi-agent-coordination-systems.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Memory Architectures for Autonomous Agents</title>
    <link>https://jootacee.com/en/research/autonomous-agent-memory-architectures</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/autonomous-agent-memory-architectures</guid>
    <pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate>
    <description>The context window is not memory. It is working memory — volatile, expensive, and bounded. Building agents that learn from experience and maintain state…</description>
    <category>research</category>
    <category>ai-agents</category>
    <category>memory-systems</category>
    <category>vector-databases</category>
    <category>rag</category>
    <category>autonomous-systems</category>
    <itunes:duration>9:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/autonomous-agent-memory-architectures.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Zero-Trust Security Architecture</title>
    <link>https://jootacee.com/en/research/zero-trust-security-architecture</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/zero-trust-security-architecture</guid>
    <pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate>
    <description>How zero-trust replaces perimeter security with identity-centric controls, and the practical steps to implement it in a microservices environment.</description>
    <category>systems</category>
    <category>security</category>
    <category>zero-trust</category>
    <category>architecture</category>
    <itunes:duration>5:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/zero-trust-security-architecture.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Eliminating Total Blocking Time in Next.js</title>
    <link>https://jootacee.com/en/research/eliminating-total-blocking-time</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/eliminating-total-blocking-time</guid>
    <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
    <description>TBT is the Lighthouse metric that correlates most strongly with perceived interactivity. Most Next.js applications have fixable TBT regressions hidden…</description>
    <category>research</category>
    <category>performance</category>
    <category>lighthouse</category>
    <category>total-blocking-time</category>
    <category>nextjs</category>
    <category>optimization</category>
    <itunes:duration>7:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/eliminating-total-blocking-time.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Kubernetes Autoscaling Patterns at Scale</title>
    <link>https://jootacee.com/en/research/kubernetes-autoscaling-patterns</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/kubernetes-autoscaling-patterns</guid>
    <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
    <description>A practical guide to Kubernetes autoscaling — HPA, VPA, KEDA, and cluster autoscaler — with configuration patterns and pitfalls learned from production…</description>
    <category>systems</category>
    <category>kubernetes</category>
    <category>autoscaling</category>
    <category>devops</category>
    <category>cloud</category>
    <itunes:duration>4:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/kubernetes-autoscaling-patterns.png" type="image/png" length="0" />
  </item>
  <item>
    <title>WebAssembly for High-Performance Web Applications</title>
    <link>https://jootacee.com/en/research/webassembly-high-performance-web</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/webassembly-high-performance-web</guid>
    <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
    <description>How WebAssembly enables near-native performance in the browser, with practical use cases, toolchains, and the JavaScript interop model.</description>
    <category>systems</category>
    <category>wasm</category>
    <category>performance</category>
    <category>web</category>
    <itunes:duration>5:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/webassembly-high-performance-web.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Systematic Prompt Engineering — Beyond Intuition</title>
    <link>https://jootacee.com/en/research/ai-prompt-engineering-systematic</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/ai-prompt-engineering-systematic</guid>
    <pubDate>Wed, 20 May 2026 00:00:00 GMT</pubDate>
    <description>Treating prompts as code: version control, evaluation frameworks, structured outputs with Zod, and prompt injection defense in production systems.</description>
    <category>research</category>
    <category>prompt-engineering</category>
    <category>llm</category>
    <category>ai-systems</category>
    <category>evaluation</category>
    <category>production</category>
    <itunes:duration>8:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/ai-prompt-engineering-systematic.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Static Export Optimization in Next.js 16</title>
    <link>https://jootacee.com/en/research/nextjs-static-export-optimization</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/nextjs-static-export-optimization</guid>
    <pubDate>Wed, 20 May 2026 00:00:00 GMT</pubDate>
    <description>Getting static export right in Next.js 16 requires understanding Turbopack&apos;s chunk model and the levers available for bundle optimization.</description>
    <category>research</category>
    <category>next-js</category>
    <category>performance</category>
    <category>static-export</category>
    <itunes:duration>2:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/nextjs-static-export-optimization.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Vector Databases Deep Dive: Pinecone vs pgvector vs Weaviate</title>
    <link>https://jootacee.com/en/research/vector-databases-deep-dive</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/vector-databases-deep-dive</guid>
    <pubDate>Tue, 19 May 2026 00:00:00 GMT</pubDate>
    <description>A practical comparison of the three dominant vector database options, with benchmarks, tradeoffs, and guidance on choosing the right one for your stack.</description>
    <category>research</category>
    <category>vector-databases</category>
    <category>embeddings</category>
    <category>ai</category>
    <itunes:duration>5:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/vector-databases-deep-dive.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Observability in Autonomous Infrastructure</title>
    <link>https://jootacee.com/en/research/autonomous-infrastructure-observability</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/autonomous-infrastructure-observability</guid>
    <pubDate>Mon, 18 May 2026 00:00:00 GMT</pubDate>
    <description>When the system operates itself, you cannot afford to watch it with human eyes. Observability must be designed into the fabric of autonomous infrastructure…</description>
    <category>research</category>
    <category>observability</category>
    <category>autonomous-systems</category>
    <category>infrastructure</category>
    <category>telemetry</category>
    <category>opentelemetry</category>
    <itunes:duration>8:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/autonomous-infrastructure-observability.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Git Discipline for AI-Assisted Teams</title>
    <link>https://jootacee.com/en/research/git-conventional-commits</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/git-conventional-commits</guid>
    <pubDate>Mon, 18 May 2026 00:00:00 GMT</pubDate>
    <description>When AI writes 60% of your code, commit hygiene becomes your primary audit trail. Here is the system that scales.</description>
    <category>essays</category>
    <category>git</category>
    <category>developer-experience</category>
    <category>engineering-culture</category>
    <itunes:duration>3:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/git-conventional-commits.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Multi-Agent Orchestration Patterns</title>
    <link>https://jootacee.com/en/research/agent-orchestration-patterns</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/agent-orchestration-patterns</guid>
    <pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate>
    <description>Three battle-tested patterns for coordinating AI agents in production: when to use each, and what breaks if you mix them up.</description>
    <category>research</category>
    <category>ai-agents</category>
    <category>orchestration</category>
    <category>multi-agent</category>
    <itunes:duration>4:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/agent-orchestration-patterns.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Building Resilient Microservices with Circuit Breakers</title>
    <link>https://jootacee.com/en/research/circuit-breakers-resilient-microservices</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/circuit-breakers-resilient-microservices</guid>
    <pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate>
    <description>How circuit breakers prevent cascading failures in distributed systems, with implementation patterns in Node.js and Go.</description>
    <category>systems</category>
    <category>microservices</category>
    <category>resilience</category>
    <category>distributed-systems</category>
    <itunes:duration>5:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/circuit-breakers-resilient-microservices.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Designing Multi-Agent Systems That Don&apos;t Collapse Under Load</title>
    <link>https://jootacee.com/en/research/multi-agent-system-design</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/multi-agent-system-design</guid>
    <pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate>
    <description>Practical coordination patterns for multi-agent AI systems: token budgets, shared context, tool routing, loop prevention, and failure isolation.</description>
    <category>research</category>
    <category>multi-agent</category>
    <category>ai-systems</category>
    <category>orchestration</category>
    <category>llm</category>
    <category>production</category>
    <itunes:duration>9:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/multi-agent-system-design.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Zero-Trust Security Architecture for Modern Systems</title>
    <link>https://jootacee.com/en/research/zero-trust-security-modern-systems</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/zero-trust-security-modern-systems</guid>
    <pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate>
    <description>How to implement a zero-trust security model across microservices, cloud infrastructure, and developer workflows — replacing perimeter-based trust with…</description>
    <category>systems</category>
    <category>security</category>
    <category>zero-trust</category>
    <category>architecture</category>
    <category>devops</category>
    <itunes:duration>7:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/zero-trust-security-modern-systems.png" type="image/png" length="0" />
  </item>
  <item>
    <title>LLM Fine-Tuning vs RAG: A Practical Decision Framework</title>
    <link>https://jootacee.com/en/research/llm-finetuning-vs-rag-decision-framework</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/llm-finetuning-vs-rag-decision-framework</guid>
    <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
    <description>A structured framework for choosing between fine-tuning and retrieval-augmented generation, based on what your system actually needs to do.</description>
    <category>ai</category>
    <category>llm</category>
    <category>rag</category>
    <category>fine-tuning</category>
    <category>machine-learning</category>
    <itunes:duration>6:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/llm-finetuning-vs-rag-decision-framework.png" type="image/png" length="0" />
  </item>
  <item>
    <title>The Context Window as Operating Environment</title>
    <link>https://jootacee.com/en/research/context-window-as-operating-environment</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/context-window-as-operating-environment</guid>
    <pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate>
    <description>We have been thinking about context windows as memory limitations. They are better understood as computational environments — and designing for them changes…</description>
    <category>essays</category>
    <category>context-windows</category>
    <category>llm-architecture</category>
    <category>agent-design</category>
    <category>memory</category>
    <category>orchestration</category>
    <itunes:duration>7:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/context-window-as-operating-environment.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Event-Driven Architecture with Apache Kafka</title>
    <link>https://jootacee.com/en/research/event-driven-architecture-kafka</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/event-driven-architecture-kafka</guid>
    <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
    <description>A deep-dive into designing event-driven systems with Apache Kafka — from topic modeling and consumer groups to exactly-once semantics and stream processing…</description>
    <category>systems</category>
    <category>kafka</category>
    <category>event-driven</category>
    <category>distributed-systems</category>
    <category>architecture</category>
    <itunes:duration>6:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/event-driven-architecture-kafka.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Evaluating LLM Outputs Systematically</title>
    <link>https://jootacee.com/en/research/llm-evaluation-frameworks</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/llm-evaluation-frameworks</guid>
    <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
    <description>Shipping LLM features without an evaluation framework is flying blind. Here is how to build one that gives you real signal.</description>
    <category>research</category>
    <category>llm</category>
    <category>evaluation</category>
    <category>production-ai</category>
    <itunes:duration>3:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/llm-evaluation-frameworks.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Temporal Databases: Managing Time-Varying Data</title>
    <link>https://jootacee.com/en/research/temporal-databases-time-varying-data</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/temporal-databases-time-varying-data</guid>
    <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
    <description>How temporal tables and bitemporal modeling solve the problem of tracking both what was true and when we knew it, with practical PostgreSQL examples.</description>
    <category>research</category>
    <category>databases</category>
    <category>temporal-data</category>
    <category>postgresql</category>
    <itunes:duration>5:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/temporal-databases-time-varying-data.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Building an MCP Server From Scratch — A Practical Guide</title>
    <link>https://jootacee.com/en/research/building-mcp-server-from-scratch</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/building-mcp-server-from-scratch</guid>
    <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
    <description>The Model Context Protocol defines how AI agents connect to tools and data. Building your own MCP server is simpler than it looks, and the payoff — giving…</description>
    <category>research</category>
    <category>mcp</category>
    <category>model-context-protocol</category>
    <category>ai-agents</category>
    <category>nodejs</category>
    <category>claude-code</category>
    <itunes:duration>7:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/building-mcp-server-from-scratch.png" type="image/png" length="0" />
  </item>
  <item>
    <title>React 19 Server Components in Production</title>
    <link>https://jootacee.com/en/research/react-19-server-components-patterns</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/react-19-server-components-patterns</guid>
    <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
    <description>Server Components change the mental model for React apps fundamentally. Here is what actually works in production and what will burn you.</description>
    <category>research</category>
    <category>react</category>
    <category>server-components</category>
    <category>next-js</category>
    <itunes:duration>2:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/react-19-server-components-patterns.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Orchestration Is the New Compute</title>
    <link>https://jootacee.com/en/research/orchestration-is-the-new-compute</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/orchestration-is-the-new-compute</guid>
    <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
    <description>The intelligence bottleneck has shifted from raw model capability to coordination primitives. Whoever controls orchestration controls the stack.</description>
    <category>opinion</category>
    <category>orchestration</category>
    <category>mcp</category>
    <category>ai-infrastructure</category>
    <category>architecture</category>
    <itunes:duration>4:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/orchestration-is-the-new-compute.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Migrating Away from Supabase — A Practical Field Report</title>
    <link>https://jootacee.com/en/research/supabase-migration-story</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/supabase-migration-story</guid>
    <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
    <description>What actually happened when we replaced Supabase with a Git-First CMS: the decision, the migration steps, what broke, and what we gained.</description>
    <category>essays</category>
    <category>supabase</category>
    <category>cms</category>
    <category>migration</category>
    <category>architecture</category>
    <category>git</category>
    <itunes:duration>7:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/supabase-migration-story.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Discriminated Unions in TypeScript</title>
    <link>https://jootacee.com/en/research/typescript-discriminated-unions-deep-dive</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/typescript-discriminated-unions-deep-dive</guid>
    <pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate>
    <description>Discriminated unions are the closest TypeScript gets to algebraic data types. Used correctly, they eliminate entire classes of runtime errors by making…</description>
    <category>research</category>
    <category>typescript</category>
    <category>discriminated-unions</category>
    <category>type-safety</category>
    <category>state-machines</category>
    <category>zod</category>
    <itunes:duration>8:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/typescript-discriminated-unions-deep-dive.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Next.js App Router Production Patterns</title>
    <link>https://jootacee.com/en/research/nextjs-app-router-production-patterns</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/nextjs-app-router-production-patterns</guid>
    <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
    <description>Real production patterns for the App Router that official documentation glosses over: static export constraints, RSC decisions, bundle splitting, and…</description>
    <category>research</category>
    <category>nextjs</category>
    <category>app-router</category>
    <category>performance</category>
    <category>react</category>
    <category>production</category>
    <itunes:duration>8:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/nextjs-app-router-production-patterns.png" type="image/png" length="0" />
  </item>
  <item>
    <title>GraphRAG vs. Flat Vector Retrieval: A Production Analysis</title>
    <link>https://jootacee.com/en/research/graphrag-vs-vector-retrieval</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/graphrag-vs-vector-retrieval</guid>
    <pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate>
    <description>After running both systems in parallel on real workloads, the results challenge some widely-held assumptions about when graphs actually win.</description>
    <category>research</category>
    <category>graphrag</category>
    <category>rag</category>
    <category>vector-search</category>
    <category>knowledge-graphs</category>
    <itunes:duration>2:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/graphrag-vs-vector-retrieval.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Knowledge Graphs for AI Retrieval — Structured vs. Vector</title>
    <link>https://jootacee.com/en/research/knowledge-graph-ai-retrieval</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/knowledge-graph-ai-retrieval</guid>
    <pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate>
    <description>When to use knowledge graphs over vector embeddings, how to build them from documents, and the GraphRAG patterns that combine both for hybrid retrieval.</description>
    <category>research</category>
    <category>knowledge-graph</category>
    <category>rag</category>
    <category>embeddings</category>
    <category>graphrag</category>
    <category>ai-systems</category>
    <itunes:duration>9:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/knowledge-graph-ai-retrieval.png" type="image/png" length="0" />
  </item>
  <item>
    <title>React 19 Concurrent Features in Production</title>
    <link>https://jootacee.com/en/research/react-19-concurrent-features-production</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/react-19-concurrent-features-production</guid>
    <pubDate>Sun, 12 Apr 2026 00:00:00 GMT</pubDate>
    <description>React 19 shipped concurrent rendering as the default. Here is what that means for real codebases, not just benchmark scores: where it helps, where it…</description>
    <category>research</category>
    <category>react-19</category>
    <category>concurrent-rendering</category>
    <category>suspense</category>
    <category>performance</category>
    <category>frontend-engineering</category>
    <itunes:duration>8:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/react-19-concurrent-features-production.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Real-Time Web Architecture in 2026 — Patterns That Scale</title>
    <link>https://jootacee.com/en/research/real-time-web-architecture-2026</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/real-time-web-architecture-2026</guid>
    <pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate>
    <description>WebSocket vs. SSE vs. polling: the actual tradeoffs, connection management realities, backpressure, client reconnection, and optimistic UI patterns for…</description>
    <category>research</category>
    <category>real-time</category>
    <category>websockets</category>
    <category>sse</category>
    <category>architecture</category>
    <category>distributed-systems</category>
    <itunes:duration>9:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/real-time-web-architecture-2026.png" type="image/png" length="0" />
  </item>
  <item>
    <title>The Modern DevOps Toolchain — What&apos;s Actually Worth It</title>
    <link>https://jootacee.com/en/research/devops-modern-toolchain</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/devops-modern-toolchain</guid>
    <pubDate>Wed, 25 Mar 2026 00:00:00 GMT</pubDate>
    <description>An opinionated 2026 evaluation of DevOps tooling: what teams actually need, what&apos;s overhyped, and what complexity you&apos;re signing up for when you adopt each…</description>
    <category>essays</category>
    <category>devops</category>
    <category>ci-cd</category>
    <category>infrastructure</category>
    <category>toolchain</category>
    <category>engineering-culture</category>
    <itunes:duration>7:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/devops-modern-toolchain.png" type="image/png" length="0" />
  </item>
  <item>
    <title>On Building Software Systems That Last</title>
    <link>https://jootacee.com/en/research/on-building-systems-that-last</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/on-building-systems-that-last</guid>
    <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
    <description>Longevity in software is not an accident. It is the result of specific architectural decisions made early — and a set of habits that resist the entropy of…</description>
    <category>essays</category>
    <category>architecture</category>
    <category>systems-design</category>
    <itunes:duration>2:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/on-building-systems-that-last.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Managing Web Performance Budgets in Production</title>
    <link>https://jootacee.com/en/research/performance-budget-web-vitals</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/performance-budget-web-vitals</guid>
    <pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate>
    <description>How to set, measure, and enforce performance budgets that actually improve Core Web Vitals — including CI gates, bundle size limits, and TBT reduction…</description>
    <category>research</category>
    <category>performance</category>
    <category>web-vitals</category>
    <category>lighthouse</category>
    <category>bundling</category>
    <category>ci-cd</category>
    <itunes:duration>8:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/performance-budget-web-vitals.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Advanced TypeScript Type System Patterns</title>
    <link>https://jootacee.com/en/research/typescript-type-system-advanced</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/typescript-type-system-advanced</guid>
    <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
    <description>Discriminated unions, template literal types, conditional types, branded types, and the type-level patterns that make impossible states actually impossible.</description>
    <category>research</category>
    <category>typescript</category>
    <category>type-system</category>
    <category>advanced</category>
    <category>domain-modeling</category>
    <category>safety</category>
    <itunes:duration>8:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/typescript-type-system-advanced.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Building Design Systems with Tailwind v4 and CVA</title>
    <link>https://jootacee.com/en/research/tailwind-v4-design-systems</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/tailwind-v4-design-systems</guid>
    <pubDate>Sun, 15 Feb 2026 00:00:00 GMT</pubDate>
    <description>Production design system patterns with Tailwind v4: CSS cascade layers, design token strategy, CVA for type-safe component variants, and avoiding the…</description>
    <category>research</category>
    <category>tailwind</category>
    <category>design-system</category>
    <category>cva</category>
    <category>css</category>
    <category>react</category>
    <itunes:duration>7:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/tailwind-v4-design-systems.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Production Animation Systems with Framer Motion</title>
    <link>https://jootacee.com/en/research/framer-motion-animation-systems</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/framer-motion-animation-systems</guid>
    <pubDate>Sun, 01 Feb 2026 00:00:00 GMT</pubDate>
    <description>LazyMotion for code splitting, AnimatePresence patterns, motion values for performant effects, and respecting prefers-reduced-motion without gutting your…</description>
    <category>research</category>
    <category>framer-motion</category>
    <category>animation</category>
    <category>performance</category>
    <category>react</category>
    <category>web-vitals</category>
    <itunes:duration>7:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/framer-motion-animation-systems.png" type="image/png" length="0" />
  </item>
  <item>
    <title>Zod as Your Application&apos;s Validation Boundary</title>
    <link>https://jootacee.com/en/research/zod-validation-boundary-patterns</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/zod-validation-boundary-patterns</guid>
    <pubDate>Tue, 20 Jan 2026 00:00:00 GMT</pubDate>
    <description>How to use Zod as a runtime validation boundary between trusted internal code and untrusted external data — inputs, API responses, and localStorage reads.</description>
    <category>research</category>
    <category>zod</category>
    <category>typescript</category>
    <category>validation</category>
    <category>architecture</category>
    <category>runtime-safety</category>
    <itunes:duration>7:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/zod-validation-boundary-patterns.png" type="image/png" length="0" />
  </item>
  <item>
    <title>State Management Without Redux in React</title>
    <link>https://jootacee.com/en/research/state-management-without-redux</link>
    <guid isPermaLink="true">https://jootacee.com/en/research/state-management-without-redux</guid>
    <pubDate>Sat, 10 Jan 2026 00:00:00 GMT</pubDate>
    <description>Production useReducer+Context patterns for complex admin state: slice-based reducers, localStorage persistence, Zod validation, and when to reach for…</description>
    <category>essays</category>
    <category>react</category>
    <category>state-management</category>
    <category>usereducer</category>
    <category>context</category>
    <category>architecture</category>
    <itunes:duration>7:00</itunes:duration>
    <enclosure url="https://jootacee.com/og/state-management-without-redux.png" type="image/png" length="0" />
  </item>
  </channel>
</rss>