Posts tagged AI

← All posts
Setting Up CrewAI for a Software Development Pipeline

Setting Up CrewAI for a Software Development Pipeline

I've been experimenting with multi-agent AI systems to automate parts of the software development workflow — not just "AI writes code," but a proper pipeline where specialized agents handle planning, coding, reviewing, and testing like a real dev team would. After trying a few frameworks, I settled on **CrewAI** as the fastest way to get a working software development pipeline up and running. Here's exactly how to set it up.

9 min read
Understanding Large Language Models

Understanding Large Language Models

Large Language Models (LLMs) are at the forefront of artificial intelligence, transforming the way we interact with technology. From chatbots to content creation, LLMs have a wide range of applications. In this beginner'

4 min read