learning.log by Mohit

updated Apr 8, 2026 · 2w ago

logs log projects projects my stack stack about about hire me hire subscribe subscribe
Warmth
Font
Appearance
learning.log by Mohit

Hey, welcome.

Thanks for stopping by.

This is my learning.log —

what I'm building, discovering, and figuring out.

No polished essays. Just work in progress.

The hope is simple.

Stay a little closer to what's changing faster than we can blink

— Mohit

tinkering in public

what's inside

learnings

Client feedback to AI fix: a prototype review loop with Agentation, Slack, and Devin

Many of us have shifted from creating Figma wireframes and designs to AI-generated prototypes and applications. …

learnings

How I turn Loom recordings into LLM-ready requirements with a Claude Code skill

Claude doesn't accept video. My client regularly sends 5-10 minute Loom walkthroughs showing what they want changed in the product. …

learnings

I made Claude and Manus watch diaper prices for me. Scheduled tasks + browser use is an underrated combo.

New father life means diapers. A lot of diapers. I order the same pack from FirstCry every few weeks, and the pricing on that site is chaotic. …

voice I follow

Thariq

A developer on the Claude team who shares easy tips and secret tricks for building with AI.

projects

Longest Claude Session for Shopify Theme

Ran my longest Claude session to generate a Shopify theme for the store. The session lasted almost 30 minutes and produced a theme for me to test. Of course, it wasn't as finished as I wanted, but letting agents run for such a long duration on a task is definitely a new experience for me. The `claude --dangerously-skip-permission` command was needed to make it happen.

learnings

Terminal tools for parallel agentic coding sessions: my early impressions

Running multiple Claude Code sessions in parallel (or any CLI agent setup) means you need a way to manage several terminals at once. …

resources

Org-wide Claude Code adoption at Intercom: learnings worth borrowing

If you're in engineering leadership exploring how to roll out AI-assisted development across an org, this thread from Brian Scanlan (VP Engineering at Intercom) is worth your time. …

resources

The night shift pattern: let agents build while you sleep

The premise is simple: your time and energy are expensive, agent tokens are cheap and plentiful. So plan the work, hand it off, and let agents grind through it while you sleep. …

voice I follow

Balaji Srinivasan

Big thinker who talks about technology, society, and the future.

projects

Built a first-time visitor welcome experience

New visitors now see a calm, immersive welcome before diving into the feed. A personal greeting types out character by character while a preview of actual content scrolls alongside — learnings, resources, and voices I follow. Click to enter, and it gets out of the way forever.

learnings

Claude Cowork has a bunch of built-in plugins — the Productivity plugins is something which you should definitely give a try

Claude Cowork ships with a Productivity plugin that turns it into a work companion — task tracking, memory of your projects and people, and a dashboard to see it all. …

resources

Full Claude Code walkthrough worth bookmarking

I don't usually share courses or tutorials here, but this one covers a solid range of Claude Code topics -- setup, subagents, agent teams, context management, skills, and MCP -- w…

learnings

Claude Code Agent Teams and multi-agent coordination

Claude Code Agent Teams lets you spawn multiple independent Claude Code instances that coordinate through a shared task list and mailbox. …

voice I follow

swyx

AI engineer who writes simple guides about new AI tools.

learnings

Client feedback to AI fix: a prototype review loop with Agentation, Slack, and Devin

Many of us have shifted from creating Figma wireframes and designs to AI-generated prototypes and applications. …

learnings

How I turn Loom recordings into LLM-ready requirements with a Claude Code skill

Claude doesn't accept video. My client regularly sends 5-10 minute Loom walkthroughs showing what they want changed in the product. …

learnings

I made Claude and Manus watch diaper prices for me. Scheduled tasks + browser use is an underrated combo.

New father life means diapers. A lot of diapers. I order the same pack from FirstCry every few weeks, and the pricing on that site is chaotic. …

voice I follow

Thariq

A developer on the Claude team who shares easy tips and secret tricks for building with AI.

projects

Longest Claude Session for Shopify Theme

Ran my longest Claude session to generate a Shopify theme for the store. The session lasted almost 30 minutes and produced a theme for me to test. Of course, it wasn't as finished as I wanted, but letting agents run for such a long duration on a task is definitely a new experience for me. The `claude --dangerously-skip-permission` command was needed to make it happen.

learnings

Terminal tools for parallel agentic coding sessions: my early impressions

Running multiple Claude Code sessions in parallel (or any CLI agent setup) means you need a way to manage several terminals at once. …

resources

Org-wide Claude Code adoption at Intercom: learnings worth borrowing

If you're in engineering leadership exploring how to roll out AI-assisted development across an org, this thread from Brian Scanlan (VP Engineering at Intercom) is worth your time. …

resources

The night shift pattern: let agents build while you sleep

The premise is simple: your time and energy are expensive, agent tokens are cheap and plentiful. So plan the work, hand it off, and let agents grind through it while you sleep. …

voice I follow

Balaji Srinivasan

Big thinker who talks about technology, society, and the future.

projects

Built a first-time visitor welcome experience

New visitors now see a calm, immersive welcome before diving into the feed. A personal greeting types out character by character while a preview of actual content scrolls alongside — learnings, resources, and voices I follow. Click to enter, and it gets out of the way forever.

learnings

Claude Cowork has a bunch of built-in plugins — the Productivity plugins is something which you should definitely give a try

Claude Cowork ships with a Productivity plugin that turns it into a work companion — task tracking, memory of your projects and people, and a dashboard to see it all. …

resources

Full Claude Code walkthrough worth bookmarking

I don't usually share courses or tutorials here, but this one covers a solid range of Claude Code topics -- setup, subagents, agent teams, context management, skills, and MCP -- w…

learnings

Claude Code Agent Teams and multi-agent coordination

Claude Code Agent Teams lets you spawn multiple independent Claude Code instances that coordinate through a shared task list and mailbox. …

voice I follow

swyx

AI engineer who writes simple guides about new AI tools.

logs

What I shipped, learned, and bookmarked.

  • Apr 8

    LEARNING

    Client feedback to AI fix: a prototype review loop with Agentation, Slack, and Devin

    Slack thread showing annotations with selectors, tagging Devin, and Devin creating and merging a PR
    Flowchart showing the review cycle from annotation to fix

    Many of us have shifted from creating Figma wireframes and designs to AI-generated prototypes and applications. …

    #AI-TOOLS • #PROTOTYPING • #WORKFLOW

  • Mar 24

    LEARNING

    How I turn Loom recordings into LLM-ready requirements with a Claude Code skill

    video-decompose skill in action

    Claude doesn't accept video. My client regularly sends 5-10 minute Loom walkthroughs showing what they want changed in the product. …

    #CLAUDE-CODE • #SKILLS • #VIDEO

  • Mar 23

    LEARNING

    I made Claude and Manus watch diaper prices for me. Scheduled tasks + browser use is an underrated combo.

    Claude scheduled task configured to monitor FirstCry diaper prices daily via the coupon API
    Slack notifications from both Manus and Claude showing price alerts with coupon codes, bank offers, and best prices for the diaper pack

    New father life means diapers. A lot of diapers. I order the same pack from FirstCry every few weeks, and the pricing on that site is chaotic. …

    #AI-TOOLS • #BROWSER-USE • #AUTOMATION

  • Mar 19

    LEARNING

    Terminal tools for parallel agentic coding sessions: my early impressions

    tmux terminal multiplexer with split panes
    Zellij terminal multiplexer with keybinding hints
    cmux macOS app with built-in browser pane +1
    Superset terminal IDE with git worktree isolation

    Running multiple Claude Code sessions in parallel (or any CLI agent setup) means you need a way to manage several terminals at once. …

    #TERMINAL • #TOOLS • #AGENTS

  • Mar 18

    RESOURCE

    Org-wide Claude Code adoption at Intercom: learnings worth borrowing

    If you're in engineering leadership exploring how to roll out AI-assisted development across an org, this thread from Brian Scanlan (VP Engineering at Intercom) is worth your time. …

    @brian_scanlan

    #CLAUDE-CODE • #AI-ENGINEERING • #ENTERPRISE

  • Mar 16

    RESOURCE

    The night shift pattern: let agents build while you sleep

    Planning for Agent Night Shifts

    The premise is simple: your time and energy are expensive, agent tokens are cheap and plentiful. So plan the work, hand it off, and let agents grind through it while you sleep. …

    ↗ jamon.dev

    #AI AGENTS • #AUTOMATION • #WORKFLOW PLANNING

  • Mar 15

    LEARNING

    Claude Cowork has a bunch of built-in plugins — the Productivity plugins is something which you should definitely give a try

    Cowork Productivity plugin setup flow after running /productivity:start
    Cowork daily planner showing meetings, tasks, and connected tools

    Claude Cowork ships with a Productivity plugin that turns it into a work companion — task tracking, memory of your projects and people, and a dashboard to see it all. …

    #AI-TOOLS • #WORKFLOW • #COWORK

  • Mar 12

    RESOURCE

    Full Claude Code walkthrough worth bookmarking

    Full Claude Code Course thumbnail showing topics: Setup, Subagents, Agent Teams, Context, Skills, MCP

    I don't usually share courses or tutorials here, but this one covers a solid range of Claude Code topics -- setup, subagents, agent teams, context management, skills, and MCP -- w…

    ↗ youtu.be

    #CLAUDE-CODE • #COURSE

  • Mar 11

    LEARNING

    Claude Code Agent Teams and multi-agent coordination

    Multiple agent team panes running in parallel — builders committing code, reviewer critiquing, and the app running live

    Claude Code Agent Teams lets you spawn multiple independent Claude Code instances that coordinate through a shared task list and mailbox. …

    #CLAUDE-CODE • #AGENTS • #MULTI-AGENT

  • Mar 9

    PROJECT UPDATE

    Shopify Store for a Furniture Brand

    Longest Claude Session for Shopify Theme

    Longest Claude Session for Shopify Theme

    Ran my longest Claude session to generate a Shopify theme for the store. The session lasted almost 30 minutes and produced a theme for me to test. Of course, it wasn't as finished as I wanted, but letting agents run for such a long duration on a task is definitely a new experience for me. The `claude --dangerously-skip-permission` command was needed to make it happen.

    markdown code
                              Prompt Gist:
         1. Primary Request and Intent:
            The user requested building a production-grade, premium Shopify store for Greetwood, an
         Indian furniture brand. Key requirements:
            - Create custom premium widgets (not basic Dawn defaults) that are reusable and publishable
            - Target Indian mar…
                            

    #CLAUDE • #AI AGENTS • #SHOPIFY THEMES

Subscribe to updates

Heads up — this is more of a notebook than a newsletter. I write when something clicks, not on a schedule. Project updates tend to come with random discoveries and tools I tried along the way. If that sounds like your kind of thing, hop in. Easy to leave if it's not.

What interests you?

Contact
  • RSS
  • Twitter/X
  • LinkedIn
  • GitHub
  • Email

Ship small, learn lots, share openly.

© 2026 Mohit Tater

1 / 1

Hey, glad you stopped by.

I send occasional updates when I ship something or learn something worth sharing. No schedule, no spam.

What interests you?

Subscribe to updates

Heads up — this is more of a notebook than a newsletter. I write when something clicks, not on a schedule. Project updates tend to come with random discoveries and tools I tried along the way. If that sounds like your kind of thing, hop in. Easy to leave if it's not.

What interests you?