Anna Rivera
Author

Anna Rivera

Staff engineer writing about the messy middle of shipping with AI. Ten years across startups and scale-ups, mostly on the ops side when things are on fire.

18 published posts

Posts by Anna Rivera.

Automated Incident Response with AI: A Governance-First Guide
Engineering AI Workflows

Automated Incident Response with AI: A Governance-First Guide

Stop letting LLMs have root access. Learn to build a policy-driven framework for automated incident response with AI using hard guardrails and deterministic checks.

Anna Rivera Anna Rivera May 4, 2026 · 7 min read
GitHub Copilot Alternatives That Actually Work for Staff Engineers
Engineering AI Workflows

GitHub Copilot Alternatives That Actually Work for Staff Engineers

Tired of Copilot hallucinations? I tested five alternatives that actually handle complex context and reduce your rollback rate.

Anna Rivera Anna Rivera May 1, 2026 · 6 min read
Running Local LLMs for Coding: Why Your M3 Max Isn't Enough
Engineering AI Workflows

Running Local LLMs for Coding: Why Your M3 Max Isn't Enough

A post-mortem on our attempt to move AI coding workflows off-cloud. Performance benchmarks, memory pressure, and why we went back to a hybrid setup.

Anna Rivera Anna Rivera May 1, 2026 · 6 min read
How to use AI for code refactoring: A staff engineer's guide
Engineering AI Workflows

How to use AI for code refactoring: A staff engineer's guide

Stop treating AI as a magic wand for legacy code. Learn how to build verification pipelines that treat LLMs as proposal engines, not authority figures.

Anna Rivera Anna Rivera Apr 30, 2026 · 7 min read
Testing AI Generated Code: A Post-Mortem on Blind Trust
Engineering AI Workflows

Testing AI Generated Code: A Post-Mortem on Blind Trust

AI code generation is fast, but your test suite is the only thing preventing a production incident. Here is how we fixed our broken validation workflow.

Anna Rivera Anna Rivera Apr 30, 2026 · 6 min read
AI for Log Analysis at Scale: A Staff Engineer's Guide
Engineering AI Workflows

AI for Log Analysis at Scale: A Staff Engineer's Guide

Log volume is killing your observability. Learn how to use AI clustering, semantic search, and automated post-mortems to actually find the root cause.

Anna Rivera Anna Rivera Apr 29, 2026 · 7 min read
Prompt engineering for real work: A technical guide for engineers
Engineering AI Workflows

Prompt engineering for real work: A technical guide for engineers

Forget the flowery language. This is how you build reliable, production-ready prompts that do not break your CI/CD pipeline or inflate your cloud bill.

Anna Rivera Anna Rivera Apr 29, 2026 · 6 min read
Best AI code review tools: A post-mortem of our failed automation
Engineering AI Workflows

Best AI code review tools: A post-mortem of our failed automation

We tried to automate our PR reviews using the latest AI tools. Here is what actually worked, what caused an incident, and why most tools are just noise.

Anna Rivera Anna Rivera Apr 28, 2026 · 7 min read
When AI is the wrong tool: A guide to shipping deterministic code
Engineering

When AI is the wrong tool: A guide to shipping deterministic code

Stop using LLMs for tasks that a regex or a simple database query can handle. Learn how to audit your stack and ship reliable, deterministic code.

Anna Rivera Anna Rivera Apr 25, 2026 · 6 min read