惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
人人都是产品经理
人人都是产品经理
Cisco Talos Blog
Cisco Talos Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
V2EX
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
D
Docker
S
SegmentFault 最新的问题
博客园 - 聂微东
美团技术团队
Apple Machine Learning Research
Apple Machine Learning Research
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
M
MIT News - Artificial intelligence
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The GitHub Blog
The GitHub Blog
GbyAI
GbyAI
L
LangChain Blog
Vercel News
Vercel News
博客园 - 叶小钗
MongoDB | Blog
MongoDB | Blog
Stack Overflow Blog
Stack Overflow Blog
H
Help Net Security
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
Engineering at Meta
Engineering at Meta
T
Threat Research - Cisco Blogs
T
Threatpost
Scott Helme
Scott Helme
T
Tailwind CSS Blog
Latest news
Latest news
Stack Overflow Blog
Stack Overflow Blog
Blog — PlanetScale
Blog — PlanetScale
The Register - Security
The Register - Security
罗磊的独立博客
P
Proofpoint News Feed
腾讯CDC
S
Schneier on Security
雷峰网
雷峰网
A
About on SuperTechFans
T
Tenable Blog
F
Full Disclosure
Cyberwarzone
Cyberwarzone
博客园_首页
有赞技术团队
有赞技术团队
K
Kaspersky official blog

文章列表

Using encapsulated development to code on my phone Code generation that just works Should I multi-task? Pressure to change The cinch Making the unknown known Making a game with my son Using AI to build a tactical shooter Explore, expand, exploit
I can teach you to program with AI
2025-05-23 · via

tl;dr: I’m offering coaching sessions where I teach professional engineers a smooth, stay-in-flow technique for AI-augmented programming.

All the nitty gritty tips and setup were very helpful.

— Andrew J.

Email me to sign up!.

Let the computer make you more productive

My first job after university was working at a software company on their huge Java desktop application. The architecture, complex and winding, made the code very hard to follow. Layer upon layer of indirection meant that trying to follow the flow of execution led to cognitive overload.

Fortunately, the company, though almost unflaggingly tight-fisted (bring your own cake on your birthday), bought IntelliJ for every developer. It had a feature, go to definition, where you could click on a method call and jump to the implementation. This made it possible to understand the byzantine code.

Which brings me to AI.

As programmers, we feel comfortable using tools to make us more productive. Generating code with AI is a natural next step in letting the computer help us.

Three times more productive

With code generation, building features goes much faster. I can be declarative (“add a button…”). I can get an implementation of a stock algorithm (“implement A* with this contract…”) I can zoom in when I need to (“wait, don’t duplicate that state…”).

Programming is a craft. Getting better is the slow process of accreting little techniques and intuition. But there are some core techniques you use all the time. For example, moving in small steps to keep the code compiling.

AI-augmented programming is also a craft. And there are also some core techniques. But they’re different. That one I described above isn’t even really a thing for AI-augmented programming. It’s too low level.

One core technique for AI-augmented programming, maybe the core technique - describe a feature, attach relevant code context, skim the code as it’s generated, let the agent fix lints and type errors, try out your new feature.

This isn’t a cobbled together set of manual steps. It’s an absorbing process where you stay in flow. And it’s a single technique that you’ll use all the time.

When building features, I estimate I’m three times more productive than I was a year ago.

I can teach you

I’m offering ninety minute sessions where I teach this feature-building technique. It’s one-on-one coaching for full-time, professional engineers. At the end of the session, you’ll have built a feature using this technique. And you’ll be set up to keep cranking out features forever.

As a bonus, I’ll teach you the literal one weird trick that makes programming with AI even faster. It’s there in plain sight, but hardly anyone does it. Here’s a hint - talking is faster than typing, but reading is faster than hearing.

Book a session

To book a session, email me at mary@maryrosecook.com.

The first person who signs up for a slot will pay the super-duper introductory price of $0. The second person will pay the merely super introductory price of $100. After that, the price is $300.

To help us get the most out of the time, include in your email -

  • Which code editor and terminal you use.
  • A project you’re working on and a feature you’d like to add to it in our session.

Talk soon!