2026-08-04 00:13:00

I’m so stuck. I read an article this last… week? Fortnight? About LLM coding agents and how they created so much context. It had lots of numbers about how a 50-token short question adds up all the files and inputs as tokens of input.

Do you know where this is? It’s not in ANY of my digital brain!

2026-07-31 09:13:18

I sometimes have a worry: What if I’m wrong about LLMs? What if it’s actually good and I’m missing something and get left out?

And then I see something like this and I feel very justified:
– Generative AI just bad and wrong a lot of the time
– We still have to do The Work. Making this map WAS The Work. If the person made the map by hand they would have learned where the countries are as they did so. The Work – however mundane – is still important.

https://www.theguardian.com/us-news/2026/j

2026-07-30 18:31:44

The book doesn’t seem to have much reference to AI, but Cat’s (@grimalkina) “Brains in jars” model of software teams seems to describe exactly what LLMs might be (are?) good at replacing.

“Interactions, social learning, and shared problem solving are invisible in this model” – and seem to disappear when agentic coding takes over.

2026-07-30 18:06:14

“good psychology is _how_ good software work happens.”

👀

Reading @grimalkina’s “The Psychology of Software Teams” (because I’m VERY interested in the people side of software development)

It looked like quite a dense, academic book. But it’s actually short, punchy, and very well written (so far!)

2026-07-28 17:52:25

Today was one of those “Glad I know lots of weird stuff about computers that not a lot of people know” days.

Enjoying doing deep work with the deep knowledge. 😃

2026-07-26 09:15:50

Finally watched Ready Player One last night. I’ve not read the book.

Was disappointed that it just seemed to be a blockbuster CGI fighty thing.

Is the book a more interesting story?

2026-07-25 15:03:15

Thinking about this… it if I have included an open source license then they are allowed to create a derivative work.

And they are supposed to keep a copyright notice, so I must be giving consent for that personally identifying information to be used.

So this seems like a legitimate thing to do with open source code, doesn’t it?

Regardless: this stinks – not least because they have included code of mine that has no license and thus is NOT open source. 😡

mastodon.social/@concretedog/1

2026-07-23 22:49:11

A slack line high up in trees, with a lot of gaffer tape wrapped around it

First full day of school holidays.

Took kids to the local high ropes place.

Very fun. But I’m surprised this slack line fix got past health and safety! 😬

2026-07-21 21:45:45

I’m sorry, what now???

“Every time an EV connects to a charger, it establishes an IP network over Power Line Communication (PLC).”

A mini network between your car and charger! Fun!!

“This network was designed for V2G protocols. But we also discovered other EV charger operating system services listening on these network interfaces.”

🫣

https://www.saiflow.com/blog/the-hidden-cc

social.jpoesen.com/@jpoesen/11

2026-07-20 22:31:10

I do wish @calebporzio was properly on these socials. The journey of self-discovery he went on in his last two podcasts was epic. I like where he landed. He is not Ian. He works differently. He finds joy in different things. That is a good thing. Stop trying to be someone you are not!

2026-07-19 10:44:21

I hear that this new movie “The Odyssey” is based on a book.

Do you think I should read the book before seeing it at the cinema?

🤔

2026-07-18 11:50:12

I find myself wondering if there is a job in optimising LLM agent skills by converting them to run deterministically with real programming/scripting languages.

I see so much “if…then”, decision trees, and even literal “for each” mechanics in instructions to LLMs.

This week I reduced a part of a skill that took 14s to run with an LLM to a PHP script that took 2 seconds (mostly querying an API) and used zero tokens.

With companies asking people to reduce token use, this seems like a no-brainer.