← All Tags

Tag: ai

3 articles tagged with ai

The Good Hallucinations

The Good Hallucinations

You can't avoid AI hallucinations. Learn to love them: they force better engineering, documentation, types, and tests. Build systems that catch bad ones automatically.

January 20, 20267 min readBy Chris Hartwig
Are You Fighting Hallucinations?

Are You Fighting Hallucinations?

LLM hallucinations measure code unpredictability. If AI struggles with your code, it's a quality problem. The same improvements that help AI also help humans.

January 5, 20262 min readBy Chris Hartwig
Refactoring Rust Without Knowing Rust: An AI-Assisted Workflow

Refactoring Rust Without Knowing Rust: An AI-Assisted Workflow

I recently needed to refactor a Rust codebase within a Tauri project but lacked the time to learn the language's intricacies deeply. I solved this by decoupling the software engineering principles from the syntax implementation, using an AI-driven workflow.

December 23, 20254 min readBy Chris Hartwig