I can sometimes find myself exhausted by how quickly I learn while using AI. I need to take breaks and focus on other things to let my subconscious re-order the new knowledge.
I can sometimes find myself exhausted by how quickly I learn while using AI. I need to take breaks and focus on other things to let my subconscious re-order the new knowledge.
did you look into its reasoning text?
This is kind of like when railways adopted computers.
Systems thinking translates between syntax paradigms.
A super powerful technique using AI development, Claude code in my case, is after you have it write a bug report, systematically ask βis this an example of tech debt or code smell?β
Itβs got such a novel mix of promise and malevolenceβ¦ like occasionally I feel that there is an emergent intelligence mocking me from behind the logs
I used to hate kubernetes out of ignorance. But now I'm happy to say that after learning kubernetes I now hate kubernetes out of knowledge
programming bootcamp in 2026:
βwelcome to week 1. today weβll learn how to open claude codeβ
week 2:
βprompt engineering fundamentals. please remember to say βpleaseβ so the model doesnβt unionize.β
week 3:
βdebugging. when the app crashes, weβll paste the stack trace back to the ai and wait.β
LLMs will explain whatβs going on if you ask. Thatβs become a critical part of my development loop: asking for explanations. I even have it in the persistent context markdown files that I am inexperienced with the specific tools being used.
On my main project thatβs basically how I drive. Everything Iβve learned about the technical paradigm Iβm working in Iβve learned well interacting with the Claude planner.
I did the reverse move recently, and I was able to organize such that both products use the same instructions more or less.
I use another model to help me review.
Everybody has their own tune when it comes to learning. Personally, I learn best by doing and reading, so Iβll give myself a task and every time I bump into a wall, Iβll unblock myself by reading something relevant. This has become much easier with AI now, but I used to search the internet.
Having pre-existing programmer skills and reflexes is absolutely valuable. Without them youβll have to muddle through a bunch of unproductive work until you learn them. AI drives like a car in reverse until you constrain it with things like TDD.
I used to teach people coming from infrastructure backgrounds cloud. One of the things I would emphasize during the git lessons is that thereβs always someone to ask questions and help you back out of accidents. That someone is now the AI. You can use it to learn anything you need to use it better!
MCPs are special- they let the text they generate pilot external systems. GitHub and Playwright are amazing examples.
My idea space expanded exponentially but my execution space only feels like it expanded linearly... the crazy part though is that Iβm right at the beginning of using AI and I see myself getting better at it in parallel to its improvements.
Itβs a place. Itβs enough of a place that Iβm willing to forgo the other places and their headaches.
More than their ability to extract money from companies, I am impressed by their ability to extract money from people at home. I pay them now, and Iβm considering paying them even more because the more I pay them the faster my side project gets built.
Iβve spent my whole life as a function before form kind of guy, but find myself now trying to build a sudoku app that will be visually appealing. Iβm hoping AI can help me compensate for my miserable sense of colour and aesthetics π
I was able to set options not exposed in the vs code addon using a prompt- but rewinding works well for me out of the box.
Theyβre still there, you just have to ask Claude to help you edit them into the correct settings files.
Iβve been trying Claude Code after months with GitHub Copilot and it is amazing. GitHub Copilot was amazing too though- I made excellent use of agent tasks and the vscode integration
Iβve only tried the vscode plugin and thatβs a bit buggy but usable
Itβs a hard dependency for some common technologies in that space, off the top of my head Ansible.
I had never looked into the GIS stuff either and I had no idea you could do things like query by distance without an external tool
Now I reach for the right tool for the job, instead of the best tool I know
I have not paid enough attention to #Postgres- m.youtube.com/watch?v=1qs9... was eye-opening
I didnβt need it but I suppose it depends on what youβre doing. I work on too many different code bases to not use compartmentalization. The way I do that is dev containers in VS code, and if Iβm on Windows that means WSL and docker for desktop.
I donβt understand people who donβt keep themselves in the loop. I tried at first because I underestimated the complexity of what I wanted and overestimated the ability of AI to stay on target. Now every time I release too much latitude to AI, I regret it.