Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Continuous Integration and Development, and related technologies.

Introducing Policies: Compliance from day 1, built into Platform Hub

We recently expanded Platform Hub with Policies, giving platform teams a foundation for compliance and consistency from day one. Governance moves out of scripts and spreadsheets and into the pipeline itself: visible, traceable, and automated from the first deployment. Using Rego, you can write custom policy checks based on your requirements, block non-compliant deployments, and access detailed audit logs of policy evaluation events.

Deploy a serverless Python API to Scaleway Functions using CircleCI

Serverless platforms have revolutionized the way developers build and deploy APIs, eliminating the need to manage servers or underlying infrastructure. With serverless, you can focus entirely on your application logic and let the platform handle scaling, availability, and maintenance. Scaleway Serverless Functions is a flexible serverless platform that makes it easy to deploy lightweight APIs and background jobs in the cloud.

Beyond the Hype: Building a Future-Proof Foundation for the AI-Native Enterprise

We are witnessing a fundamental transformation in how software is built. The industry has moved beyond the experimental phase of Machine Learning Operations and entered a complex new reality: the era of the AI Software Supply Chain. The adoption metrics confirm this shift is irreversible. Google reports that 90% of tech workers are now using AI as part of their daily work. Similarly, McKinsey data reveals that 88% of organizations use AI in at least one business function.

Finetuning Gemma 3 on private data with Unsloth and CircleCI

Fine-tuning Large Language Models (LLMs) on private, domain-specific data can unlock significant value for your specific use case. When done correctly, you can create AI apps that understand your organization’s unique context. These apps can speak your brand’s voice and deliver remarkably accurate results that general models cannot match. However, finetuning is not always the right solution. Many teams rush into this complex technique without exploring simpler alternatives first.

Multi-environment DNS automation on Cloudflare using CircleCI and Terraform

Manually configuring DNS records for staging and production environments is a common pain point for developers and DevOps teams. As your organization grows and you manage more applications across different services, keeping DNS records up-to-date and error-free becomes increasingly challenging and time-consuming. Mistakes in DNS setup can lead to downtime, broken environments, or confusing deployments, especially when juggling multiple teams or microservices.

Automating LLM application deployment with BentoML and CircleCI

Shipping application code, especially for LLM-based applications, can be a stressful and complex task. These applications demand intricate model management, careful resource allocation, and manual handling of dependency conflicts. Traditionally, preparing such applications for deployment involves integration tests, containerization, and updating image registries: all time-consuming manual steps. This is where an automated CI pipeline becomes invaluable.