#aws shipped agent registry (public preview) in bedrock agentcore. catalogs agents, tools, and mcp servers regardless of where they run, with native mcp + a2a protocol support.
#aiagents #mcp #bedrock www.infoq.com/news/2026/04...
Posts by Steef-Jan Wiggers
cursor 3 reframes the product around agent orchestration, not file editing. local + cloud sessions in one sidebar, handoff between them mid-flight. #cursor #aicoding #agents www.infoq.com/news/2026/04...
cursor 3 reframes the product around agent orchestration, not file editing. local + cloud sessions in one sidebar, handoff between them mid-flight. #cursor #aicoding #agents www.infoq.com/news/2026/04...
Claude Code discovered a heap buffer overflow in the Linux kernel's NFS driver that's been hiding since 2003. Anthropic's Nicholas Carlini used a simple bash script, no specialized prompts, and found five kernel vulnerabilities, all of which are now patched. www.infoq.com/news/2026/04...
AWS launched a Sustainability console with an API for Scope 1-3 emissions data by service and Region. Werner Vogels argues that carbon should sit alongside latency and cost in your observability stack. #cloud #sustainability #aws www.infoq.com/news/2026/04...
The "Claude Code" leak is a wild look behind the curtain of AI agent design. A simple packaging error (including source maps in the npm release) exposed 512,000+ lines of Anthropic's TypeScript source. #ai #devops #infosec www.infoq.com/news/2026/04...
GitHub announced that from April 24, Copilot Free, Pro, and Pro+ interaction data will be used for AI model training. Opt-in is the default. Worth reviewing your Copilot settings before the deadline. #github #copilot #ai #privacy #gdpr www.infoq.com/news/2026/04...
Discord shared how they added distributed tracing to their Elixir infrastructure at scale. The challenge: Elixir's actor model lacks a built-in metadata layer for trace context, such as HTTP headers. #elixir #distributedsystems #observability #opentelemetry #discord www.infoq.com/news/2026/03...
Microsoft's Azure Copilot Migration Agent is now in public preview. It handles discovery, dependency mapping, landing zone generation, and wave planning, but won't execute the actual migration. #azure #cloudmigration #microsoft #copilot #aws #devops www.infoq.com/news/2026/03...
AWS finally fixed the S3 global namespace problem 18 years later. www.infoq.com/news/2026/03... #aws #s3 #infrastructureascode
AWS just shipped GA support for Kubernetes Gateway API in its Load Balancer Controller. No more stuffing JSON into annotations, you get type-safe CRDs, proper validation, and clean role separation across platform teams and devs. Covers both L4 and L7 routing.
www.infoq.com/news/2026/03...
Built a tech news aggregator that runs every hour on Azure Functions, pulls from Reddit and Hacker News, and uses Claude as an AI editorial filter, all deployed in under 2 hours with Claude Code.
sjwiggers.com/2026/03/25/b...
#azurefunctions #claudecode #ai #serverless #dotnet #llm #technews
Peter Morgan at QCon London: what if Kafka brokers had no state? Tansu keeps Kafka's protocol but replaces replication and leader elections with pluggable storage — S3, SQLite, or Postgres. www.infoq.com/news/2026/03...
#kafka #opensource #postgres #dataengineering #streaming #distributedsystems
Martin Kleppmann's QCon London keynote:
www.infoq.com/news/2026/03...
#techsovereignty #localfirst #atprotocol #distributedsystems #multicloud
Claude Opus 4.6 found 22 security vulnerabilities in Firefox in two weeks. 14 were high-severity. Mozilla engineers: most AI bug reports are garbage. These came with test cases, proofs of concept, and patches ready to go. #Cybersecurity #AI #Firefox #InfoSec www.infoq.com/news/2026/03...
At QCon London 2026, Ethan Brierley reframed lifetimes not as spans of code, but as sets of loans, a perspective drawn from Polonius, Rust’s experimental borrow checker.
#rustlang #rust #programming #qconlondon www.infoq.com/news/2026/03...
JP Morgan Chase at QCon London: companies end up multi-cloud by accident, acquisitions, shadow IT, GPU chasing, then firefight their way out. Fix: treat it as a product. www.infoq.com/news/2026/03... #multicloud #platformengineering #opentelemetry #fintech #qconlondon
Brilliant talk from Form3 at QCon London on running payments across AWS, GCP & Azure simultaneously for UK banks.
infoq.com/news/2026/03/form3-triple-active-multicloud/
#MultiCloud #CloudArchitecture #FinTech #DistributedSystems #Kubernetes #PlatformEngineering
AWS added OpenClaw as a one-click Lightsail blueprint, a managed deployment for the AI agent with 250K+ GitHub stars. The blueprint itself arrived with 31 unpatched security updates. DEV Community
Easy to deploy doesn't mean safe to deploy.
🔗 www.infoq.com/news/2026/03...
Cloudflare rebuilt Next.js on Vite in a week using AI; 4.4x faster builds, 57% smaller bundles, $1,100 in tokens. Meet #vinext, the experiment that's shaking up the frontend world.
#cloudflare #nextjs #wbdev #ai www.infoq.com/news/2026/03...
Cloudflare brings post-quantum encryption to IPsec using hybrid ML-KEM, cutting through ciphersuite bloat while defending against "harvest now, decrypt later" attacks. No special hardware needed, no extra cost. #postquantum #cloudflare #cybersecurity #ipsec www.infoq.com/news/2026/03...
I covered the release of Claude Opus 4.6, Anthropic's answer to context degradation in long-running agents.
Automatic summarization as conversations approach the 1M token limit. On multi-needle retrieval benchmarks, it's a 4x improvement over the previous model.
www.infoq.com/news/2026/03...
An AI-powered bot systematically exploited GitHub Actions across Microsoft, DataDog, and CNCF repos; 5 out of 7 targets compromised. Turns out CI/CD pipelines have their own version of injection attacks, and most teams aren't ready for them. #githubactions #aisecurity www.infoq.com/news/2026/03...
I covered the release of Claude Opus 4.6, Anthropic's answer to context degradation in long-running agents.
Automatic summarization as conversations approach the 1M token limit. On multi-needle retrieval benchmarks, it's a 4x improvement over the previous model.
www.infoq.com/news/2026/03...
An AI-powered bot systematically exploited GitHub Actions across Microsoft, DataDog, and CNCF repos; 5 out of 7 targets compromised. Turns out CI/CD pipelines have their own version of injection attacks, and most teams aren't ready for them. #githubactions #aisecurity www.infoq.com/news/2026/03...
Cloudflare brings post-quantum encryption to IPsec using hybrid ML-KEM, cutting through ciphersuite bloat while defending against "harvest now, decrypt later" attacks. No special hardware needed, no extra cost. #postquantum #cloudflare #cybersecurity #ipsec www.infoq.com/news/2026/03...
Cloudflare rebuilt Next.js on Vite in a week using AI; 4.4x faster builds, 57% smaller bundles, $1,100 in tokens. Meet #vinext, the experiment that's shaking up the frontend world.
#cloudflare #nextjs #wbdev #ai www.infoq.com/news/2026/03...
OpenAI's $110B raise splits the cloud stack: Azure keeps stateless APIs while AWS gets stateful agent runtimes through a $50B deal for Frontier distribution. This isn't just partnership theater; it's an architectural division. #aws #azure #microsoft #frontier #openai www.infoq.com/news/2026/03...
OpenAI's $110B raise splits the cloud stack: Azure keeps stateless APIs while AWS gets stateful agent runtimes through a $50B deal for Frontier distribution. This isn't just partnership theater; it's an architectural division. #aws #azure #microsoft #frontier #openai www.infoq.com/news/2026/03...
AI coding tools aren't just speeding up development — they're steering which languages developers pick. GitHub calls it a "convenience loop": AI works best with languages it's seen most, so developers flock to those languages, reinforcing the cycle. #github #typescript www.infoq.com/news/2026/03...