# rumblings ./from-the-trenches

# Opinions, earned the hard way

root@gitgood:~# tree -L 2 ./from-the-trenches RSS

├── driver-not-passenger/    # How I use LLMs in daily engineering — and where I draw the line
│   ├── meta.yaml            # Lukasz Wisniewski · 2026-05-17 · 7 min · ai, llms, ai-assisted-development, engineering
│   └── post.md
└── tdd-is-a-costume/        # Tests do the work - TDD adds the ritual
    ├── meta.yaml            # Lukasz Wisniewski · 2026-05-15 · 6 min · tdd, testing, engineering-culture
    └── post.md

2 directories, 4 files

root@gitgood:~# cd ..

# less is more.

from-the-trenches.md
curl https://gitgood.sh/from-the-trenches.md | less