All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

How an AI Engineer codes on his phone using encapsulated development

2d ago· 5 min readen

Summary

An AI Engineer at Notion describes how he maintains consistent productivity on his side project by coding on his phone using an "encapsulated development" approach. Each development session leaves the repository in a known, stable, verified, and stateless condition, enabling incremental progress even with limited, sporadic time blocks. The author averages two commits per day despite having only 30 minutes on his laptop some weeks, by making phone-based development practical through careful process design.

Key quotes

· 3 pulled
Each prompt leaves the repo in a known, stable, verified, stateless condition that permits the next change.
Some weeks, I'll get half an hour on my laptop to work on this side project. Most weeks, I won't. Yet, I've averaged two commits to the project per day for the last three months.
By building on my phone. But, really, by making it possible to build on my phone.
Snippet from the RSS feed
I’m lucky enough to have a wife, two young children and a job as an AI Engineer at Notion. I’m also lucky enough to have a side project.

You might also wanna read