Day 1 - Block 3
Engineer context, not just prompts.
Anthropic Applied AI Team (2025)
main.py, estimate_arima(), …)Sometimes, the agent can write its own context
| Messy | Clean |
|---|---|
| vague file names | descriptive file names |
| no folder map | INDEX.md per folder |
Agents infer intent from names, hierarchy, and metadata
| Boundary | Workaround | Required disclosure |
|---|---|---|
| personal data | redact + summarize | state data omitted |
| copyrighted text | use abstract/metadata | state evidence gaps |
Anthropic Applied AI Team (2025)
| Reduce “Intelligence” | Computations |
|---|---|
| lower reasoning effort | caching |
| weaker LLM | batching |
Validate datatypes and required keys
TI Workshop | D1 B3