Operations | Monitoring | ITSM | DevOps | Cloud

Automated RAG pipeline evaluation and benchmarking with RAGAS

Retrieval-Augmented Generation (RAG) pipelines have become an integral part of how Large Language Models (LLMs) access information beyond their training cutoff. These pipelines enable LLMs to deliver current, accurate, and grounded responses. By fetching relevant external documents, RAG mitigates common LLM challenges like factual inaccuracies and hallucinations. However, this methodology introduces a new complexity: evaluating RAG pipeline performance is particularly challenging.

7 ways AI agents are transforming software delivery

For most teams, the slowest part of delivery isn’t writing code, it’s everything that happens after: automated tests, manual reviews, bug fixes, final approvals, and the long wait for deployment. The longer these phases run, the more expensive and painful late fixes become. As AI makes it easier to generate code at scale, those bottlenecks only get bigger.

Code coverage standards for a Next.js project using CircleCI and Coveralls

An essential part of software development, testing helps catch bugs and errors early, improves software quality, and ultimately prevents costly issues from being deployed to production. The effectiveness of software testing will remain uncertain until it can be measured and that is where code coverage comes in. Code coverage is a metric that tells developers what portion of their codebase is executed when specific tests are run.

AI-powered email automation with CI/CD pipelines

Email automation allows you to send emails automatically based on certain triggers or schedules, so you don’t have to click the Send button every time. This includes things like welcome messages, drip campaigns, and regular newsletters. In this tutorial, you will create a simple system that automatically welcomes new subscribers and sends them updates about technology, all with the help of AI.

Deploying a multimodal RAG application with Gemma 3 and CircleCI on GKE

Retrieval-Augmented Generation (RAG) has transformed how applications interact with Large Language Models (LLMs). RAGs ground LLM responses in external knowledge, improves accuracy, and reduces hallucinations. But traditional RAG systems have a significant limitation: they only process text. Multimodal RAG addresses this limitation by processing and understanding multiple data types (text, images, and potentially audio).

Deployment of AWS Step Functions with Lambda and CircleCI

In this guide, you will build and deploy a serverless data processing workflow using AWS Step Functions and AWS Lambda. This approach enables you to orchestrate discrete processing tasks in a scalable and cost-efficient way, leveraging the event-driven architecture that AWS offers. You will begin by creating individual Lambda functions that handle specific tasks in your data pipeline.

Build an automated ETL pipeline for cryptocurrency data with CircleCI

To stay ahead in the crypto world, you need latest information about cryptocurrencies. With so many coins out there and prices changing all the time, knowing which ones are doing the best gives you a quick snapshot of what’s hot right now. Whether you’re investing, just curious, or trying to understand the market better, this information makes it easier to spot trends and make smarter decisions.

Audit log streaming for real-time security visibility in your CI/CD pipeline

Security and compliance teams face a critical challenge: by the time they discover suspicious activity in their development pipeline, it’s often too late to prevent damage. Manual audit log requests create bottlenecks that delay incident response, and gaps in visibility leave organizations vulnerable to insider threats and compliance violations. If your team struggles with any of these issues, you need a systematic approach to real-time audit monitoring.

Build a versatile query agent with RAG, LlamaIndex, and Google Gemini

As a developer, you often face the challenge of retrieving information from multiple sources with different structures. What if you could create a single interface that automatically routes queries to the right data source? Imagine your application needing to answer both “What’s the population of California?” and “What are popular attractions in Hawaii?”.

Introducing Chunk: The agent that validates code at AI speed

The software development landscape has fundamentally shifted. Teams are shipping more value faster than ever, leveraging AI to generate code at unprecedented speed. But with this velocity comes equally dramatic complexity — small teams now face challenges that once belonged only to large organizations, while large organizations grapple with codebases that strain human comprehension. This complexity isn’t a bug — it’s a productivity opportunity to embrace.