In this issue, September 15, 2026 View it in your browser.

GPT-6 Astra, Spec-Driven, Agent Sandbox, Platform Eng, Lambda SnapStart, 1M Sandboxes, Solopreneur, vlt 1.0, RFC 10008, iOS 27 Virt, Netflix Conductor, Second Brains, Autonomous Teams

QCon AI New York (Dec 15-16): Six topics picked by engineers running agents in production.

Plenty of teams have built an agent. Far fewer have run one in production long enough to learn what it costs to keep running, or how to tell when it is quietly failing. QCon AI New York is two days with the engineers who have, chaired by Hien Luu. See the topics.

 

Sponsored by Harness

Beyond the PR: The New Control Plane for Agentic Software Delivery - Sponsored by Harness

Beyond the PR: The New Control Plane for Agentic Software Delivery

AI coding agents can write code and open pull requests—but production software still requires testing, security, approvals, and reliable rollbacks. Discover how agent-native CLIs and MCP can give AI agents safe, controlled access to the full software delivery lifecycle. Live Webinar, September 17th, 2026 - Save your Seat.

TOP AI, ML & Data Engineering NEWS HEADLINES

  1. NVIDIA Personal AI Router Distributes AI Tasks across Local Compute

  2. How LinkedIn Trains AI Job Search 8x Faster with Multi-Teacher Distillation

  3. OpenAI Releases GPT-6 Astra for Coding and Computer Use

  4. GitHub Copilot's Project HydraFusion Promises Frontier Level Performance Through Multi-Model Routing

When Spec-Driven Development Pays Off

AI coding assistants have become a core part of software development. AI-generated code has shown productivity gains, but it's also contributing to security weaknesses and familiar bug patterns. In this article, author Nitin Garg highlights the bottleneck has moved from code generation to code verification, and how to detect & mitigate it when the AI-generated behavior diverges from the intent. (Article)

From Retrieval to Reasoning: Building Production-Ready Agentic AI Systems with Knowledge Graphs

Cassie Shum discusses why knowledge graphs serve as a critical foundation for agentic systems. Moving beyond basic RAG, she explains 4 practical architectural patterns: context bundling, decision provenance, code as truth, and agent visibility. She demonstrates an engineering harness built on a knowledge graph to streamline feedback loops, optimize token usage, and maintain system reliability. (Presentation with transcript included)

From AI Agent Demo to Production: Automated Testing and Evaluation

Zhou Yu discusses why AI agents stall in demo phase and shares how simulation-driven testing solves compliance and reliability bottlenecks. Learn how Columbia and Arklex AI use synthetic user personas, trajectory entropy, and automated CI/CD pipelines to evaluate multi-turn agents, catch edge cases before deployment, and scale self-learning workflows in production. (Presentation with transcript included)

Sponsored by Akka

We Ported 65 Open-Source Projects with AI - Sponsored by Akka

We Ported 65 Open-Source Projects with AI — Unattended, Tests Passing

Can AI rewrite entire applications and prove they still work? We put AI to the test across 65 open-source projects, validating unattended rewrites with each project's own tests. 57 of 65 showed LOC or performance improvements. Discover the practical lessons for making AI-driven code transformation work. Read the full results.

TOP DevOps NEWS HEADLINES

  1. Terraform AWS Provider Continues Rapid Expansion as AWS Infrastructure Becomes More Complex

  2. Session Traces and Cost Controls Help Diagnose AI Agent Failures

  3. HashiCorp Packer 1.16 Adds Native SLSA Provenance Generation and Verification for Machine Images

  4. GitLab Warns That AI Agent Sandboxes Are Only as Secure as Their Network Access

  5. Does ICANN Open the Door on Identity Theft by Dropping 3rd Level .name Domains Registrations?

Platform Engineering in the Age of AI

The panelists explain how platform teams adapt to support AI-assisted engineering, highlighting which capabilities belong in the platform. They discuss trade-offs between standardization and developer autonomy, while sharing strategies to manage AI tooling, security guardrails, and shifting workflows. (Presentation with transcript included)

TOP Cloud NEWS HEADLINES

  1. Cloudflare Tests Cache Transcoding to Reduce Storage Requirements

  2. Lambda SnapStart Comes to Container Images, Ending a Packaging Tradeoff

  3. Azure Virtual Desktop Hybrid Reaches GA with Licensing Details Unpublished

  4. Zone Redundancy Comes to API Management Standard v2

Implementing Chaos Engineering in Financial Payment Systems: Lessons from Enterprise ECS Deployments

Standard chaos engineering assumes experiments stop cleanly, blast radius is knowable in advance, and production is fair game. Payment systems violate all three. Salim Adedeji describes ECS-specific failure modes from enterprise deployments: a 60-second DNS TTL that produced 93-second failover, retry logic amplifying database load 2.4x, and AZ rebalancing loops that generic tooling misses. (Article)

How To Run on Three Clouds at Once, and When Not To

Ross McFarlane and Kevin Holditch discuss Form3's evolution from a single-cloud setup to a triple active multi-cloud architecture. They share key engineering strategies for cross-cloud networking, distributed databases with CockroachDB and NATS, custom Kubernetes operators, and navigating distinct regional disaster recovery expectations across the UK, Europe, and US financial markets. (Presentation with transcript included)

Fixing the AI Infra Scale Problem by Stuffing 1M Sandboxes in a Single Server

Felipe Huici explains how Unikraft achieves millisecond cold boots, stateful scale-to-zero, and extreme density for sandboxing AI workloads. He discusses isolation primitives, Linux kernel optimizations, and snapshotting tricks, demonstrating how to maintain sub-10ms performance at scale while integrating seamlessly into Kubernetes environments with hardware-level security. (Presentation with transcript included)

TOP Development NEWS HEADLINES

  1. One Decade of Rustls: Evolution, Benchmarks, and Future Roadmap

  2. Advancing Embedded Go: Recoverable Panics, UEFI, Radio and Hardware Dev Kit

  3. CPython Officially Adds RISC-V Support as a Tier 3 Platform

  4. vim.async's Addition Modernizes Neovim’s Async Architecture for Better Stability

  5. CERN Renounces RHEL in Favor of Debian for its Accelerator Controls Infrastructure

A Solopreneur's Journey: From Engineer to Puzzle Master and Storyteller

Joe Cassavaugh shares his journey from software engineer to successful solopreneur with a $2M+ indie franchise. He explains how he scaled production to 10 games in 5 years, adopted Unity to boost velocity 4-6x, optimized content pipelines, and leveraged refactoring patterns. He discusses key trade-offs between corporate engineering and solopreneurship for senior devs and leaders. (Presentation with transcript included)

Accelerating Performance by Incrementally Integrating Rust Into Existing Codebase

Lily Mara explains how to avoid high-risk software rewrites through incremental FFI refactoring. She shares how engineering teams can replace Python bottlenecks with Rust via PyO3, demonstrating how to achieve dramatic function-level speedups, seamless integration testing, and meaningful infrastructure cost savings without microservice overhead. (Presentation with transcript included)

Java News Roundup: TornadoVM 6, JReleaser, LangChain4j, Java Operator SDK, JHipster, Yupiik Fusion

This week's Java roundup for August 31st, 2026, features news highlighting: the GA release of TornadoVM 6.0; point releases of JReleaser, LangChain4j, Java Operator SDK, JHipster, Kotlin Toolchain and Yupiik Fusion; and maintenance releases of Micronaut and GraalVM Development Kit. (News)

TOP Web Development NEWS HEADLINES

  1. IETF Publishes RFC 10008, Adding the QUERY Method for Safe Requests with a Body

  2. vlt 1.0 Ships as a Drop-in npm Replacement with Phased Installs, Graph Queries, and Malware-Blocking

tsgolint Reaches Stable v7, Bringing Go-Powered Type-Aware Linting to Oxlint

tsgolint has released a stable v7, enhancing TypeScript linting with native Go speed. It offers type-aware linting, leveraging TypeScript's semantic analysis through the typescript-go compiler. Oxlint manages configurations and file discovery. The release, compatible with TypeScript 7.0.2, handles 59 of 61 type-aware rules and shows significant performance improvements over ESLint. (News)

Open-Source Project Brings Full iOS 27 Virtualization to Apple Silicon

The open-Source project vphone-cli enables a full iOS 27 system to run as a virtual machine on Apple Silicon. Built on Apple's own Virtualization.framework rather than traditional emulation, the project opens up new possibilities for security research, reverse engineering, and automated iOS testing. (News)

TOP Architecture & Design NEWS HEADLINES

  1. Netflix Reworks Conductor for 420 Million Monthly Workflow Executions and 10X Larger Workflows

  2. Meta's Recipe for Building Agents as "Organizational Second Brains"

Netflix Moves toward Open Source Flink Autoscaler for 30,000+ Streaming Jobs

Netflix is moving toward the open-source Apache Flink Autoscaler for more than 30,000 streaming jobs across multiple AWS regions. The operator-level approach addresses limitations of Netflix’s cluster level autoscaler for complex, stateful pipelines. Netflix reports a 58% reduction in annualized Flink compute expenditure for one team, saving approximately $1.1 million annually. (News)

Beyond Autonomous Teams in Software Product Development

Autonomous teams are an article of faith in modern software development. The shape of our value determines what we can do; it determines our trade-offs between agency and coherence. We all have a purpose, and we all have agency to do something, hence the suggestion is moving from product focus to value center thinking. (News)

SPONSORED CONTENT

Latest Sponsored Resources

document AI Playbook for Engineering Leaders: From AI Experiments to Production Systems

document Context Lake vs. Data Lake: A New Architecture for Modern AI