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 17, 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
What Breaks in Your Retrieval Layer When Hundreds of Agents Hit It at Once
September 24, 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
From Manual to Automated: How WHOOP Transformed Vulnerability Response
October 7, 2026 9:30 AM PT | 12:30 PM ET

For WHOOP’s security team, a critical vulnerability used to mean an entire team of engineers and days of manual, all-hands triage: tracking down where the vulnerability existed, determining which systems were exposed, and coordinating remediation.  With Datadog, WHOOP built a workflow in a single afternoon that continuously scans vulnerability sources, identifies internal exposure, and initiates remediation with minimal hands-on effort.

At this virtual event, TNS host Jennifer Riggins talks with WHOOP Staff Engineer Vinay Raghu and Datadog Senior Product Manager Amber Tunnell about how WHOOP built this automated vulnerability-response workflow using Datadog Bits AI and Workflow Automation. Vinay will walk through how the workflow operates and share how WHOOP approached the technical, operational, and trust considerations involved in automating a critical security process.

You’ll see how Bits AI and Workflow Automation work together to help engineering teams move from manual, all-hands vulnerability response to a faster, more scalable approach.

Register today
Why the Best Reranker Can’t Fix Bad Retrieval
October 13, 2026 10 AM PT | 1 PM ET

Most teams solve slow, imprecise AI search the same way: retrieve a large candidate set and send it through a bigger model to rerank it into shape. It works, until the dataset, the traffic, and the model bill all grow at once, and the fix that used to work becomes the most expensive line in the stack. The deeper problem sits earlier in the pipeline. No reranker, however capable, can recover a relevant result that retrieval never surfaced in the first place. If the right passage isn’t in the candidate set, ranking it well was never on the table, whether the thing reading the results is a person or an agent deciding what to do next.

In this session, Bonnie Chase and Jenny Morris from Vespa.ai will walk through how to design retrieval as a funnel instead of a single expensive pass: efficient candidate generation first, progressive narrowing through lexical, vector, and hybrid retrieval, and the most expensive ranking models reserved for the candidates where they can actually change the outcome. You will find out where teams get this boundary wrong in production and how the tradeoffs between latency, compute, and relevance actually get decided at each stage.

Register today
Six Data Requirements to Get Your AI Agents from Demo to Production
October 14, 2026 8:30 AM PT | 11:30 AM ET

The good news is that most enterprise AI pilots work perfectly. The bad news: Most production deployments do anything but. The problem starts beneath the model, at the infrastructure layer. When AI agents link decisions across systems, every weak point in the data architecture is tested at every step. Stale vector indexes, disconnected graph databases, and governance written out in a policy doc instead of being active in the pipeline: Each of these points is a failure mode that melts a successful demo into a production problem.

In this session, Ravi Marwaha, COO and Chief Product & Technology Officer at Arango, will walk through the six architectural requirements that distinguish AI systems stuck in the pilot phase from those that are operating reliably at scale: semantic clarity, entity resolution and relationships, temporal awareness, auditability and governance, agentic integration, and unified persistence. Each requirement is grounded in real production patterns, including how financial services and clinical research organizations have used a contextual data layer to compress manual work that once took weeks into minutes.

You’ll leave with a concrete framework for evaluating whether your current architecture can support the agents you’re building or whether you’re building on a foundation that was never designed to carry them.

Register today
Postgres at Scale: What Breaks (and What Doesn’t) When Live Data Grows
October 21, 2026 9:30am PT | 12:30pm ET

Postgres runs everything until it doesn’t. Time-series and high-ingest workloads eventually hit the same wall: index bloat, vacuum overhead, and a query planner that stops cooperating once tables cross a certain size. Most teams’ next move is to rip Postgres out and stand up something new, which is a decision that trades one set of problems for another.

In this session, Tiger Data’s Matty Stratton walks through exactly where vanilla Postgres starts to strain under scale, what changes structurally when you extend it with TimescaleDB, and via a live demo what actually breaks at scale versus what doesn’t. Plus, you’ll leave with a concrete scorecard for your own systems.

Register today
Provisioned Access vs. Emergent Access: Tracing AI Agents Back to the Humans Behind Them
October 27, 2026 8:30am PT | 11:30am ET

An AI agent spins up a service account to finish a task or it inherits a permission set nobody remembers granting. But weeks later, it touches something it shouldn’t have and the incident report has nowhere to point and the identity provider has no record. The audit log has a gap and the team is left reconstructing what happened from Slack messages and guesswork.

That’s the gap most platform and security teams haven’t closed yet. Humans get provisioned access, run through a system built specifically to track who has what and why. Agents get emergent access — permissions they pick up, inherit, or generate on their own, with no equivalent system watching any of it.

In this live session, TNS host Viktor Farcic sits down with CloudBolt’s Shawn Petty (Chief Customer Officer) and Mike Bombard (Director of Global Pre-Sales Engineering) to close that gap: tying agent activity back to your existing identity provider, controlling exactly what agents are allowed to touch, and keeping a full audit trail instead of a black box.

Shawn and Mike will run the actual tracing process live on CloudBolt’s platform, so you can watch an agent’s action get traced back to a real, accountable identity in real time. If your team has agents touching production and no clean answer for who’s responsible when something breaks, this session is built for you.

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