Want to speak? Submit your talk and join our line up of speakers!
Community
Community
Overview
The story and values that drive us
Ambassadors
Become a Platform Engineering Ambassador
Events
Check out upcoming events near you
Reports
Check out the #1 source of industry stats
Jobs
Find your next  platform engineering role
Join Community
Join and contribute
Vendor opportunities
Certifications
Introduction to Platform Engineering
Platform Engineering Certified Practitioner
Platform Engineering Certified Professional
Platform Engineering Certified Leader
Platform Engineering Certified Architect
new
...and many more. Check out Platform Engineering University
Get Certified
For organizations
FOR ENTERPRISE TEAMS
Training
Advisory
Case study
Platform engineering at Fortune 200 scale
Case study
Platform engineering trainings. Surgically delivered.
FOR Partners
Service Provider
Training Reseller
Certified Provider Directory
BlogLandscape
Get certified
Join community
Join community
Get certified
All events
Meet Unify: Governed AI that knows your delivery
Virtual
In-person
Meet Unify: Governed AI that knows your delivery
Apr 21, 2026
7:00 pm
CEST
CET
-
45 minutes
CloudBees Unify is an open DevOps control plane that connects your CI/CD tools, pipelines, and teams into a single view of software delivery. It brings governance, security, analytics, and release coordination together - helping organizations reduce tool sprawl, improve developer productivity, and ship software faster.
Register
Watch recording
Speaker
Sylvain Deyris
Sr. Director, Product Management @ CloudBees
Speaker
Speaker
Speaker

Modern software delivery has become a maze of disconnected tools, each speaking its own language. While your Jenkins pipeline reports green builds and GitHub shows passing checks, none of these tools can answer the question that actually matters: are we safe to ship? CloudBees Unify addresses this fundamental gap by creating a control and context plane that connects your existing tools, provides end-to-end visibility, and enables AI-assisted operations with proper guardrails.

Main insights

  • Enterprise teams use 40-80 different tools for software delivery, creating visibility gaps and governance challenges
  • Research shows 92% of organizations achieve better results by integrating existing tools rather than replacing them
  • A unified context layer enables safer AI adoption by providing the full delivery picture across all tools
  • End-to-end traceability from code commit to production deployment becomes possible without abandoning existing investments

Sylvain Deyris, Senior Director of Product Management at CloudBees, brings deep experience from his journey as a Java backend engineer through principal engineer and architect roles in large enterprises. His passion for building software delivery platforms that serve both end users and internal engineering teams drives the vision behind CloudBees Unify.

You can watch the full discussion here if you missed it: CloudBees Unify Demo

The complexity crisis in software delivery

The textbook software delivery lifecycle looks straightforward: code, build, test, deploy, monitor. Each step appears well-delineated, and every team knows where they operate. Reality tells a different story.

"What we observe today in our typical customer set is that every customer is using between 40 and 80 different tools in their company to do their software delivery," Deyris explained. This explosion of tools stems from company growth, acquisitions, technology evolution, and team preferences. The result? A fragmented landscape where visibility becomes nearly impossible.

The fundamental problem isn't the tools themselves. Jenkins, GitHub, SonarQube, and dozens of other platforms are powerful, stable, and widely adopted. The issue is that none of them speak the language of software delivery outcomes. As Deyris put it: "Green today doesn't mean ready."

Your CI tool reports successful builds. Your source control shows merged pull requests. Your security scanner flags critical issues. But when you need to answer whether a release is safe to ship, or which version contains the right features for your customers, you're left connecting dots across disconnected systems.

The forklift fallacy: Why platform replacement fails

When faced with this chaos, organizations typically pursue one of two strategies. Some attempt to survive by building internal connectors and custom tooling to bridge the gaps. Others opt for what Deyris calls "forklift replatforming" - abandoning existing tools entirely for a single integrated platform.

CloudBees commissioned research through a DevOps Migration Index, surveying more than 300 DevOps leaders in large enterprises. The findings challenge the platform replacement narrative:

  • Migrations rarely deliver expected ROI
  • Developer productivity often drops during and after migration
  • Security posture can worsen post-migration
  • Developer burnout increases significantly
  • 92% of respondents concluded that integrating existing tools achieved better results than replacing them

"Migrating, abandoning your tools, investments, your knowledge, your ways of working and moving everything to a new platform is very rarely successful," Deyris noted. The data supports what many platform engineers already suspect: the problem isn't your tools, it's the lack of connective tissue between them.

Building context, not replacing tools

CloudBees Unify takes a different approach. Instead of asking teams to abandon their existing investments, it creates a control and context plane that sits above your current toolchain. This layer connects disparate tools, aggregates their outputs, and provides the missing context that enables informed decision-making.

The platform introduces the concept of a "component" - the central representation of a software piece that a team builds, tests, packages, scans, and deploys. Components collect all relevant aspects of the delivery lifecycle and relate them together for end-to-end traceability.

During the demonstration, Deyris created a new API component connected to a GitHub repository. Within moments, Unify automatically:

  • Initiated security scans across multiple configured tools
  • Consolidated findings and deduplicated results
  • Provided a unified security summary
  • Tracked all workflow runs regardless of which CI system executed them

The platform recognizes workflows running in CloudBees CI, GitHub Actions, or any other connected system. It collects logs, artifacts, test results, and scan findings, creating a complete picture of what happened and why.

End-to-end traceability in practice

True platform engineering requires understanding the full journey from code to customer. Unify demonstrates this through its artifact and deployment tracking capabilities.

When a build completes, Unify captures not just the artifact itself, but its complete lineage. You can trace any production artifact back through:

  • The specific build that created it
  • The exact commit that triggered the build
  • All security scans performed on that version
  • Every environment where it was deployed
  • Who approved each deployment stage

"I can tell you this artifact in this version has been built by this build, build number 13," Deyris demonstrated. "I can see the full version history. I can see all the artifact versions that have been built."

Governed AI with context

The real power of a unified context layer emerges when you introduce AI into the workflow. Without proper context, AI tools can make uninformed or even dangerous decisions. With comprehensive delivery context, AI becomes a force multiplier.

Deyris demonstrated this using Claude with the CloudBees Unify MCP (Model Context Protocol) server. He asked the AI assistant to list components, identify critical security issues, and even propose fixes - all while the AI had full access to the delivery context.

The AI didn't just scan code with a single tool. It queried Unify's consolidated view across all configured security scanners, understood the severity and SLA implications of findings, and could trace issues back to specific components and versions.

When asked to fix a critical vulnerability, the AI:

  • Identified the specific issue from Unify's consolidated findings
  • Created a branch with the proposed fix
  • Submitted a pull request
  • Triggered automated security scans on the new branch
  • Showed measurably improved security posture

"This is really this promise of scaling the output with control and not risk," Deyris emphasized. The guardrails come from the context layer itself - AI operates with full knowledge of your compliance requirements, quality gates, and approval workflows.

The embedded AI assistant

Beyond external AI integrations, Unify includes an embedded AI assistant that understands the context of what you're viewing. When examining a failed workflow run with cryptic error messages, you can ask the assistant to explain and fix the failure without even specifying which run you mean - it knows from your current screen context.

Practical implications for platform teams

For platform engineers, Unify addresses several persistent challenges:

Visibility without vendor lock-in: You maintain your existing tool investments while gaining unified visibility. Teams can continue using their preferred CI systems, source control platforms, and security scanners.

Governance at scale: Centralized policy enforcement and audit trails provide the controls needed for compliance without slowing down delivery. Every action, approval, and deployment gets tracked automatically.

Faster incident response: When production issues arise, you can quickly trace from the running version back through all quality checks, security scans, and approvals to the originating code change.

Safer AI adoption: The context layer enables AI-assisted operations with appropriate guardrails, letting you scale automation without increasing risk.

Developer experience: By consolidating information from dozens of tools into a single interface, you reduce the cognitive load on developers and accelerate onboarding.

​

If you enjoyed this, find here more great insights and events from our Platform Engineering Community.

If you want to dive deeper, explore our instructor-led Platform Engineering Certified Professional course and connect with peers from large-scale enterprises who are driving platform engineering initiatives.

​

Key takeaways

  • Integration beats replacement: Research shows that 92% of organizations achieve better outcomes by integrating existing tools rather than attempting wholesale platform migrations. Platform engineers must focus on creating connective tissue between tools rather than replacing them.
  • Context enables governance: A unified context layer transforms disconnected tool outputs into actionable delivery intelligence. This context becomes the foundation for both human decision-making and AI-assisted operations with proper guardrails.
  • Traceability drives accountability: End-to-end traceability from code commit through production deployment provides the audit trails needed for compliance while enabling faster incident response and more informed release decisions.
  • AI needs delivery context: Generic AI tools operating on individual repositories or builds lack the full picture needed for safe automation. A comprehensive context layer that understands your entire delivery lifecycle, compliance requirements, and quality standards enables AI to become a true force multiplier rather than a risk factor.
This event is exclusive. Reserve your spot now.
Register now
Watch recording
Join our Slack
Join the conversation to stay on top of trends and opportunities in the platform engineering community.
Join Slack
Sitemap
HomeAboutAmbassadorsCertificationsEventsJobs
Resources
BlogPlatformConCertified provider directoryWhat is platform engineering?Platform toolingVendor opportunities
Join us
Youtube
LinkedIn
Platform Weekly
Twitter
House of Kube
Weave Intelligence

Subscribe to Platform Weekly

Platform engineering deep dives and DevOps trends, delivered to your inbox crunchy, every week.

© 2025 Platform Engineering. All rights reserved.
Privacy Policy
Privacy PolicyTerms of ServiceCookies Settings
Supported by
Register now