Problems#
The five public family guides correspond one-to-one with the canonical
ProblemKind values: text, decision, optimization, grammar,
and mcp. “Problem kind” is the serialized taxonomy; “family” describes the
related classes and guide pages.
Family Guide#
Family |
Best for |
Recommended first stop |
Role guidance |
|---|---|---|---|
Text |
Prompt-based ideation and human-subjects workflows |
Treat |
|
Decision |
Structured alternatives with explicit criteria |
Decision Problem - Student Laptop Design Under Choice-Based Demand |
Start with laptop design as the canonical benchmark; use the MSEval entries as smaller criterion-focused examples. |
Optimization |
Objective/constraint benchmarking and solver comparisons |
Use |
|
Grammar |
Sequential constructive design behavior and transition analysis |
Use |
|
MCP |
Tasks requiring external tool execution backends |
The current MCP entry is both the canonical benchmark and the convenience demo for this family. |
Text problems are usually the lightest path for study prototyping. Decision problems are appropriate when options and criteria should be explicit in the task definition. Optimization problems are appropriate when algorithmic performance must be measured under constraints. Grammar problems are useful when process traces and action sequences matter as much as end-state performance. MCP-backed problems connect packaged task definitions to external computational systems such as CAD or domain-specific services.
Family Pages#
Cross-Cutting Catalog Guides#
Ideation is a curated catalog subset of the text family, while the battery
ladder spans grammar and optimization representations. Neither is an additional
ProblemKind.
For the complete generated problem-by-problem inventory, see Problem Catalog.
For the curated “what should I start with?” view, see Catalog Guide.