< ciso
brief />
Tag Banner

All news with #agentic ai tag

504 articles · page 7 of 26

Cloudflare Launches Registrar API Beta for Automation

🚀 Cloudflare today launched the Registrar API in beta, enabling programmatic domain search, availability checks, and direct registration. Designed for editors, CI pipelines, and agent-driven workflows, the API exposes a simple Search → Check → Register flow that agents can use to suggest names, confirm pricing, and complete purchases using account defaults. Registrations are offered at-cost, with WHOIS privacy enabled by default and explicit fee acknowledgement required for premium domains.
read more →

Cloudflare Releases Experimental Voice Pipeline for Agents

🔊 Cloudflare released an experimental voice pipeline for the Agents SDK via the @cloudflare/voice package, enabling real-time voice input and output on the same agent architecture developers already use. The extension preserves the same Durable Object instance, Agent class, tooling, and SQLite-backed persistence while adding withVoice, withVoiceInput, React hooks, a framework-agnostic VoiceClient, and built-in Workers AI STT/TTS providers to get started without external API keys. Audio streams over the existing WebSocket, uses continuous STT for turn detection, and streams sentence-chunked TTS to improve time-to-first-audio, while offering hooks, provider adapters, telephony options, and support for multimodal text/voice interactions.
read more →

Cloudflare Workflows V2: Control Plane Rearchitecture

🚀 Cloudflare upgraded Workflows with V2, a rearchitected control plane to meet machine-speed, agent-driven workloads. The update raises defaults to 50,000 concurrent instances, 300 instances/sec per account, and 2,000,000 queued instances per workflow, and introduces horizontally scalable components SousChef and Gatekeeper to distribute metadata and concurrency slots. The redesign preserves reliability via Engine-driven instance state, Durable Object alarms, and a staged, zero‑downtime migration that converted legacy Account Durable Objects into SousChefs.
read more →

Deterministic vs Agentic AI in Security Validation

🔒 AI adoption is now a boardroom expectation, and Pentera’s AI Security and Exposure Report 2026 reports that every CISO surveyed already uses AI across their organizations. The piece argues that fully agentic systems, while powerful and adaptive, introduce probabilistic variability that undermines repeatable, measurable security validation. A hybrid approach—deterministic orchestration for consistent attack chains combined with AI for adaptive payloads and environmental interpretation—provides guardrails while preserving realism. This anchoring enables reliable retesting and continuous exposure validation without sacrificing contextual intelligence.
read more →

AWS Transform Adds Kiro & VS Code Integrations to IDEs

🚀 AWS Transform is now accessible from within Kiro and Visual Studio Code via an AWS Transform Power and an extension, enabling developers to start, run, and monitor agentic migration and modernization jobs directly from their IDEs. The platform offers custom transformations and AWS-managed playbooks for common upgrades — language version bumps and SDK migrations — and supports running agents across thousands of repositories. Job state and context are synchronized across the web console, CLI, and IDEs, and AWS Transform custom is currently available in US East (N. Virginia) and Europe (Frankfurt).
read more →

AI Inflection Point: Strategic Imperatives for CISOs

🤖 AI has moved from experimentation into production in security operations, creating a strategic operating-model choice for CISOs: layer AI onto existing workflows or rebuild processes around it. Defenders briefly hold a Cyber AI Parity Window, but advantage favors teams that adopt multi-agent architectures, embed deep contextual integration and measure outcomes in production. Leaders must demand transparency, reliability and workflow redesign to elevate analysts into oversight and strategy roles.
read more →

Nemotron-3-Super-120B and Qwen3.5 Models Added to SageMaker

🚀 Amazon SageMaker JumpStart now includes NVIDIA’s Nemotron-3-Super-120B and the Qwen3.5 family (9B and 27B), giving customers turnkey access to foundation models optimized for agentic reasoning, multilingual coding, and advanced instruction following. Nemotron-3-Super-120B employs a hybrid LatentMixture-of-Experts architecture with Mamba-2 and MoE layers to support collaborative agents and high-volume automation such as IT ticket triage and cybersecurity workflows. The Qwen3.5-9B prioritizes efficiency for resource-constrained environments, while Qwen3.5-27B offers deeper contextual and multimodal reasoning for large-scale document processing and complex scenarios. Users can deploy these models directly from the JumpStart catalog or programmatically via the SageMaker Python SDK.
read more →

Anthropic's Mythos Spurs Structural Cybersecurity Shift

⚠️A new Cloud Security Alliance (CSA) briefing warns that Anthropic's Claude Mythos (Preview) marks a structural shift in cybersecurity. The model can autonomously discover and exploit thousands of vulnerabilities and orchestrate attacks at speeds that compress discovery-to-weaponization from weeks to hours. The paper — informed by leading security figures — says Mythos is not an outlier and urges CISOs to build Mythos-ready programs, harden fundamentals, and elevate the issue to the board.
read more →

Durable Object Facets: Isolated Databases for Workers

🧩 Durable Object Facets let you instantiate dynamic Durable Object classes inside a supervisor Durable Object, giving each AI-generated app its own isolated SQLite-backed storage. Using the Dynamic Worker Loader API, a supervisor loads agent code, instantiates the exported DurableObject class as a facet via this.ctx.facets.get(...), and forwards requests while retaining logging, quotas, and billing controls. Facets enable near-zero-latency local storage and safe multi-tenant application patterns.
read more →

Cloudflare Sandboxes and Containers Reach General Availability

🧰 Cloudflare has declared Sandboxes and Cloudflare Containers generally available, delivering persistent, isolated development environments tailored for AI agents and human developers. Key additions include secure credential injection via an egress proxy, PTY-backed WebSocket terminals, persistent Python/JavaScript/TypeScript interpreters, filesystem event streams, background dev servers with public preview URLs, and fast disk-state snapshots. Higher instance limits and Active CPU Pricing reduce cost and improve scalability; the SDK is at version 0.8.9.
read more →

Your MTTD Looks Great — Fix the Post-Alert Investigation Gap

🔍 Detection tooling has pushed MTTD toward zero for known techniques, but real risk now lives in the post-alert investigation gap. Alerts still require analysts to assemble context across multiple tools, queue work, and perform 20–40 minute investigations — timelines attackers now exploit in seconds or minutes. Agentic AI can collapse that window by investigating every alert, correlating evidence, and producing defensible determinations in minutes. Prophet Security positions AI-driven investigation as the lever that shifts SOC reporting from throughput to actual security outcomes.
read more →

Building the Internet for Agents: Cloudflare’s Agents Week

🔔 Cloudflare is launching Agents Week to announce platform work aimed at scaling one-to-one AI agents across the Internet. The post argues that traditional container-based cloud models don't map well to ephemeral, per-user agents and highlights Workers and lightweight isolates as efficient primitives alongside GA container sandboxes and improved browser rendering. It also stresses integrating security, identity, payment, and open standards like MCP to make agents practical and sustainable.
read more →

SAP Concur Automates Expense Reporting with Agentic AI

🤖 SAP Concur and Google Cloud modernized expense automation by upgrading ExpenseIt from OCR-first processing to an agentic AI workflow that reasons about missing data. The system combines a deterministic text-extraction core with a Gemini-powered Receipt Analysis Agent that triggers only for ambiguous receipts. Using routing, contextual reasoning, and tool access to travel and calendar data, the agent infers missing fields and completes entries, reducing manual corrections and speeding expense submission.
read more →

Achieving Near-100% Agent Accuracy with Context Engineering

🧭 This article explains why agentic workflows need near-100% accuracy when they query enterprise databases and how comprehensive context engineering can deliver it. It introduces QueryData as a tool that combines three context pillars—Schema Ontology, Query Blueprints, and Value Searches—to guide LLMs toward correct, auditable SQL. A real-estate tenant onboarding example illustrates the risk of compounding errors, and the post recommends templates, facets, and database-aware value lookups to ensure both accuracy and explainability for human-in-the-loop verification.
read more →

Accelerating Public Sector Innovation with Gemini Platform

🤖 Google positions Gemini Enterprise as a unified agentic platform and offers Gemini for Government to help public sector organizations move beyond pilots to agency-wide deployments that accelerate mission outcomes. Agencies including the CDAO, DOT, and FDA are deploying agents for administrative tasks, regulatory reviews, and scientific collaboration, while state and local governments modernize services and constituent support. Google highlights an integrated stack built for velocity, precision, cost efficiency, and security, cites industry recognition, and invites leaders to engage at Google Cloud Next.
read more →

Local Testing of a Multi-Agent System with Vertex AI Memory

🧪 This article describes how to validate the Dev Signal multi-agent system locally before deploying to Cloud Run. It covers configuring local secrets, an environment-aware env utility that initializes Vertex AI, and a test runner which connects to the cloud-based Vertex AI memory bank to persist user preferences. The guide demonstrates a two-phase scenario that teaches preferences, generates multimodal content, wipes local session history, and verifies cross-session memory recall.
read more →

OpenSearch Adds Managed Prometheus and Agent Tracing

🔧 Amazon OpenSearch Service now delivers a unified observability workspace that combines metrics, logs, traces, and AI agent tracing with native integration for Amazon Managed Service for Prometheus. You can query Prometheus metrics directly with PromQL alongside logs and traces in the OpenSearch UI using live queries that avoid data duplication and reduce costs compared with premium platforms. New RED-based application monitoring workflows and OpenTelemetry GenAI semantic conventions enable correlating slow traces, overlaying Prometheus metrics on service dashboards, and tracing LLM agent execution within a single tool.
read more →

The Agentic SOC: Rethinking SecOps for the Next Decade

🔐 The agentic SOC reframes SecOps from reactive incident handling toward adaptive, autonomous defense where AI agents work alongside humans to accelerate investigation, prioritization, and action. Built on deterministic, policy‑bound protections and agentic orchestration, it aims to block high‑confidence threats at machine speed while freeing analysts for strategic judgment. Early results show faster containment and large‑scale automation of routine investigations. Organizations progress through unified platform, generative AI for triage, and full agentic automation as trust and governance mature.
read more →

AWS Agent Registry for AgentCore Now Available in Preview

🔍 AWS has previewed the Agent Registry in AgentCore, a private, governed catalog and discovery layer for agents, tools, skills, MCP servers, and custom resources across an organization. The registry is accessible via the AgentCore Console, APIs (AWS CLI, AWS SDK), or as an MCP server that builders can query from their IDEs, and it supports IAM and OAuth (Custom JWT) access. Teams can register resources manually or use URL-based discovery to harvest metadata from live endpoints; records pass through an approval workflow and are auditable via AWS CloudTrail. Semantic and keyword search lets developers find capabilities by describing use cases in natural language.
read more →

Using AI Agents to Detect Documentation Breakage in OSS

🤖 Drasi's team turned documentation testing into a monitoring problem by running AI-driven synthetic users that follow tutorials verbatim inside Dev Containers using the GitHub Copilot CLI. The agent is naïve, literal, and unforgiving: it executes commands exactly, verifies outputs, and captures screenshots, terminal logs, and a final markdown report. Weekly automated runs detect silent drift and environment regressions; failures automatically file issues with reproducible artifacts.
read more →