//blog/tag: AI

Entries tagged "AI"

5 entries

Feb 23, 2026v2026.02

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.

AI · 9 min read
Nov 7, 2025v2025.11

Bringing n8n to FreeBSD: A Step-by-Step Guide Using PM2

Why this setup n8n is a powerful workflow automation server—self-hostable, extensible, and open-source. The official docs cover installation on many systems. (n8n Docs) FreeBSD is less common for n8n but entirely feasib

AI · Automation · FreeBSD · 6 min read
Jan 13, 2025v2025.01

Exploring Spring AI: A New Era of Intelligent Applications

Artificial Intelligence (AI) is revolutionizing industries, transforming how we interact with technology, and enabling applications to make smarter decisions. To harness the power of AI, developers need robust frameworks

AI · Spring Boot · 6 min read
Jul 29, 2024v2024.07

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'

AI · LLM · 4 min read