Systems | Development | Analytics | API | Testing

Open Source Security, Licensing, and Other Challenges (2026 State of Open Source Report)

Is open source licensing still a major challenge for enterprises—or has security become the bigger concern? In this clip from the 2026 State of Open Source Report webinar, experts from the Eclipse Foundation, Open Source Initiative (OSI), and Perforce OpenLogic discuss how open source adoption challenges have evolved over the past decade. While licensing complexity was once a top concern for organizations, the maturation of the open source ecosystem and the widespread adoption of well-established licenses have helped reduce that burden.

EU Cyber Resilience Act: Is Your Software Compliant? (2026 State of Open Source Report)

What does the EU Cyber Resilience Act (CRA) mean for open source software, software supply chain security, and regulatory compliance? In this clip from the 2026 State of Open Source Report webinar, experts discuss how the European Union's Cyber Resilience Act (CRA) is reshaping software security requirements for organizations that develop, distribute, and integrate software products. The panel explores why the CRA is one of the most significant regulatory developments affecting the software industry and how it impacts both commercial software vendors and the open source ecosystem.

What's Next in Perforce Intelligence: Building the Control Plane for Enterprise AI

Perforce Intelligence is in its next phase to help our customers and partners get solutions, platforms, and features that bring control at every stage of the AI software development lifecycle (AI SDLC). Read about the evolution of Perforce Intelligence and new platforms and features we’ve rolled out to make AI easier to adopt for production-ready environmental needs. Back to top.

Get Started With MCP Proxies on WSO2 Platform AI Gateway

Deploy an MCP server through WSO2 Platform AI Gateway in a few commands — running entirely on your own infrastructure. This quickstart shows you how to set up MCP proxies on WSO2 Platform AI Gateway as a standalone component via Docker. You'll start a sample MCP server, deploy it as an MCP proxy configuration to the gateway, and verify it using the official Model Context Protocol Inspector. What you'll cover.

How Vehicle Wrap Design Software Integrates With Business Operations

Vehicle wrap businesses manage a surprisingly complex set of moving parts, from client briefs and design revisions to material procurement, installation scheduling, invoicing, and real-time job tracking. The software used to create wrap designs sits at the center of this workflow, and whether it integrates with the rest of the business often determines how efficiently projects move from concept to completion.

AI Agents Deployed, but what about cost optimization?

AI agents are no longer a pilot-stage bet. As of 2026, 80% of enterprises have at least one production AI agent deployed. The global AI agents market has crossed $10.91 billion and is sprinting toward $52.62 billion by 2030. The cost-per-task economics are staggering: a human-handled customer support ticket costs $4.18 on average. An AI agent resolves the same ticket for $0.46. That is a 9x cost reduction, right there.

The Perforce Delphix DevOps Data Platform Explained in Under 3 Minutes

Software teams move fast — until they hit a data bottleneck. Meet the Delphix DevOps Data Platform from Perforce. Delphix automates the delivery of compliant, production-quality, and AI-ready data so teams can validate and release software at AI speed. With Delphix, you can: Provision and refresh virtual datasets in minutes, not days or weeks. Automatically discover and mask sensitive data while preserving relationships across systems.

How durable sessions unify human-to-human and human-to-agent messages

AI chats are often a rather solitary experience: just you and ChatGPT, sitting there together, solving a problem. But so many of the tasks that we perform day to day are ones that benefit from, or often even require, collaboration with other people such as colleagues, family members, or friends. So, if AI agents are helpful, and other people are helpful, then how can we provide a space for multiple people to collaborate with each other and with AI agents?

Rubber Duck Debugging: How to Find and Fix Logic Bugs

Rubber duck debugging allows us to discover our own coding errors by retracing our steps. Instead of relying on complex black-box tools, we simply explain our own logic until the problem reveals itself. This is one of the most straightforward debugging techniques around, and it can be easily enhanced by AI tools.