weeknote-2026-11

Intro

Highlights of the Week

Zen of AI Coding

https://nonstructured.com/zen-of-ai-coding/

The cost of changing your mind is lower than it has ever been. Architectural decisions that once felt permanent are now provisional. You chose React. Two months later, you regret it. Ask an agent to rewrite the project. Making imperfect decisions is no longer fatal. In fact, it can be productive. A flawed reference implementation provides better context than a pristine specification. Agents reason more effectively from concrete artifacts than from abstract intent. Rapid iteration is now the default mode.

Building for Trillions of Agents

https://x.com/levie/status/2030714592238956960/?rw_tt_thread=True

Just as designing for users meant putting yourself in their shoes when building software, the same is true when thinking about what agents will run into. For instance, Jared Friedman at YCombinator put everyone on notice: “Even the best developer tools mostly still don’t let you sign up for an account via API. This is a big miss in the claude code age because it means that claude can’t sign up on its own. Putting all your account management functions in your API should be tablestakes now." If an agent can’t easily sign up for your service and starting using it, you’re basically dead to agents.

We’re definitely going to see new forms of companies the next while but what they’ll be is another thing. This is and interesting idea where they could be ones that are more focused on agents and enabling agents than people. The agents are customers not people. For example Ramp released agent cards recently where you give

Read Full Post...
March 14, 2026 · 4 min

weeknote-2026-10

Intro

Another week of AI things. Not as much here this time but there’s still a lot happening.

Highlights of the Week

My (Hypothetical) SRECon26 Keynote

https://charitydotwtf.substack.com/p/my-hypothetical-srecon26-keynote

If I was giving the keynote at SRECon 2026, I would ditch the begrudging stance. I would start by acknowledging that AI is radically changing the way we build software. It’s here, it’s happening, and it is coming for us all.

It is very, very hard to adjust to change that is being forced on you. So please don’t wait for it to be forced on you. Swim out to meet it. Find your way in, find something to get excited about.

The Edge of Mathematics - The Atlantic

https://www.theatlantic.com/technology/2026/02/ai-math-terrance-tao/686107/

Tao has long been intrigued by, but reserved about, what AI tools can do for his field. The first time we spoke, in the fall of 2024, Tao had likened chatbots to “mediocre, but not completely incompetent” graduate students. About six months later, he told me the models had gotten better “at certain types of high-level math reasoning,” but lacked creativity and made subtle mistakes. But during our most recent conversation, he was more bullish. AI may not be on the cusp of solving all of the world’s great math problems, but chatbots are at the point where they can collaborate with human mathematicians. In the process, he said, the technology is opening up a different “way of doing mathematics.”

Time and time again people have dismissed all AI as being not that great only to revisit it months down the line

Read Full Post...
March 6, 2026 · 3 min

medium

photography on film, music on vinyl

I like the sound of it, with the way things are going. Potentially could add writing on paper or with ink or something of the sort. Reading on paper, writing on ink. Get away from the screen for a bit and get out doing other things. Saw it on the subtitle of a YouTube video. Ironic I know.

photography on film, music on vinyl reading on paper, writing on ink

February 27, 2026 · 1 min

weeknote-2026-08

Intro

The theme of this week is dev tools are agent tools too. So good practices are still just that. AI will change some things but it will mainly just reinforce the good practices of before. If you don’t have those set up, throwing money at AI isn’t going to change things for you a whole lot either.

Highlights of the Week

The Factory Model: How Coding Agents Changed Software Engineering

https://addyosmani.com/blog/factory-model/

The barrier to creating software has genuinely dropped. That is not hype. What it means for professional engineers is not that their skills are less valuable, but that the skills that matter have shifted up the stack, as they have in every previous transition.

The engineers who will have the most impact in this era will not be distinguished by how fast they type or how well they remember syntax. They will be distinguished by a different set of capabilities. Systems thinking. The ability to hold a complex architecture in mind, understand how components interact, and anticipate how a change in one place affects behavior elsewhere. This is harder to develop than typing speed and far more valuable when you are managing a fleet of agents whose outputs you have to integrate. Problem decomposition. Knowing how to break a large, ambiguous goal into well-scoped subtasks that an agent can execute reliably. Tasks that are too large tend to go off-track. Tasks that are poorly scoped get interpreted incorrectly. The skill of decomposing problems well, and then verifying that the decomposition was right, is a genuine

Read Full Post...
February 27, 2026 · 7 min

weeknote-2026-06

Intro

I’ve been quite late with this one but at least it is out in some shape or form. It still contains the things I read during the week 6 but a few days late. A lot of AI stuff again this time. I’m not sure if I am or am not that interested in all this still. Some is good but the way absolutely everyone is reading and writing about the same stuff all means there’s a lot of stuff that isn’t that useful or only slight variations of others.

Highlights of the Week

The Only Skill That Matters Now

https://worksonmymachine.ai/p/the-only-skill-that-matters-now

Anyway, yeah, like I said earlier, Gretzky could already skate. He was incredibly agile. He could stop on a dime. Change direction mid-stride. His edges were so good he could literally dance on ice.

He didn’t become great because he predicted the puck. He became great because he could actually get to ANY position on the ice and be open. The prediction was secondary to the skating.

That’s where we are now. Except our skates are prompts. Our ice is context windows. Our edges are knowing how to talk to Claude or Gemini or whatever comes out next that makes both of them obsolete.

The only skill that matters is being able to adapt to whatever scenario comes towards us. So instead of trying to predict where things are going, focus on having a good baseline and being able to adapt. Sounds good in theory and all that

Read Full Post...
February 17, 2026 · 6 min

weeknote-2026-05

Intro

More AI stuff this week again like the last before it. I don’t think anybody really knows how these things will all play out but that hasn’t stopped everyone making lots of predictions.

Highlights of the Week

Raising a Special Little AI

By Not Boring

Having said that, I do subscribe to the Chris Dixon views that The next big thing will start out looking like a toy and What the smartest people do on the weekend is what everyone else will do during the week in ten years, so if this many people are captivated, there’s something going on.

I left FAANG for a startup and regretted it

https://lawrenceztang.substack.com/p/i-left-faang-for-a-startup-and-regretted No highlights from this but a great read all the same. It is very difficult to give all hours to someone else’s idea.

The way I run standup meetings

https://marcgg.com/blog/2024/11/20/standup

The objective of this meeting is to share interesting things relevant to your team and raise blockers. What we find “interesting” will vary depending on context. Use your best judgment and don’t hesitate to ask the group if this is interesting to them.

You will hear updates not impacting you directly. Maybe things you don’t understand fully. This is normal and by design. However your goal is to pay attention to everything, be curious and try to understand what everyone is sharing. Don’t hesitate to ask questions after the meeting.

Lots of meetings are BS but the daily standup is one of the better ones, at least in my experience. Especially on remote teams it is easy to loose contact and context with what is

Read Full Post...
February 7, 2026 · 3 min

weeknote-2026-04

Intro

Spend a few days in Madrid this week and spent those days exploring the city rather than reading so a light one this time. I did read a lot of the book “Dead in the Water” and though I haven’t finished it yet it is really interesting. Reads something of a thriller though based on a true tale. I’ve read a few books on shipping and it seems like an awful industry for almost everyone involved. Little to no laws for the workers, margins are cutthroat for those at the top. It really seems to only benefit those of dubious morals who can and will take whatever shortcuts necessary to benefit the bottom line. Or just do the insurance as this book points out which seems to be a great business if once again you’re okay with turning the blind eye to a bit of fraud every now and again as a cost of doing business.

Highlights of the Week

Carney, Trump and the power of a good speech

https://www.ft.com/content/1b23eeb6-03a2-42c8-9d02-60c672ad6298

An underrated part of being a good leader is that you shouldn’t have to tell people what to do all the time. Instead, they should be able to anticipate what you want and what doing a good job looks like. There are lots of ways to do this — leading by example is one — but the bigger and more complex the organisation you lead, the more important it is that people know what you want without having to ask.

The speech itself was very good, from

Read Full Post...
January 30, 2026 · 5 min

weeknote-2026-04

Intro

Spend a few days in Madrid this week and spent those days exploring the city rather than reading so a light one this time. I did read a lot of the book “Dead in the Water” and though I haven’t finished it yet it is really interesting. Reads something of a thriller though based on a true tale. I’ve read a few books on shipping and it seems like an awful industry for almost everyone involved. Little to no laws for the workers, margins are cutthroat for those at the top. It really seems to only benefit those of dubious morals who can and will take whatever shortcuts necessary to benefit the bottom line. Or just do the insurance as this book points out which seems to be a great business if once again you’re okay with turning the blind eye to a bit of fraud every now and again as a cost of doing business.

Highlights of the Week

Carney, Trump and the power of a good speech

https://www.ft.com/content/1b23eeb6-03a2-42c8-9d02-60c672ad6298

An underrated part of being a good leader is that you shouldn’t have to tell people what to do all the time. Instead, they should be able to anticipate what you want and what doing a good job looks like. There are lots of ways to do this — leading by example is one — but the bigger and more complex the organisation you lead, the more important it is that people know what you want without having to ask.

The speech itself was very good, from

Read Full Post...
January 30, 2026 · 5 min

weeknote-2026-03

Intro

I read a few things this week around AI and code and how things are going. I’ve been trying to think what this all might mean but I’ve not yet been able to put all my thoughts together in a coherent way.

Other than reading this stuff I’ve been generating more code to see where the tools take it. One I’ve been using is amp to help me with this newsletter by pulling together all the articles I’ve read and highlights I’ve made the last week. Not being a frontend developer means something like that would take me ages before, but now I can put it together in a couple of hours no problem.

Highlights of the Week

I Sent This Message to Everyone at Ardan This Morning

https://x.com/goinggodotnet/status/2012209293651501069/

I need everyone to start focusing on their engineering skills:

  • Being able to identify what needs to be built and why.
  • Breaking that down into chunks of work and that be verified and tested.
  • Knowing how to ask for the code you need written and when you need it.
  • Maintaining a mental model of what is being built and coded.
  • Code reviews by yourself and the AI coding agents.

Revisiting the iPod

https://paulstamatiou.com/revisiting-the-apple-ipod

It’s hard to imagine today what using an iPod in the early 2000s truly felt like. It was a dedicated device, singularly focused on helping you do one thing—play your favorite music—and do it well. It didn’t need to multitask or have any other complexity to function. It was simple,

Read Full Post...
January 23, 2026 · 5 min

weeknote-2026-03

Intro

I read a few things this week around AI and code and how things are going. I’ve been trying to think what this all might mean but I’ve not yet been able to put all my thoughts together in a coherent way.

Other than reading this stuff I’ve been generating more code to see where the tools take it. One I’ve been using is amp to help me with this newsletter by pulling together all the articles I’ve read and highlights I’ve made the last week. Not being a frontend developer means something like that would take me ages before, but now I can put it together in a couple of hours no problem.

Highlights of the Week

I Sent This Message to Everyone at Ardan This Morning

https://x.com/goinggodotnet/status/2012209293651501069/

I need everyone to start focusing on their engineering skills:

  • Being able to identify what needs to be built and why.
  • Breaking that down into chunks of work and that be verified and tested.
  • Knowing how to ask for the code you need written and when you need it.
  • Maintaining a mental model of what is being built and coded.
  • Code reviews by yourself and the AI coding agents.

Revisiting the iPod

https://paulstamatiou.com/revisiting-the-apple-ipod

It’s hard to imagine today what using an iPod in the early 2000s truly felt like. It was a dedicated device, singularly focused on helping you do one thing—play your favorite music—and do it well. It didn’t need to multitask or have any other complexity to function. It was simple,

Read Full Post...
January 23, 2026 · 5 min