20 Jul 2026 Strands Agents with Clare Liguori
"Explores AI adoption challenges, Strands Agents SDK's model-driven approach, responsible AI practices, and future scaling of advanced, multi-step agent systems."
More Podcasts by InfoQ episodes

Published 3 Aug 2026
Recommended: Consider integrating WASM
Duration: 00:34:47
"WebAssembly (Wasm) is driving innovation in server-side, edge, and cloud development with near-native performance, secure sandboxing, and multi-language support, while overcoming challenges like concurrency and enabling projects like Chicory and Endive."
Andrea Peruffo discusses the evolution of WebAssembly beyond the browser and its growing role on the server-side JVM. He covers performance advancemen...
WebAssembly (Wasm) is increasingly being adopted across various computing environments due to its portability, security, and performance. Initially developed for browser-based applications, it now enables server-side execution of code written in languages like C, C++, and JavaScript without requiring rewrites or native libraries. Its sandboxed runtime provides memory safety and protection against vulnerabilities, making it ideal for running untrusted code. Advancements such as Wasm GC (Garbage Collection) and the component model via WASI P2/P3 allow support for high-level languages like Scala, Kotlin, and Dart, and facilitate modular application design using interface definition files.
The technology is being used in production by major CDNs for edge computing, where lightweight sandboxing supports high-density, secure workloads. It also powers use cases ranging from CPU-intensive frontend tasks to server-side plugins in systems like Trino and Elm, and even game ports like Doom. Projects such as Chicory (being forked into Endive under the Bytecode Alliance) highlight growing community involvement and governance shifts toward open, foundation-backed development. Performance has improved significantly through compilers that translate Wasm to efficient Java bytecode, leveraging JVM optimizations while minimizing dependencies - enabling fast, secure execution without native binaries. Despite limitations in concurrency, WebAssembly's role in enabling cross-language, portable, and safe computation continues to expand across cloud, embedded, and distributed systems.
What if you shipped a secure, portable plugin system for your SaaS using WebAssembly today?
What if you offloaded CPU-heavy tasks in your web app to WebAssembly on the JVM instead of relying on native binaries?
What if you embedded customizable logic in your API tooling using lightweight WebAssembly UDFs like Trino does with CPython?
20 Jul 2026 Strands Agents with Clare Liguori
"Explores AI adoption challenges, Strands Agents SDK's model-driven approach, responsible AI practices, and future scaling of advanced, multi-step agent systems."
13 Jul 2026 Governance in the Age of AI: A Conversation with Sarah Wells
"AI and architecture decisions shape long-term systems, requiring governance to balance standardization and flexibility, while platform engineering and DevOps aim to reduce friction; challenges include fragmentation, compliance, and risks like security and cost, with AI's role evolving alongside human oversight, mentorship, and adaptability in software development."
6 Jul 2026 Spite-Driven Engineering: A New Blueprint for Cloud Security in the AI Native Era
Examines challenges in AI adoption, system architecture, and kernel security, critiquing Linux and other systems' shortcomings in isolation and scalability, while addressing trade-offs in development speed vs. understanding, hardware limitations, and proposals for improved design and collaboration.
29 Jun 2026 Architectural Patterns: Moving Beyond Cloud-Native to Local-First - Insights from Adam Wiggins
Challenges in AI adoption highlight trade-offs between cloud-centric collaboration and local-first computing, with debates over data ownership, CRDTs for decentralized sync, hybrid workflows, and integrating AI with user-centric, offline-capable tools.
15 Jun 2026 Increasing Users Data Agency: From BlueSky's AT Protocol to the Local-First Software Movement
Discusses challenges in AI integration, the shift to modular cloud-native systems using Apache Parquet, decentralized infrastructures like Blue Skys AT Protocol, the Local First movement prioritizing local data storage, AutoMerge for collaborative non-text files, retrofitting hurdles, and open standards to combat vendor lock-in.