<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>InfoQ</title>
    <link>https://www.infoq.com</link>
    <description>InfoQ feed</description>
    <item>
      <title>C++26: Reflection, Memory Safety, Contracts, and a New Async Model</title>
      <link>https://www.infoq.com/news/2026/04/cpp-26-reflection-safety-async/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/cpp-26-reflection-safety-async/en/headerimage/cpp-26-feature-complete-1776436863495.jpeg"/&gt;&lt;p&gt;The C++26 standard draft is now complete, reports Herb Sutter, long-time C++ expert and former chair of the ISO C++ standards committee. The finalized draft introduces reflection, enhances memory safety without requiring code rewrites, adds contracts with preconditions and postconditions alongside a new assertion statement, and establishes a unified framework for concurrency and parallelism.&lt;/p&gt; &lt;i&gt;By Sergio De Simone&lt;/i&gt;</description>
      <category>C++26</category>
      <category>System Programming</category>
      <category>Programming Languages</category>
      <category>Development</category>
      <category>news</category>
      <pubDate>Fri, 17 Apr 2026 15:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/cpp-26-reflection-safety-async/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Sergio De Simone</dc:creator>
      <dc:date>2026-04-17T15:00:00Z</dc:date>
      <dc:identifier>/news/2026/04/cpp-26-reflection-safety-async/en</dc:identifier>
    </item>
    <item>
      <title>Meta Reports 4x Higher Bug Detection with Just-in-Time Testing</title>
      <link>https://www.infoq.com/news/2026/04/meta-jit-testing-ai-detection/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/meta-jit-testing-ai-detection/en/headerimage/generatedHeaderImage-1776178648278.jpg"/&gt;&lt;p&gt;Meta introduces Just-in-Time (JiT) testing, a dynamic approach that generates tests during code review instead of relying on static test suites. The system improves bug detection by ~4x in AI-assisted development using LLMs, mutation testing, and intent-aware workflows like Dodgy Diff. It reflects a shift toward change-aware, AI-driven software testing in agentic development environments&lt;/p&gt; &lt;i&gt;By Leela Kumili&lt;/i&gt;</description>
      <category>Code Reviews</category>
      <category>Agents</category>
      <category>Test Automation</category>
      <category>Testing</category>
      <category>Automated testing</category>
      <category>Software Testing</category>
      <category>Automation</category>
      <category>Large language models</category>
      <category>AI Assisted Coding</category>
      <category>Development</category>
      <category>Architecture &amp; Design</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>news</category>
      <pubDate>Fri, 17 Apr 2026 14:49:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/meta-jit-testing-ai-detection/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Leela Kumili</dc:creator>
      <dc:date>2026-04-17T14:49:00Z</dc:date>
      <dc:identifier>/news/2026/04/meta-jit-testing-ai-detection/en</dc:identifier>
    </item>
    <item>
      <title>CNCF Warns Kubernetes Alone Is Not Enough to Secure LLM Workloads</title>
      <link>https://www.infoq.com/news/2026/04/kubernetes-secure-workloads/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/kubernetes-secure-workloads/en/headerimage/generatedHeaderImage-1775830657737.jpg"/&gt;&lt;p&gt;A new blog from the Cloud Native Computing Foundation highlights a critical gap in how organizations are deploying large language models (LLMs) on Kubernetes: while Kubernetes excels at orchestrating and isolating workloads, it does not inherently understand or control the behavior of AI systems, creating a fundamentally different and more complex threat model.&lt;/p&gt; &lt;i&gt;By Craig Risi&lt;/i&gt;</description>
      <category>Artificial Intelligence</category>
      <category>Kubernetes</category>
      <category>Cloud Security</category>
      <category>Cloud Native Computing Foundation</category>
      <category>Large language models</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>DevOps</category>
      <category>news</category>
      <pubDate>Fri, 17 Apr 2026 12:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/kubernetes-secure-workloads/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Craig Risi</dc:creator>
      <dc:date>2026-04-17T12:00:00Z</dc:date>
      <dc:identifier>/news/2026/04/kubernetes-secure-workloads/en</dc:identifier>
    </item>
    <item>
      <title>Anthropic Introduces Agent-Based Code Review for Claude Code</title>
      <link>https://www.infoq.com/news/2026/04/claude-code-review/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/claude-code-review/en/headerimage/generatedHeaderImage-1776367713481.jpg"/&gt;&lt;p&gt;Anthropic has introduced a new Code Review feature for Claude Code, adding an agent-based pull request review system that analyzes code changes using multiple AI reviewers.&lt;/p&gt; &lt;i&gt;By Daniel Dominguez&lt;/i&gt;</description>
      <category>Code Reviews</category>
      <category>github</category>
      <category>Artificial Intelligence</category>
      <category>Software Development</category>
      <category>Code Generation</category>
      <category>Claude</category>
      <category>Anthropic</category>
      <category>Large language models</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>news</category>
      <pubDate>Fri, 17 Apr 2026 10:16:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/claude-code-review/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Daniel Dominguez</dc:creator>
      <dc:date>2026-04-17T10:16:00Z</dc:date>
      <dc:identifier>/news/2026/04/claude-code-review/en</dc:identifier>
    </item>
    <item>
      <title>Presentation: Speed at Scale: Optimizing the Largest CX Platform Out There</title>
      <link>https://www.infoq.com/presentations/optimize-performance-cx-platform/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/presentations/optimize-performance-cx-platform/en/mediumimage/Matheus-Albuquerque-medium-1775047866586.jpg"/&gt;&lt;p&gt;Matheus Albuquerque shares strategies for optimizing a massive CX platform, moving from React 15 and Webpack 1 to modern standards. He discusses using AST-based codemods for large-scale migrations, implementing differential serving with module/nomodule, and leveraging Preact to shrink footprints. He explains how to balance cutting-edge performance with strict legacy browser constraints.&lt;/p&gt; &lt;i&gt;By Matheus Albuquerque&lt;/i&gt;</description>
      <category>QCon London 2025</category>
      <category>Web Development</category>
      <category>Performance</category>
      <category>Transcripts</category>
      <category>Culture &amp; Methods</category>
      <category>presentation</category>
      <pubDate>Fri, 17 Apr 2026 09:20:00 GMT</pubDate>
      <guid>https://www.infoq.com/presentations/optimize-performance-cx-platform/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Matheus Albuquerque</dc:creator>
      <dc:date>2026-04-17T09:20:00Z</dc:date>
      <dc:identifier>/presentations/optimize-performance-cx-platform/en</dc:identifier>
    </item>
    <item>
      <title>Article: Lakehouse Tower of Babel: Handling Identifier Resolution Rules Across Database Engines</title>
      <link>https://www.infoq.com/articles/lakehouse-sql-identifier-rules/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/articles/lakehouse-sql-identifier-rules/en/headerimage/lakehouse-sql-identifier-rules-header-1776241856705.jpg"/&gt;&lt;p&gt;Lakehouse architectures enable multiple engines to operate on shared data using open table formats such as Apache Iceberg. However, differences in SQL identifier resolution and catalog naming rules create interoperability failures. This article examines these behaviors and explains why enforcing consistent naming conventions and cross-engine validation is critical.&lt;/p&gt; &lt;i&gt;By Maninder Parmar&lt;/i&gt;</description>
      <category>Database</category>
      <category>Data Portability</category>
      <category>SQL</category>
      <category>Data Lake</category>
      <category>Data Catalog</category>
      <category>Apache Iceberg</category>
      <category>Architecture &amp; Design</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>article</category>
      <pubDate>Fri, 17 Apr 2026 09:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/articles/lakehouse-sql-identifier-rules/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Maninder Parmar</dc:creator>
      <dc:date>2026-04-17T09:00:00Z</dc:date>
      <dc:identifier>/articles/lakehouse-sql-identifier-rules/en</dc:identifier>
    </item>
    <item>
      <title>AWS Launches Agent Registry in Preview to Govern AI Agent Sprawl Across Enterprises</title>
      <link>https://www.infoq.com/news/2026/04/aws-agent-registry-preview/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/aws-agent-registry-preview/en/headerimage/generatedHeaderImage-1776064171956.jpg"/&gt;&lt;p&gt;AWS released Agent Registry in preview as part of Amazon Bedrock AgentCore, providing a centralized catalog for discovering, governing, and reusing AI agents, tools, and MCP servers across organizations. The registry indexes agents regardless of where they run and supports both MCP and A2A protocols natively. Microsoft, Google Cloud, and the ACP Registry offer competing solutions.&lt;/p&gt; &lt;i&gt;By Steef-Jan Wiggers&lt;/i&gt;</description>
      <category>Agent2Agent</category>
      <category>Agents</category>
      <category>Amazon</category>
      <category>Model Context Protocol (MCP)</category>
      <category>Registry</category>
      <category>Amazon Web Services</category>
      <category>AWS</category>
      <category>Cloud</category>
      <category>Service Reliability</category>
      <category>Development</category>
      <category>Architecture &amp; Design</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>DevOps</category>
      <category>news</category>
      <pubDate>Fri, 17 Apr 2026 06:54:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/aws-agent-registry-preview/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Steef-Jan Wiggers</dc:creator>
      <dc:date>2026-04-17T06:54:00Z</dc:date>
      <dc:identifier>/news/2026/04/aws-agent-registry-preview/en</dc:identifier>
    </item>
    <item>
      <title>AWS Introduces S3 Files, Bringing File System Access to S3 Buckets</title>
      <link>https://www.infoq.com/news/2026/04/aws-s3-files/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/aws-s3-files/en/headerimage/generatedHeaderImage-1776284137747.jpg"/&gt;&lt;p&gt;AWS recently introduced S3 Files, which lets users mount an Amazon S3 bucket and access its data through a standard file system interface. Applications can read and write files using standard file operations, while the system automatically translates them into S3 requests, allowing compute services to work directly with data stored in S3.&lt;/p&gt; &lt;i&gt;By Renato Losio&lt;/i&gt;</description>
      <category>S3</category>
      <category>File-Systems</category>
      <category>Data Storage</category>
      <category>AWS</category>
      <category>Storage</category>
      <category>Cloud</category>
      <category>Architecture &amp; Design</category>
      <category>DevOps</category>
      <category>news</category>
      <pubDate>Thu, 16 Apr 2026 18:08:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/aws-s3-files/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Renato Losio</dc:creator>
      <dc:date>2026-04-16T18:08:00Z</dc:date>
      <dc:identifier>/news/2026/04/aws-s3-files/en</dc:identifier>
    </item>
    <item>
      <title>Google Opens Gemma 4 Under Apache 2.0 with Multimodal and Agentic Capabilities</title>
      <link>https://www.infoq.com/news/2026/04/google-gemm4/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/google-gemm4/en/headerimage/header-1776307607549.jpg"/&gt;&lt;p&gt;Google has announced the release of Gemma 4, a series of open-weight AI models, including variants with 2B, 4B, 26B, and 31B parameters, under the Apache 2.0 license. Key features include enhanced video and image processing, audio input on smaller models, and extended context windows up to 256K tokens.&lt;/p&gt; &lt;i&gt;By Hien Luu&lt;/i&gt;</description>
      <category>Edge Computing</category>
      <category>Large language models</category>
      <category>Generative AI</category>
      <category>Development</category>
      <category>Architecture &amp; Design</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>news</category>
      <pubDate>Thu, 16 Apr 2026 17:05:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/google-gemm4/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Hien Luu</dc:creator>
      <dc:date>2026-04-16T17:05:00Z</dc:date>
      <dc:identifier>/news/2026/04/google-gemm4/en</dc:identifier>
    </item>
    <item>
      <title>Cloudflare Launches Code Mode MCP Server to Optimize Token Usage for AI Agents</title>
      <link>https://www.infoq.com/news/2026/04/cloudflare-code-mode-mcp-server/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/cloudflare-code-mode-mcp-server/en/headerimage/generatedHeaderImage-1775438665018.jpg"/&gt;&lt;p&gt;Cloudflare has launched a new Model Context Protocol (MCP) server powered by Code Mode, enabling AI agents to interact with large APIs with minimal token usage. The server reduces context footprint across 2,500+ endpoints, improves multi-API orchestration, and provides a secure, code-centric execution environment for LLM agents.&lt;/p&gt; &lt;i&gt;By Leela Kumili&lt;/i&gt;</description>
      <category>Agents</category>
      <category>Optimization</category>
      <category>Model Context Protocol (MCP)</category>
      <category>AI Architecture</category>
      <category>Orchestration</category>
      <category>TypeScript</category>
      <category>API</category>
      <category>Workflow / BPM</category>
      <category>Large language models</category>
      <category>Development</category>
      <category>Architecture &amp; Design</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>news</category>
      <pubDate>Thu, 16 Apr 2026 14:17:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/cloudflare-code-mode-mcp-server/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Leela Kumili</dc:creator>
      <dc:date>2026-04-16T14:17:00Z</dc:date>
      <dc:identifier>/news/2026/04/cloudflare-code-mode-mcp-server/en</dc:identifier>
    </item>
    <item>
      <title>Presentation: From VR to Flat Screens: Bridging the Input and Immersion Gap</title>
      <link>https://www.infoq.com/presentations/game-vr-flat-screens/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/presentations/game-vr-flat-screens/en/mediumimage/medium-1775637585504.jpg"/&gt;&lt;p&gt;Dany Lepage discusses the architectural journey of porting a hit VR title to seven non-VR platforms. He explains how his team solved the challenges of cross-progression, diverse input paradigms, and maintaining release velocity across Steam, iOS, and PlayStation. Beyond the tech, he shares candid lessons on the "product fit" gap when translating immersive social presence to 2D screens.&lt;/p&gt; &lt;i&gt;By Dany Lepage&lt;/i&gt;</description>
      <category>Platform Engineering</category>
      <category>Game Development</category>
      <category>Transcripts</category>
      <category>Cross Platform</category>
      <category>QCon San Francisco 2025</category>
      <category>Development</category>
      <category>presentation</category>
      <pubDate>Thu, 16 Apr 2026 14:10:00 GMT</pubDate>
      <guid>https://www.infoq.com/presentations/game-vr-flat-screens/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Dany Lepage</dc:creator>
      <dc:date>2026-04-16T14:10:00Z</dc:date>
      <dc:identifier>/presentations/game-vr-flat-screens/en</dc:identifier>
    </item>
    <item>
      <title>Platform as a Product: Delivering Value While Balancing Competing Priorities</title>
      <link>https://www.infoq.com/news/2026/04/platform-product-deliver-value/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/platform-product-deliver-value/en/headerimage/platform-product-deliver-value-header-1775738211226.jpg"/&gt;&lt;p&gt;Software platforms must be treated as products. Success requires balancing engineering, design, usability, security, and value for internal customers and the organisation, Abby Bangser mentioned in her talk Platform as a Product. A product mindset, clear ownership, and continuous investment prevent bottlenecks, platform decay, and wasted effort, enabling scalable, sustainable value over time.&lt;/p&gt; &lt;i&gt;By Ben Linders&lt;/i&gt;</description>
      <category>Usability</category>
      <category>GOTO Conference</category>
      <category>Software Development</category>
      <category>Platform Engineering</category>
      <category>Security</category>
      <category>Platforms</category>
      <category>Technical Debt</category>
      <category>Business Value</category>
      <category>Developer Experience</category>
      <category>Culture &amp; Methods</category>
      <category>news</category>
      <pubDate>Thu, 16 Apr 2026 11:52:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/platform-product-deliver-value/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Ben Linders</dc:creator>
      <dc:date>2026-04-16T11:52:00Z</dc:date>
      <dc:identifier>/news/2026/04/platform-product-deliver-value/en</dc:identifier>
    </item>
    <item>
      <title>Cursor 3 Introduces Agent-First Interface, Moving beyond the IDE Model</title>
      <link>https://www.infoq.com/news/2026/04/cursor-3-agent-first-interface/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/cursor-3-agent-first-interface/en/headerimage/generatedHeaderImage-1776081399414.jpg"/&gt;&lt;p&gt;Anysphere released Cursor 3, a redesigned interface built from scratch that shifts the primary model from file editing to managing parallel coding agents. The new workspace supports local-to-cloud agent handoff, multi-repo parallel execution, and a plugin marketplace. Community reaction has been divided, with developers questioning cost overhead and the move away from Cursor's IDE-first identity.&lt;/p&gt; &lt;i&gt;By Steef-Jan Wiggers&lt;/i&gt;</description>
      <category>Artificial Intelligence</category>
      <category>Large language models</category>
      <category>Developer Experience</category>
      <category>IDE</category>
      <category>AI Development</category>
      <category>Development</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>news</category>
      <pubDate>Thu, 16 Apr 2026 09:37:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/cursor-3-agent-first-interface/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Steef-Jan Wiggers</dc:creator>
      <dc:date>2026-04-16T09:37:00Z</dc:date>
      <dc:identifier>/news/2026/04/cursor-3-agent-first-interface/en</dc:identifier>
    </item>
    <item>
      <title>OpenTelemetry Declarative Configuration Reaches Stability Milestone</title>
      <link>https://www.infoq.com/news/2026/04/opentelemetry-declarative-config/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/opentelemetry-declarative-config/en/headerimage/generatedHeaderImage-1776292543355.jpg"/&gt;&lt;p&gt;The OpenTelemetry project has announced that key portions of its declarative configuration specification have reached stable status. The observability framework is a vendor-neutral and language-agnostic way to configure telemetry collection.&lt;/p&gt; &lt;i&gt;By Matt Saunders&lt;/i&gt;</description>
      <category>Declarative Programming</category>
      <category>Observability</category>
      <category>OpenTelemetry</category>
      <category>DevOps</category>
      <category>news</category>
      <pubDate>Wed, 15 Apr 2026 23:45:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/opentelemetry-declarative-config/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Matt Saunders</dc:creator>
      <dc:date>2026-04-15T23:45:00Z</dc:date>
      <dc:identifier>/news/2026/04/opentelemetry-declarative-config/en</dc:identifier>
    </item>
    <item>
      <title>Google’s TurboQuant Compression May Support Faster Inference, Same Accuracy on Less Capable Hardware</title>
      <link>https://www.infoq.com/news/2026/04/turboquant-compression-kv-cache/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/04/turboquant-compression-kv-cache/en/headerimage/generatedHeaderImage-1776265077411.jpg"/&gt;&lt;p&gt;Google Research unveiled TurboQuant, a novel quantization algorithm that compresses large language models’ Key-Value caches by up to 6x. With 3.5-bit compression, near-zero accuracy loss, and no retraining needed, it allows developers to run massive context windows on significantly more modest hardware than previously required. Early community benchmarks confirm significant efficiency gains.&lt;/p&gt; &lt;i&gt;By Bruno Couriol&lt;/i&gt;</description>
      <category>Optimization</category>
      <category>Compression</category>
      <category>Performance</category>
      <category>Large language models</category>
      <category>Development</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>news</category>
      <pubDate>Wed, 15 Apr 2026 16:53:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/04/turboquant-compression-kv-cache/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Bruno Couriol</dc:creator>
      <dc:date>2026-04-15T16:53:00Z</dc:date>
      <dc:identifier>/news/2026/04/turboquant-compression-kv-cache/en</dc:identifier>
    </item>
  </channel>
</rss>
