How AI Helped Me Find the Story Buried in My Engineering Final
Fifty thousand characters of Python. Four folders labeled v0 through v4. A LaTeX document that needs to become a 30-page journal paper by Friday. Somewhere in this mess is my Advanced Mechanisms finalâa six-bar linkage mechanism, the kind youâd find in car suspensions or aircraft landing gear, designed to guide a point along a precise path. The synthesis works. The code runs. Now I just need to explain four months of iteration to people who werenât there for any of it.
This is where Claude Code surprised me. Not by writing my paper, but by helping me figure out what the paper even needed to be.
Surveying the Wreckage
My project deliverables were scattered everywhere: the main synthesis script, multiple design iterations, progress reports from different stages, a half-written LaTeX file. I started by asking Claude to read through everything and tell me what I was looking at.
The prompt was simple: âRead through these files and summarize whatâs here. I need to write a final paper and Iâm not sure where to start.â
What came back was more useful than I expected. Claude didnât just list filesâit identified relationships between them. The v0 folder contained an early approach that hit a dead end (my initial precision point selection created impossible constraint equations). The v2 folder showed where Iâd switched strategies. The v4 design succeeded because Iâd changed how I parameterized the dyad linkage lengths.
Iâd lived through all these decisions, but I hadnât articulated them as a coherent narrative. Having an outside reader point out the structure helped me see the story I needed to tell.
The Guidelines Iâd Been Skimming
Iâd read the assignment requirements beforeâmultiple times. But Iâd been reading them as a checklist, not as a structure. When I asked Claude to compare the specific requirements against my existing draft, the gaps became obvious.
One guideline stated: âDo not list generic or unrelated equations. Develop only the new equations required for your work.â
My draft had two pages of standard kinematic equations copied from the textbook. That wasnât what they wanted. They wanted the specific constraint equations Iâd derived for my six-bar configurationâthe ones that came from my choice of precision points and the geometric relationships in my particular design.
Another requirement Iâd glossed over: âFigures are discussed before they appear, not after.â My draft had figures floating at the end of sections with captions like âFigure 3: Final mechanism design.â No interpretation, no discussion of what the reader should notice.
I could have caught these issues by reading more carefully. But having Claude flag them against my actual draftâshowing me âhereâs the requirement, hereâs what you wrote, hereâs the mismatchââmade revision concrete instead of abstract.
Finding the Real Narrative
My first attempt at using Claude for this failed. I dumped all the files and asked for a paper outline. The result was generic: introduction, literature review, methodology, results, conclusion. Useless.
The breakthrough came from a more specific prompt: âBased on the design iterations in v0-v4 and the final synthesis code, whatâs the actual story of how this design evolved? What decisions did I make and why?â
Thatâs when Claude started identifying what actually mattered. In v0, Iâd chosen five precision points distributed evenly along my target curve. The synthesis equations were solvable, but the resulting link lengths were impracticalâone link would have needed to be three meters long for a mechanism meant to fit on a desktop. In v2, Iâd reselected precision points clustered near the critical region of the path, which produced feasible dimensions but introduced path deviation errors elsewhere. The v4 solution involved a compromise: fewer precision points with tighter tolerance, accepting small deviations in non-critical regions.
That progressionâfrom theoretical correctness to practical feasibilityâwas the story my paper needed to tell. I knew it implicitly, but I hadnât framed it as the central thread.
What the AI Actually Did
I want to be specific here because âAI-assisted writingâ can mean many things, most of them less useful than they sound.
Claude didnât write my paper. The technical contentâthe equations, the design parameters, the analysisâcame from my actual work. What Claude did was help me organize four months of scattered artifacts into a structure that made sense.
Specifically:
- Surveying 12+ sessions of previous work and identifying which decisions mattered for the narrative
- Cross-referencing my draft against assignment guidelines to find structural gaps
- Articulating the v0âv4 progression in a way I could use as a paper outline
The â12+ sessionsâ came from transcript files of earlier coding sessions where Iâd debugged the synthesis script, tested parameter variations, and documented intermediate results. Having that history available meant Claude could reference decisions Iâd made months ago that Iâd half-forgotten.
What I Learned
Organization beats generation. Asking an AI to write your paper produces generic text. Asking it to survey your existing work and identify structure produces something you can actually use.
Specificity matters. âWrite me an outlineâ gave useless results. âWhatâs the story of how this design evolved based on these filesâ gave the narrative thread I needed.
Use AI to check against requirements. Iâd read the guidelines multiple times but still missed structural issues. Cross-referencing my draft against specific requirements caught problems Iâd skimmed past.
Version your iterations intentionally. Folders v0-v4 werenât just backups. They were documentation of my design process. When I needed to explain why my final solution worked, the earlier failures provided the context.
The Work That Remains
I should be clear: this session was about organization, not completion. My LaTeX file now has a solid outline and I know what each section needs to contain. The actual prose, equations, and figures still need to come from me.
But thatâs exactly the point. The hardest part of finishing a large project isnât usually the final workâitâs seeing through the accumulated chaos to find the structure that makes sense. For a semester-long engineering project with multiple iterations and scattered documentation, that organizational problem is exactly where AI assistance proved useful.
If youâre facing your own final project writeup, start by surveying everything you have, not planning everything you need to write. The story is usually already there in your artifacts. Sometimes you just need help seeing it.