workspace-course-topics

Bellman revision and next steps (Class 09)

Prerequisites:

Due: Before Class 09.


Revision

  1. Revise your Class 08 assignment in light of feedback from the class discussion. Focus in particular on:
    • How you construct and represent the stages and perches of the problem you are studying
    • Consistency with the format of the various elements (stages, arrival/decision/continuation perches, connector) as in the SolvingMicroDSOPs notes
    • Whatever was captured in the course summary and in the instructor’s comments on your document — refer back to the Class 08 summary and to any feedback you received on your draft or PR

    Use the SolvingMicroDSOPs lecture notes (especially Section 13, “Modular Stage Architecture”) as the template for how to structure and present each element.

  2. Use a high-quality AI to critique and improve your revision before you open or update your pull request. Prefer Claude Opus 4.6 (or the best available model) for this step.

    When you ask the AI to help, explicitly reference the SolvingMicroDSOPs scheme. For example, you can use (or adapt) a prompt along these lines:

    Help me craft a prompt that will induce an AI to critique, and propose improvements to, the attempt in [my PR] to construct a representation of the Bellman problem described in [the paper referenced in my ballpark project] using the scheme of stages and perches described in SolvingMicroDSOPs (especially Section 13, “Modular Stage Architecture”).

    Then run the resulting critique prompt (or a direct request for critique and improvements) on your revised notebook, and incorporate the AI’s suggestions where they strengthen the clarity, consistency, or correctness of your stage/perch decomposition.

  3. Post (or update) your pull request with the revised notebook and any short notes on changes you made in response to class feedback and to the AI critique.

  4. Reference and MyST compatibility (all revised drafts). Every revised ballpark/REMARK draft you submit must include a proper reference to the paper you are working with. You must also confirm that the reference is formatted so that MyST can process it: if you (or someone else) converted your notebook to a MyST document, MyST would recognize the reference and resolve it against your bibliography. Check the MyST citation syntax and your .bib setup; fix any references that are plain text or incorrectly formatted so they are valid for MyST.

Workflow expectations (ongoing)

These apply from this point forward through the rest of the course:

Standalone LaTeX subfiles for figures and tables

Every figure and every table in your paper must have its own standalone .tex file (in Figures/ or Tables/) that compiles independently. This lets you edit and preview a single figure or table without recompiling the entire paper—saving significant time during revision. Follow the directory structure from the HAFiscal template: each figure directory contains a .tex file that can be compiled on its own with pdflatex.


Next

Continue your REMARK project using the HAFiscal paper template and the workflow from the assignment in which that template was introduced.

Use the Class 01 summary and the Paper topic choice assignment as the references for cloning, renaming, running reproduce.sh, and hollowing out the HAFiscal-based REMARK as you move forward with your project.


Deliverable