<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>InfoQ - Programming - Presentations</title>
    <link>https://www.infoq.com</link>
    <description>InfoQ Programming Presentations feed</description>
    <item>
      <title>Presentation: From Fab To Token - The State Of The Market</title>
      <link>https://www.infoq.com/presentations/ai-hardware-tokenomics/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Programming-presentations</link>
      <description>&lt;img src="https://res.infoq.com/presentations/ai-hardware-tokenomics/en/mediumimage/jordan-nanos-medium-1786538855211.jpg"/&gt;&lt;p&gt;Jordan Nanos discusses how semiconductor constraints, data center expansion, and networking bottlenecks impact AI software architecture. Drawing from SemiAnalysis research, he shares insights on benchmark performance, GPU scaling, and tokenomics from chip fab to model inference.&lt;/p&gt; &lt;i&gt;By Jordan Nanos&lt;/i&gt;</description>
      <category>QCon AI Boston 2026</category>
      <category>AI Architecture</category>
      <category>AI Security</category>
      <category>Large language models</category>
      <category>GPU</category>
      <category>Model Inference</category>
      <category>Hardware</category>
      <category>Benchmark</category>
      <category>Infrastructure</category>
      <category>Performance</category>
      <category>Transcripts</category>
      <category>Data Analytics</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>Architecture &amp; Design</category>
      <category>Development</category>
      <category>presentation</category>
      <pubDate>Tue, 18 Aug 2026 16:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/presentations/ai-hardware-tokenomics/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Programming-presentations</guid>
      <dc:creator>Jordan Nanos</dc:creator>
      <dc:date>2026-08-18T16:00:00Z</dc:date>
      <dc:identifier>/presentations/ai-hardware-tokenomics/en</dc:identifier>
    </item>
    <item>
      <title>Presentation: From Thousands to One: Building LLM-Powered Selection Systems</title>
      <link>https://www.infoq.com/presentations/architecture-patterns-llm/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Programming-presentations</link>
      <description>&lt;img src="https://res.infoq.com/presentations/architecture-patterns-llm/en/mediumimage/JendrikJordening-medium-1786535626643.jpeg"/&gt;&lt;p&gt;Jendrik Jördening shares practical engineering strategies for integrating LLMs into production pipelines. He discusses overcoming non-determinism, restricting schemas, separating semantic text extraction from deterministic code, and validating choices using discriminator models. Learn how to structure LLMs with an MVC approach to ensure database integrity, observability, and system reliability.&lt;/p&gt; &lt;i&gt;By Jendrik Jördening&lt;/i&gt;</description>
      <category>AI Architecture</category>
      <category>Patterns</category>
      <category>Large language models</category>
      <category>InfoQ Dev Summit Munich 2025</category>
      <category>Transcripts</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>Architecture &amp; Design</category>
      <category>presentation</category>
      <pubDate>Mon, 17 Aug 2026 09:06:00 GMT</pubDate>
      <guid>https://www.infoq.com/presentations/architecture-patterns-llm/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Programming-presentations</guid>
      <dc:creator>Jendrik Jördening</dc:creator>
      <dc:date>2026-08-17T09:06:00Z</dc:date>
      <dc:identifier>/presentations/architecture-patterns-llm/en</dc:identifier>
    </item>
    <item>
      <title>Presentation: From Models to Agents: Building Context-Aware Consumer AI at Scale at DoorDash</title>
      <link>https://www.infoq.com/presentations/ai-agentic-recommendations-semantic-ids/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Programming-presentations</link>
      <description>&lt;img src="https://res.infoq.com/presentations/ai-agentic-recommendations-semantic-ids/en/mediumimage/sudeep-das-medium-1785845550765.jpeg"/&gt;&lt;p&gt;Sudeep Das shares how DoorDash shifts from legacy one-shot predictions to an agentic recommendation platform. He discusses leveraging language-native consumer memory, RQ-VAE semantic IDs for catalog representation, and grounded search to dramatically boost relevance and conversion metrics.&lt;/p&gt; &lt;i&gt;By Sudeep Das&lt;/i&gt;</description>
      <category>Agents</category>
      <category>QCon AI Boston 2026</category>
      <category>AI Architecture</category>
      <category>Rankings</category>
      <category>Agentic AI Architecture</category>
      <category>E-Commerce</category>
      <category>Large language models</category>
      <category>Generative AI</category>
      <category>vector databases</category>
      <category>Search</category>
      <category>Machine Learning</category>
      <category>Transcripts</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>Architecture &amp; Design</category>
      <category>presentation</category>
      <pubDate>Sat, 15 Aug 2026 11:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/presentations/ai-agentic-recommendations-semantic-ids/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Programming-presentations</guid>
      <dc:creator>Sudeep Das</dc:creator>
      <dc:date>2026-08-15T11:00:00Z</dc:date>
      <dc:identifier>/presentations/ai-agentic-recommendations-semantic-ids/en</dc:identifier>
    </item>
    <item>
      <title>Presentation: The Right 300 Tokens Beat 100k Noisy Ones: The Architecture of Context Engineering</title>
      <link>https://www.infoq.com/presentations/architecture-context-engineering/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Programming-presentations</link>
      <description>&lt;img src="https://res.infoq.com/presentations/architecture-context-engineering/en/mediumimage/partick-baruch-medium-1786008501700.jpg"/&gt;&lt;p&gt;Baruch Sadogursky and Patrick Debois discuss why coding agents fail due to bloated context windows and stuffed prompts. They explain practical context engineering fixes, including lazy-loaded skills, versioned context artifacts, externalized memory banks, and LLM-as-a-judge evals. Software architects &amp; engineering leaders will learn how to turn raw markdown files into reliable agentic workflows.&lt;/p&gt; &lt;i&gt;By Patrick Debois, Baruch Sadogursky&lt;/i&gt;</description>
      <category>Agents</category>
      <category>Artificial Intelligence</category>
      <category>Model Context Protocol (MCP)</category>
      <category>AI Development</category>
      <category>Large language models</category>
      <category>Claude</category>
      <category>AI Coding</category>
      <category>QCon London 2026</category>
      <category>Prompt Engineering</category>
      <category>Transcripts</category>
      <category>DevOps</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>Architecture &amp; Design</category>
      <category>Development</category>
      <category>presentation</category>
      <pubDate>Fri, 14 Aug 2026 11:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/presentations/architecture-context-engineering/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Programming-presentations</guid>
      <dc:creator>Patrick Debois, Baruch Sadogursky</dc:creator>
      <dc:date>2026-08-14T11:00:00Z</dc:date>
      <dc:identifier>/presentations/architecture-context-engineering/en</dc:identifier>
    </item>
    <item>
      <title>Presentation: Adopting Memory-Safety and Fine-Grained Compartmentalisation with CHERI</title>
      <link>https://www.infoq.com/presentations/cheri-memory-safety-compartmentalization/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Programming-presentations</link>
      <description>&lt;img src="https://res.infoq.com/presentations/cheri-memory-safety-compartmentalization/en/mediumimage/DavidChisnall-medium-1785845255636.jpg"/&gt;&lt;p&gt;David Chisnall discusses how the CHERI hardware architecture redefines pointer safety to solve isolation and sharing challenges. He explains how CHERI enables spatial and temporal memory safety for C/C++, scales down to microcontrollers with CHERIoT, and replaces costly OS-level RPC mechanisms with lightweight, auditable compartmentalization - all without requiring massive codebase rewrites.&lt;/p&gt; &lt;i&gt;By David Chisnall&lt;/i&gt;</description>
      <category>Memory</category>
      <category>Hardware</category>
      <category>C++</category>
      <category>QCon London 2026</category>
      <category>Risk Management</category>
      <category>Performance</category>
      <category>Security</category>
      <category>Transcripts</category>
      <category>Development</category>
      <category>Architecture &amp; Design</category>
      <category>presentation</category>
      <pubDate>Wed, 12 Aug 2026 11:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/presentations/cheri-memory-safety-compartmentalization/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Programming-presentations</guid>
      <dc:creator>David Chisnall</dc:creator>
      <dc:date>2026-08-12T11:00:00Z</dc:date>
      <dc:identifier>/presentations/cheri-memory-safety-compartmentalization/en</dc:identifier>
    </item>
    <item>
      <title>Presentation: Producing the World's Cheapest Tokens: A How-to Guide</title>
      <link>https://www.infoq.com/presentations/ai-token-price/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Programming-presentations</link>
      <description>&lt;img src="https://res.infoq.com/presentations/ai-token-price/en/mediumimage/meryem-arik-medium-1785844873071.jpg"/&gt;&lt;p&gt;Meryem Arik discusses strategies for designing low-cost LLM inference architectures for high-volume, non-real-time workloads. She explains how software architects and engineering leaders can achieve order-of-magnitude cost reductions by making critical trade-offs across hardware, inference runtimes, speculative decoding, and smart queue reordering.&lt;/p&gt; &lt;i&gt;By Meryem Arik&lt;/i&gt;</description>
      <category>Artificial Intelligence</category>
      <category>QCon San Francisco 2025</category>
      <category>Performance &amp; Scalability</category>
      <category>Platform Engineering</category>
      <category>Transcripts</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>presentation</category>
      <pubDate>Tue, 11 Aug 2026 10:05:00 GMT</pubDate>
      <guid>https://www.infoq.com/presentations/ai-token-price/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Programming-presentations</guid>
      <dc:creator>Meryem Arik</dc:creator>
      <dc:date>2026-08-11T10:05:00Z</dc:date>
      <dc:identifier>/presentations/ai-token-price/en</dc:identifier>
    </item>
    <item>
      <title>Presentation: Leveraging Adversary Emulation for GenAI Red Teaming</title>
      <link>https://www.infoq.com/presentations/emulation-genai/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Programming-presentations</link>
      <description>&lt;img src="https://res.infoq.com/presentations/emulation-genai/en/mediumimage/KennedyTorkura-medium-1785396173788.jpeg"/&gt;&lt;p&gt;Kennedy Torkura discusses practical GenAI red teaming techniques to safeguard LLMs and knowledge bases against security threats like data poisoning and LLMjacking on AWS. He explains how engineering leaders and architects can bridge traditional cloud security with MITRE ATLAS frameworks to proactively identify vulnerabilities, implement guardrails, and secure production AI applications.&lt;/p&gt; &lt;i&gt;By Kennedy Torkura&lt;/i&gt;</description>
      <category>Artificial Intelligence</category>
      <category>InfoQ Dev Summit Munich 2025</category>
      <category>Security</category>
      <category>Transcripts</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>presentation</category>
      <pubDate>Mon, 10 Aug 2026 09:32:00 GMT</pubDate>
      <guid>https://www.infoq.com/presentations/emulation-genai/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Programming-presentations</guid>
      <dc:creator>Kennedy Torkura</dc:creator>
      <dc:date>2026-08-10T09:32:00Z</dc:date>
      <dc:identifier>/presentations/emulation-genai/en</dc:identifier>
    </item>
  </channel>
</rss>
