Files
taste-skill/research/README.md
T
2026-07-08 22:48:51 +08:00

9 lines
368 B
Markdown

# Research
Background research that informed the skills in this project. Each topic gets its own subfolder.
## Topics
### [LLM Laziness](laziness/)
Why AI models produce incomplete outputs (placeholder code, truncated responses, skipped sections) and documented techniques to prevent it. Covers root causes, parameter fixes, prompt techniques, and experiment data.