Tag: Coding
-
First run the tests – Agentic Engineering Patterns
“First run the tests” provides a four word prompt that encompasses a substantial amount of software engineering discipline that’s already baked into the models. — Read on simonwillison.net/guides/agentic-engineering-patterns/first-run-the-tests/
-
Linear walkthroughs – Agentic Engineering Patterns
Frontier models with the right agent harness can construct a detailed walkthrough to help you understand how code works. — Read on simonwillison.net/guides/agentic-engineering-patterns/linear-walkthroughs/
-
Two new Showboat tools: Chartroom and datasette-showboat
Two new Showboat tools: Chartroom and datasette-showboat — Read on simonwillison.net/2026/Feb/17/chartroom-and-datasette-showboat/
-
Coding with Claude Week 5: The Rise of Cline
My Claude Pro trial has lapsed and inbetween time, I have gotten access to Claude (and other LLMs) professionally via my office and learned how to connect it to VS Code via Cline. I have Cline integrated with my individual professional github and have spent time over the last two weeks developing “Slothrop”, which began…
-
Claude Code starter projects
jasmine sun on X: “@TheStalwart yeah I made a list of Claude Code starter projects and “visualize a random CSV” is #1 or you can export and visualize your own data — iMessage, Goodreads, etc! https://t.co/UAnJMsCK1q” / X — Read on x.com/jasminewsun/status/2015495431737029085
-
10 things I learned from burning myself out with AI coding agents – Ars Technica
with LLMs, context is everything, and in language, context changes meaning. Take the word “bank” and add the words “river” or “central” in front of it, and see how the meaning changes. In a way, words act as addresses that unlock the semantic relationships encoded in a neural network. So if you put “checkerboard” and…
-
Claude Code and Graphic Design
I asked Claude to tell me what it was good and bad at: What I’m Bad At (Don’t Ask Me) 1. Graphic Design / Visual Aesthetics My SVG logo attempt was a perfect example – technically valid SVG, but visually uninspiring and generic. The “wood grain” is just a gradient that looks nothing like actual…
-
Among the Agents – by Dean W. Ball – Hyperdimensional
Learning the basics of why computers work is extremely useful for making the most of coding agents; it will make you a better “prompter.” Learning the foundational aspects of programming languages similarly seems important. Understand how to think computationally now matters more. Understand the specific syntax of a particular programming language now matters less. This…
-
Programming With Claude – The First Week
I am not a programmer. I have made multiple attempts to learn programming, from Ruby on Rails back in the day to Python a year or two ago. While I understand the basic concepts – variables and types and loops and functions and classes, I find that the complexity mounts quickly and at a certain…