TNS
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
NEW! Try Stackie AI
Interested in collaborating with The New Stack? Let's host a webinar together. 🚀
UPCOMING WEBINARS
Smarter Alerting at Scale: Live OpenSearch Demo on PPL & Unified Alerting
September 10, 2026 9 AM PT | 12 PM ET

At scale, most observability platforms force a tradeoff: alert on everything and pay exponentially, or limit what you monitor and accept the blind spots. This session is a live technical deep dive for SREs and platform engineers who’ve hit the wall on alert rule sprawl, false positive fatigue, and siloed notification routing. We cover two OpenSearch capabilities, PPL (Piped Processing Language) and The Unified Alert Manager, that directly address these problems and everything shown runs under Apache 2.0, with no feature tier, no licensing negotiation, and no ingestion ceiling where it stops being cost-effective to alert on something.

The New Stack Host, Charles Humble, and Joshua Bright, an OpenSearch project maintainer at Amazon, will walk you through both the architecture and the operational workflow hands-on. Bring your alerting questions: the Q&A is open, and there’s no better person to answer them.

Register today
The AI-Speed SOC: A Peer Workshop for Security Leaders
September 15, 2026 8:30 AM PT | 11:30 AM ET

Alert volumes are climbing. Attackers are using AI to move faster than most SOCs can respond. And every CISO we talk to is asking the same question: what does a security operations center actually look like when AI becomes part of its core architecture?

On September 15, a small group of CISOs and SOC leaders will come together for a closed-door working session to answer that question from the inside. Jami Hughes (Deputy CISO, Zions Bancorporation, with two decades of security leadership across Citigroup, Capital One, and American Express) and Oren Saban (Co-Founder & CPO, Mate Security, formerly product lead for Microsoft Defender XDR and Security Copilot) will open with a moderated conversation led by journalist Carly Page, then the room breaks into small-group roundtables where you’ll share approaches and challenges directly with peers who live your operating reality. Chatham House Rules apply throughout, so the conversation can be as honest as the problem demands.

This is limited to 20-25 security leaders and every application is reviewed for alignment. We’re building a room where every person contributes, not an audience that listens.

Who should apply:

CISOs, SOC Directors, Incident Response Managers, and security operations leaders at enterprises running dedicated SOC teams of 10 or more. If you’re actively managing alert volume, evaluating AI-driven detection and response tooling, or rethinking how your security operations team is structured for what’s coming next, this session was built for you.

Register today
What Breaks in Your Retrieval Layer When Hundreds of Agents Hit It at Once
September 22, 2026 9am PT | 12pm ET

A retrieval layer serving human queries is one thing. A retrieval layer serving hundreds of concurrent agents, each potentially retrieving, reasoning, reformulating, and retrieving again, is a very different system. This isn’t a conventional concurrency problem; agent workloads multiply retrieval demand while raising the bar for freshness, relevance, and latency all at once. Most retrieval architectures weren’t built for this operating model. This session explores what happens when they encounter it, and why “add more caching” or “throw a bigger vector database at it” doesn’t solve the underlying problem.

Whit Walters, author of GigaOm’s Defeating the Integration Tax, and Bonnie Chase from Vespa.ai walk through the specific failure modes that show up when retrieval has to serve agent workloads instead of human ones: latency stacking, stale context, relevance drift under concurrent load, and the operational overhead of a fragmented stack trying to keep up. We’ll show you what a retrieval architecture actually looks like when it’s under that kind of pressure and what changes when it’s built as a unified layer instead of a bolted-together pipeline.

If you’re building agent systems and haven’t hit this wall yet, you will. We’ll show you where it is before you find it in production.

Register today
Human Review vs. Verified Pipelines: What Catches Bugs in the Age of AI Code
September 29, 2026 11:30am PT | 2:30pm ET

AI agents write code faster than any team can review it. Pull request volume is up nearly 2x. Bugs are up 54%. Incidents per pull request have nearly tripled. The instinctive response from most teams has been to add more review or to have AI review AI’s own work but neither fixes the problem, because the reviewer and the code came from the same training data, with the same blind spots.

In this session, The New Stack’s Viktor Farcic sits down with John Bristowe, Principal Developer Advocate at Octopus Deploy, for an unscripted conversation about why code review is breaking down under AI-generated volume and what a pipeline that verifies every deployment against a defined set of rules actually looks like in practice, regardless of whether a human, an AI agent, or a very determined intern wrote the code.

Expect a debate on where review still earns its keep and where it needs to step aside for the pipeline. You’ll will walk away with a practical model for drawing that line on their own teams, plus access to an exclusive companion resource built specifically for this session.

Register today
RECENT WEBINARS
Webinar Poster Image for Still Managing Separate Access Tools for Humans, Pipelines, and AI Agents?
Still Managing Separate Access Tools for Humans, Pipelines, and AI Agents?
July 28, 2026 Now Available On-Demand

Most access strategies weren’t designed for non-human identities. Traditional PAM tracks admin sessions and VPNs grant broad network entry. Zero trust frameworks assume you can verify identity upfront, which gets complicated fast when your principal is a CI/CD job, a service account, or an AI agent making tool calls across your infrastructure.

In this session, Tailscale’s Solutions Engineer Kartik Bharath and Product Manager XingLu Wang worked through what a unified access architecture actually covers today: human developers, contractors, pipelines, and AI agents, under one consistent policy model, without adding IT overhead or slowing down engineering teams. They illustrated Tailscale’s stack, including Border0+Tailscale for privileged access and Aperture for AI agent controls, and walked through real architectural decisions and the tradeoffs involved.

Webinar Poster Image for Log Everything, Alert Smarter: A SecOps Framework for AI-Driven Detection
Log Everything, Alert Smarter: A SecOps Framework for AI-Driven Detection
July 23, 2026 Now Available On-Demand

SecOps teams are caught in a never-ending alert-fatigue cycle. More detection rules generate more alerts, more alerts overwhelm analysts, and overwhelmed analysts miss the threats that matter. Meanwhile, the pressure to expand data collection keeps growing; from compliance requirements, from AI tools that need telemetry to function, and from leadership that equates coverage with visibility.

Breaking that cycle means rethinking three things at once: how you model detection, how AI fits into the actual workflow, and how you manage the data underneath it all.

In this session, Chas Clawson, VP of Security Strategy at Sumo Logic, shared a practical framework for SecOps teams working to get control of their signal-to-noise problem with specific guidance on where AI makes the biggest operational difference.

Webinar Poster Image for OpenSearch vs. the black box: one open-source stack for traditional observability and AI agent evaluation
OpenSearch vs. the black box: one open-source stack for traditional observability and AI agent evaluation
July 22, 2026 Now Available On-Demand

Distributed systems observability is a solved problem until AI agents enter the picture. They degrade, hallucinate, over-consume, and make tool calls in sequences you didn’t anticipate, none of which maps neatly to the log-metric-trace model your stack was built around. What most teams are missing isn’t more tooling; it’s a unified architecture that treats AI agent observability as a first-class problem, and OpenSearch combined with OpenTelemetry is increasingly where that architecture lives. In this session, Dotan Horovits (AWS & OpenSearch Ambassador) and Rekha Thottan (AWS) walks through full-stack observability across both layers: a live troubleshooting simulation using correlated logs, metrics, and traces, followed by how agent traces flow through the same OTel pipelines as your standard services and how Agent Health, an open-source evaluation framework, gives you a structured pre-production benchmark before rogue agent behavior becomes a production incident.

Webinar Poster Image for Operationalizing AI in Observability: From Debugging to Automated Remediation
Operationalizing AI in Observability: From Debugging to Automated Remediation
June 30, 2026 NOW AVAILABLE ON DEMAND
Engineering teams today have more observability data than ever, which means getting to an answer can take too long. Humans are still the bottleneck, manually pivoting between dashboards, logs, and traces, rebuilding context from scratch every time something breaks. High performing teams are shifting from human stitching together signals to AI systems that can understand, investigate, and act across the entire environment. In this session, Vignesh Palaniappan walked through what operationalizing AI in observability actually looks like in practice, with real use case examples across each stage of the journey, from faster investigation to fully autonomous remediation.
 
Webinar Poster Image for The Kubernetes rightsizing trust gap: Why the stakes just got higher
The Kubernetes rightsizing trust gap: Why the stakes just got higher
June 24, 2026 NOW AVAILABLE ON DEMAND

Most platform teams had a working theory about Kubernetes rightsizing before AI workloads arrived and raised the cost of deferring: recommendations are useful, humans should review them, and automation can wait until teams are more confident. That position becomes harder to defend when workloads include inference endpoints running at peak load, bursty ML training jobs, and GPU-adjacent containers that cost real money every hour they’re overprovisioned. While 89% of engineering teams consider rightsizing automation mission-critical, 71% still require human review for every change, and only 17% have reached continuous automated optimization. The gap isn’t technical, it’s a trust problem. Join CloudBolt’s Yasmin Rajabi and Reid Vandewiele as they share the mechanics that let teams move from advisory recommendations to conditional autonomy to continuous optimization for Kubernetes and AI workloads, without the all-or-nothing leap that keeps many teams stuck waiting longer.

Webinar Poster Image for From Silos to Governance: Securing IT/OT Data Movement
From Silos to Governance: Securing IT/OT Data Movement
June 23, 2026 NOW AVAILABLE ON DEMAND
IT and OT environments were never designed to talk to each other, but as organizations connect operational technology to broader networks and cloud infrastructure, the seams between IT and OT have become some of the most exposed attack surfaces in the enterprise. Manual scripts, point-to-point integrations, and one-off file transfers create security blind spots and compliance exposure that are difficult to audit and remediate at scale. In this session, Fortra’s Jerrod Foster & Michael Barford walked through the fundamentals of IT/OT integration, where the security and compliance risks actually live, and how a managed file transfer architecture built for complex environments can replace fragile, ungoverned data movement with something organizations can actually control, audit, and maintain at scale.
 
Webinar Poster Image for Beyond the SRE: Democratizing Observability Data with GenAI
Beyond the SRE: Democratizing Observability Data with GenAI
May 12, 2026 NOW AVAILABLE ON DEMAND
Observability data has long been the domain of SREs and IT operations teams, but that’s starting to change. GenAI is making it possible for developers, DevOps engineers, application owners, and business stakeholders to tap into observability data directly, asking questions in plain language and getting real answers without needing to be experts. This shift matters because the questions worth asking aren’t only coming from operations. Developers want to debug production systems without waiting. Business owners want to understand outage impact. Compliance teams need to investigate PII exposure across historical and real-time data—yet too often, those answers take too long to resolve. In this session, Elastic’s Thaddeus Walsh and Brad Quarry show how OpenTelemetry brings observability data together in context, and how GenAI unlocks it for a wider range of roles and use cases.
 
Webinar Poster Image for Your Delivery Pipeline’s Impact on AI Productivity
Your Delivery Pipeline’s Impact on AI Productivity
May 7, 2026 NOW AVAILABLE ON DEMAND

Organizations are rapidly pouring money into AI tools, expecting faster, more reliable software delivery—but gains aren’t showing up where it counts.Developers are moving faster, yet throughput gets absorbed between the code editor and production. With only 1% of companies mature in deployment, AI productivity rarely translates into outcomes. When deployment, testing, security, compliance, and incident management remain manual, AI-generated code amplifies bottlenecks. In this session, Charlotte Fleming and Steve Fenton explored why AI gains stall, how pipelines absorb throughput, which Continuous Delivery capabilities matter most, and how to close the automation gap.

 
Webinar Poster Image for From Vectors to Tensors: Expanding the Possibilities of AI Search
From Vectors to Tensors: Expanding the Possibilities of AI Search
May 5, 2026 NOW AVAILABLE ON DEMAND

Vector embeddings transformed how we build search and retrieval systems, and if you’ve shipped production applications on top of them, you already know what they can do—and may also be starting to discover what they can’t. Vectors are powerful, but they represent a single point in space, while complex search problems involving multiple signals, multimodal data, or nuanced relevance ranking require something more expressive. Tensors extend what’s possible, enabling richer representations, more sophisticated scoring, and retrieval that can reason across dimensions that vector search simply wasn’t built to handle. In this session, Vespa.ai’s Bonnie Chase, Director of Product Marketing, and Zohar Nissare-Houssen, Strategic Presales Lead Engineer, offer a practical primer on what tensors are, why they matter, and what they make possible in real-world applications, along with concrete use cases across retail, life sciences, and financial services.

Webinar Poster Image for Spotify’s Adoption of Agentic-First Development
Spotify’s Adoption of Agentic-First Development
April 29, 2026 NOW AVAILABLE ON DEMAND

AI agents are changing not just how software gets written, but who is responsible for it, how teams are structured, and what it means to own a system when an agent can modify thousands of components at once. Most organizations aren’t ready. The ones that are built rigorous platform foundations. Spotify is one of the few operating at that level. In this online event, TNS host Jennifer Riggins sat down with Spotify’s Stefan Särne and Sanjana Seetharam to explore what agentic-first development looks like at scale, what changed, what broke, and which platform principles made it work.

TNS DAILY NEWSLETTER Stay informed of upcoming webinars with The New Stack