惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
小众软件
小众软件
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
酷 壳 – CoolShell
酷 壳 – CoolShell
Apple Machine Learning Research
Apple Machine Learning Research
月光博客
月光博客
人人都是产品经理
人人都是产品经理
大猫的无限游戏
大猫的无限游戏
V
V2EX
阮一峰的网络日志
阮一峰的网络日志
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - Franky
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
博客园 - 聂微东
S
SegmentFault 最新的问题
量子位
宝玉的分享
宝玉的分享
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园_首页

SiliconANGLE

Will agentic AI governance run amok? The lesson of Asimov’s Three Laws - SiliconANGLE AI + quantum, Amazon vs. Starlink and the wide-open US-China internet battle - SiliconANGLE Team Cymru launches Total Insights Feed to replace legacy threat intelligence lists - SiliconANGLE AI Mode in Chrome adds split-screen view to enhance the web search experience - SiliconANGLE Resolve AI raises $40M at $1.5B valuation to optimize production environments - SiliconANGLE How Zscaler and OpenAI turn zero-trust security into an AI accelerator - SiliconANGLE OpenAI ratchets up Codex's agentic capabilities to rival Claude Code - SiliconANGLE Anthropic launches Claude Opus 4.7 with coding, visual reasoning improvements - SiliconANGLE Slash raises $100M at a $1.4B valuation to expand AI-powered banking platform for online businesses - SiliconANGLE Canva unveils Canva AI 2.0, recasting its platform as an agentic system for work - SiliconANGLE Data center, consumer device chips boost TSMC’s revenue - SiliconANGLE Mission-critical security cannot be bolted on, says Oracle - SiliconANGLE Agentic infrastructure reshapes enterprise AI - SiliconANGLE Data quality, and data freedom, foundational for AI success - SiliconANGLE Data trust is a bedrock in successful, scalable AI outcomes - SiliconANGLE Google introduces new agentic AI-ready tools and resources for Android developers  - SiliconANGLE Agentic AI orchestration separates winners from laggards - SiliconANGLE Data-driven tools turning the tide against human trafficking - SiliconANGLE Achieving trusted AI development goes beyond 'vibes' - SiliconANGLE Impinj boosts edge computing power in updated R700 RAIN RFID reader - SiliconANGLE Certinia powers professional services with AI - SiliconANGLE Antioch prepares to accelerate simulated testing for autonomous robots after raising $8.5M - SiliconANGLE Developer tooling startup Expo nabs $45M investment - SiliconANGLE Solidroad lands $25M to bring AI to customer support interactions - SiliconANGLE DuploCloud lands compliance and AI governance certifications as enterprise buyers tighten scrutiny - SiliconANGLE Lua lands $5.8M to help businesses build and manage AI agent workforces - SiliconANGLE Best of frenemies: Oracle's and AWS' clouds unite with dedicated, private connectivity - SiliconANGLE NIST shifts National Vulnerability Database to risk-based triage as CVE submissions hit record levels - SiliconANGLE Cisco goes to the races with new Churchill Downs multiyear partnership - SiliconANGLE Susecon 2026 will tackle the future of open-source platforms - SiliconANGLE
New Signadot skill lets Claude Code, Codex and Cursor val...
Duncan Riley · 2026-05-12 · via SiliconANGLE

New Signadot skill lets Claude Code, Codex and Cursor validate changes in live Kubernetes environments

Microservices testing company Signadot Inc. today launched /signadot-validate, a new skill that lets coding agents such as Anthropic PBC’s Claude Code, OpenAI Group PBC’s Codex and Cursor validate their own changes against production-like Kubernetes environments before handing code back to developers.

The skill is designed to close what Signadot calls the “agent loop” in cloud-native development by giving coding agents the tools and environment access needed to run modified services against real dependencies, read the results and iterate until tests pass.

The launch is seeking to address a gap that has emerged as coding agents have grown more capable at writing code but remain weak at knowing whether the code actually works in complex distributed systems. A change to a single microservice can ripple through databases, message queues, caches and downstream services that an agent never directly touched and unit tests or mocked integration tests typically fail to surface those regressions.

Signadot argues the traditional alternatives do not scale to agentic development. Local Docker Compose stacks drift from production and miss dependencies and per-agent duplicated environments are slow, expensive and capped by cost. Added to the mix is that shared staging environments suffer contention and flakiness that worsen when dozens of agents push changes in parallel.

The result is that developers end up acting as the validation layer, reviewing diffs, running integration tests and debugging downstream failures by hand.

The /signadot-validate skill connects coding agents to Signadot through two surfaces, an Model Context Protocol server for control plane actions and a command-line interface for the local development loop.

The agent uses the MCP server to discover clusters, resolve the workload being modified and look up ports without hardcoded names. It then creates a Signadot Sandbox containing only the modified service, with everything else shared from the baseline cluster and a unique routing key used to isolate the change from other traffic.

Once the environment is running, the agent executes its changed service locally against real dependencies, including Postgres, Kafka, Redis and downstream services pulled from the cluster. Logs stream back live so the agent can iterate without rebuilding container images on every pass.

The skill asks the agent up front which form of validation to use, such as language-native integration tests, an end-to-end framework like Playwright or Cypress, or browser automation. Each request carries the routing key so traffic hits the modified service rather than the baseline.

Failures are returned to the agent, which fixes the code and reruns against the same environment. The routing key remains stable, so pinned tests continue to work. When the validation passes, the environment is left running for developer review.

The /signadot-validate skill is available now for teams running Signadot.

Signadot is a venture capital-backed startup that has raised $4.15 million from investors including Red Point Ventures and Y Combinator Management.

Image: SiliconANGLE/Ideogram

A message from John Furrier, co-founder of SiliconANGLE:

Support our mission to keep content open and free by engaging with theCUBE community. Join theCUBE’s Alumni Trust Network, where technology leaders connect, share intelligence and create opportunities.

  • 15M+ viewers of theCUBE videos, powering conversations across AI, cloud, cybersecurity and more
  • 11.4k+ theCUBE alumni — Connect with more than 11,400 tech and business leaders shaping the future through a unique trusted-based network.

About SiliconANGLE Media

SiliconANGLE Media is a recognized leader in digital media innovation, uniting breakthrough technology, strategic insights and real-time audience engagement. As the parent company of SiliconANGLE, theCUBE Network, theCUBE Research, CUBE365, theCUBE AI and theCUBE SuperStudios — with flagship locations in Silicon Valley and the New York Stock Exchange — SiliconANGLE Media operates at the intersection of media, technology and AI.

Founded by tech visionaries John Furrier and Dave Vellante, SiliconANGLE Media has built a dynamic ecosystem of industry-leading digital media brands that reach 15+ million elite tech professionals. Our new proprietary theCUBE AI Video Cloud is breaking ground in audience interaction, leveraging theCUBEai.com neural network to help technology companies make data-driven decisions and stay at the forefront of industry conversations.