Products Consulting About Blog Contact Us Česky

AI Agents in Practice

5 articles

How We Use Claude Code Skills to Codify Our Development Patterns
Part 1

How We Use Claude Code Skills to Codify Our Development Patterns

A practical guide to teaching your AI coding assistant your codebase conventions using Claude Code Skills — reusable Markdown templates that prevent repeated code review corrections.

  • Claude Code
  • AI
  • Developer Tools
  • Spring Boot
  • Vue.js
Read more arrow_forward
140 Pull Requests in a Week: Orchestrating Claude Code Agents at a Hackathon
Part 2

140 Pull Requests in a Week: Orchestrating Claude Code Agents at a Hackathon

Lessons from a hackathon that capped off a months-long service renovation with massive AI assistance — how to run Claude Code agents in parallel, the keyboard shortcuts that keep you sane, what survives a reload, and a status line that keeps you oriented.

  • Claude Code
  • AI
  • Developer Tools
  • Productivity
Read more arrow_forward
When Your AI Agent Stops Trusting the Language Server: Three Bugs Behind the Noise
Part 3

When Your AI Agent Stops Trusting the Language Server: Three Bugs Behind the Noise

How a Gradle 9 incompatibility in jdt.ls, a missing Lombok javaagent, and a 120-second timeout taught our coding agent to ignore diagnostics — and how we fixed all three.

  • Claude Code
  • Java
  • LSP
  • Gradle
  • Developer Tools
Read more arrow_forward
Architecture Tests as a Seatbelt Against Agentic Drift
Part 4

Architecture Tests as a Seatbelt Against Agentic Drift

When a tireless AI agent makes a hundred plausible-looking changes, what stops the architecture from quietly eroding? We wired ArchUnit into the CrushLog backend as an executable seatbelt — and the rules found bugs a human audit missed.

  • Spring Boot
  • ArchUnit
  • Architecture
  • AI
  • Testing
  • Java
Read more arrow_forward
Linting the Prompt Layer
Part 5

Linting the Prompt Layer

We wrote our conventions in CLAUDE.md, then said prose doesn't fail a build. So we turned the prose into a skill with executable gates, pointed a linter at the skill, and open-sourced the result. Here's what the linter caught — including three broken images on this very site.

  • AI
  • Claude Code
  • Tooling
  • CI
  • Developer Experience
Read more arrow_forward