Llm Notes

Collection of software development notes related to llm.

Code Quality Checks for LLM-Generated Code: The Missing Layer

Automated code quality tools need to evolve for the age of LLM code generation. Linters catch style and complexity, but the real quality gap is in module coupling, interface design, and dependency structure. Learn what existing tools miss and what a better approach looks like.

code-qualitystatic-analysis

Get Reliable LLM Results: Make It Write Scripts, Not Answers

LLMs give inconsistent, unreliable answers when asked to analyse data directly. Ask them to write a script instead for repeatable, verifiable results. Includes a concrete log-analysis example.

aiworkflow