TEMPLATE_NAME - Research Notes
Experiment Overview
| Item |
Details |
| Date |
YYYY-MM-DD |
| Goal |
What you were trying to achieve |
| Environment |
Hardware, software versions |
| Status |
Success / Partial / Failed |
Context
Describe the problem you were solving and why existing solutions didn't work.
Verified Workflow
Step-by-step instructions that work. Include exact commands and code blocks.
# Example command
# Example code
Failed Attempts (Critical)
This is the most valuable section. Document what didn't work so others don't repeat mistakes.
| Attempt |
Why it Failed |
Lesson Learned |
| Approach 1 |
Specific reason |
What to do instead |
| Approach 2 |
Specific reason |
What to do instead |
Final Parameters
Exact, copy-pasteable configurations that work.
# Configuration example
param1: value1
param2: value2
Key Insights
- Bullet points of important learnings
- Things that surprised you
- Edge cases to watch for
References
- Link to relevant documentation
- Related issues or discussions
- Papers or blog posts that helped