Async

Building in public

Building in public means sharing what you are learning and shipping while you are still building - not waiting until Demo Day for a perfect reveal. Short posts, screenshots, and honest notes about what worked and what broke.

Why this philosophy

  • Accountability - a public commit to ship beats a private to-do list.
  • Feedback - the cohort, your network, and future employers see progress and can help early.
  • Proof of work - in AI roles, a live URL plus a post about how you built it beats a certificate alone.
  • Clarity - explaining what you built forces you to understand it (the Feynman test).

Why we do this in the bootcamp

Every session you add a layer to your capstone. Assignments include sharing in Maven or WhatsApp for cohort feedback and posting publicly so you practice the habit hiring managers and clients actually look for: can you ship, explain, and iterate in the open?

You are not performing for likes. You are building a public trail of skills: what you tried, what you shipped, what you learned. That trail compounds - Session 1's post becomes context for Session 5's demo.

How to use it

  1. 1

    Share after each session assignment

    When you ship something real (even v0.1), post within 48 hours while it is fresh. Screenshot or short screen recording beats a polished essay.

  2. 2

    Name the skill, not just the tool

    Do not only say "I used Cursor." Say what you directed, what you verified, and what broke - that is the engineering or builder skill.

  3. 3

    Credit the programme once, then make it yours

    First post can mention The AI Internship / the bootcamp. Later posts focus on your capstone and your domain.

  4. 4

    Ask one specific question

    End with one ask: feedback on scope, a UX choice, or a technical tradeoff. Public posts with a question get better replies.

Where to post: LinkedIn, Substack, and share it

LinkedIn

Best for professional proof of work. Post when you ship an assignment milestone: 2-4 screenshots or a 30-60s screen recording, what you built, what you learned, hashtags. Your network and recruiters live here.

Substack

Best for a weekly build log (500-800 words). Session recap: what you attempted, what shipped, one failure and fix, one skill you can now explain. Link to your repo or demo if comfortable. Becomes a portfolio you own.

Share it (X, Threads, WhatsApp status, etc.)

Best for quick updates between sessions: one screenshot, one sentence on what you learned today, link to your longer LinkedIn or Substack post. Low friction keeps the habit going.

Skills to talk about (Engineering track)

Rotate these as you progress - you do not need all of them in Session 1. Name the ones that match what you actually shipped:

  • Coding-agent-first development - directing Cursor or Claude Code, reading diffs, verifying output.
  • Reliable LLM components - structured outputs, guardrails, token and cost visibility.
  • RAG and grounding - retrieval, chunking, answering from your own data.
  • Agents and tool use - planning, LangGraph, MCP.
  • TRACE evals - measuring quality before you ship.
  • Memory and deploy - persistent state, production URLs, observability.

Your task

LinkedIn starter template (adapt each session)

Session [N] of the Agentic AI Engineering Bootcamp with The AI Internship. What I shipped: [one sentence - your capstone + this session's layer] What I learned: • [skill 1 - e.g. structured outputs / RAG / agent loop] • [skill 2] • [one thing that broke and how I fixed it] How: [Cursor / Claude Code], [FastAPI / LangGraph / etc.] [2-4 screenshots or 30-60s screen recording] #AgenticAI #AIEngineering #TheAIInternship

Tip

Substack build log prompt

Title: `Week [N]: [what you shipped]` 1. What I set out to do 2. What actually shipped (screenshots) 3. One skill I can explain now 4. One mistake and what I changed 5. What's next for my capstone Keep it honest. Imperfect builds with clear lessons beat polished vagueness.

Done when

  • You know where you will post (LinkedIn + Substack or quick shares)
  • You understand posts are part of assignments, not extra credit
  • You can name at least two skills you will highlight after Session 1