Initial import from GitHub

This commit is contained in:
红尘
2026-07-08 22:48:51 +08:00
commit 2072bc87a0
56 changed files with 8119 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# 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.