← Back to Dashboard

My AI Journey [Pilot Version - v0.1]

A 4-week accelerator for developers to get productive with AI tooling, software engineering fundamentals, and communication skills. High signal-to-noise, ~8-10h per week.

4 weeks  ·  3 lanes

Required Materials 12 materials ~21.5h
Sprint 1 (Week 1) Weeks 1–1 ~9.0h total
AI Tooling ~4.0h
Week 1 ~4.0h

Materials

Tasks

  • Setup Cursor IDE and document 10 prompts ~2h

    Install Cursor IDE and connect it to your Claude or OpenAI API key. Work through the DeepLearning.AI course and write 10 prompts that solve real coding tasks you face at work. For each prompt, note: what worked, what failed, and why.

Core Engineering ~3.0h
Week 1 ~3.0h

Materials

Tasks

  • Refactor one real module using Clean Code naming and function rules ~1h

    Pick one real module or file from a codebase you work on. Apply the naming and function-size rules from Clean Code Ch. 1–3. Commit the before and after as two separate commits. Write a short comment in the commit message explaining each change.

Human Multiplier ~2.0h
Week 1 ~2.0h

Materials

Tasks

  • Write or rewrite a README and get peer feedback ~1h

    Write or completely rewrite the README for one of your projects. Include: what the project does, how to set it up, how to use it, and one concrete usage example. Share it with at least one peer and ask: "Is anything unclear?"

Sprint 2 (Week 2) Weeks 2–2 ~9.5h total
AI Tooling ~4.5h
Week 2 ~4.5h

Materials

Tasks

  • Build and commit a CLI tool using an LLM API ~2h

    Build a CLI tool that uses an LLM API to automate a dev task you do regularly. Good options: auto-generate commit messages from git diff, summarize PR descriptions, or answer questions about a codebase file. Commit to GitHub with a working README.

Core Engineering ~3.0h
Week 2 ~3.0h

Materials

Tasks

  • Find and fix 3 broken windows in a codebase you own ~1h

    Scan a codebase you own or contribute to and identify 3 "broken windows": messy code, dead code, misleading names, or known tech debt that nobody has fixed. Fix each one. Document what was wrong, what you changed, and which Pragmatic Programmer principle applies.

Human Multiplier ~2.0h
Week 2 ~2.0h

Materials

Tasks

  • Record a 3-minute Loom video explaining your CLI tool ~1.5h

    Record a Loom (or equivalent) video of at most 3 minutes showing your AI CLI tool to a non-technical colleague. Focus on the problem it solves, not the code. Share the link with at least one person and ask for one line of feedback.

Sprint 3 (Week 3) Weeks 3–3 ~10.5h total
AI Tooling ~5.0h
Week 3 ~5.0h

Materials

Tasks

  • Extend your CLI tool with chaining or memory ~2h

    Extend the CLI tool from Week 2 using LangChain. Add one of: a second chained prompt step, conversation memory across turns, or a document Q&A feature over a local file. Push to GitHub and update the README with what changed and why.

Core Engineering ~3.0h
Week 3 ~3.0h

Materials

Tasks

  • Draw an architecture diagram and identify SOLID violations ~1.5h

    Draw a simple architecture diagram for one of your existing projects (boxes and arrows is fine, use Excalidraw or draw.io). Label the components. Then identify at least 2 places that violate one of the SOLID principles and write a short note on how you would fix each.

Human Multiplier ~2.5h
Week 3 ~2.5h

Materials

Tasks

  • Write and publish a LinkedIn post about something you built this month ~1h

    Write and publish a LinkedIn post of at least 200 words about something you built or learned in this training so far. Include a screenshot, diagram, or code snippet. Do not wait for it to be perfect — publish and move on.

Sprint 4 (Week 4) Weeks 4–4 ~10.5h total
AI Tooling ~4.0h
Week 4 ~4.0h

Materials

Tasks

  • Polish and ship your AI tool ~2h

    Do a final pass on your AI tool: add proper error handling for the main failure cases, write a test for the core happy path, and clean up the README. Then deploy it (even a simple GitHub release) or share it in a dev community — Slack, Discord, or a GitHub discussion.

Core Engineering ~4.0h
Week 4 ~4.0h

Materials

Tasks

  • Write a 1-page system design doc ~2h

    Write a 1-page design doc for a system you would build to solve a real problem you have encountered. Include: problem statement, key constraints, main components and their responsibilities, and at least one trade-off you consciously made. Use Kleppmann Ch. 1 vocabulary: reliability, scalability, maintainability.

Human Multiplier ~2.5h
Week 4 ~2.5h

Materials

Tasks

  • Rewrite your GitHub profile and LinkedIn summary, set a public goal ~1h

    Using AI assistance, rewrite your GitHub profile README and your LinkedIn About section. They should clearly state what you build, what you are learning, and what you are looking for. Publish one public 3-month learning goal — in a LinkedIn post, a pinned GitHub gist, or your profile README.