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
26.02.2026 20:18 β π 1 π 0 π¬ 1 π 0@basil404.bsky.social
Cloud architect. I like containers, openstack, terraform, ansible, AI IDEs, and black espresso. I am not speaking officially on behalf of my employer, everything I say is as a private individual.
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
26.02.2026 20:18 β π 1 π 0 π¬ 1 π 0I 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
26.02.2026 20:14 β π 3 π 1 π¬ 2 π 0
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.
22.02.2026 14:51 β π 3 π 0 π¬ 0 π 0On 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.
21.02.2026 19:17 β π 1 π 0 π¬ 0 π 0I did the reverse move recently, and I was able to organize such that both products use the same instructions more or less.
21.02.2026 19:16 β π 0 π 0 π¬ 0 π 0I use another model to help me review.
20.02.2026 23:42 β π 0 π 0 π¬ 0 π 0Everybody 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.
15.02.2026 16:48 β π 1 π 0 π¬ 0 π 0Having 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.
15.02.2026 16:01 β π 1 π 0 π¬ 1 π 0I 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!
15.02.2026 15:30 β π 1 π 0 π¬ 1 π 0MCPs are special- they let the text they generate pilot external systems. GitHub and Playwright are amazing examples.
14.02.2026 23:38 β π 1 π 0 π¬ 1 π 0My 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.
14.02.2026 22:00 β π 0 π 0 π¬ 0 π 0Itβs a place. Itβs enough of a place that Iβm willing to forgo the other places and their headaches.
13.02.2026 18:59 β π 1 π 0 π¬ 0 π 0More 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.
13.02.2026 12:21 β π 7 π 0 π¬ 0 π 0Iβ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 π
13.02.2026 12:18 β π 2 π 0 π¬ 2 π 0I 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.
11.02.2026 18:13 β π 0 π 0 π¬ 1 π 0Theyβre still there, you just have to ask Claude to help you edit them into the correct settings files.
11.02.2026 17:55 β π 0 π 0 π¬ 1 π 0Iβ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
11.02.2026 17:52 β π 0 π 0 π¬ 0 π 0Iβve only tried the vscode plugin and thatβs a bit buggy but usable
11.02.2026 15:44 β π 1 π 0 π¬ 0 π 0Itβs a hard dependency for some common technologies in that space, off the top of my head Ansible.
10.02.2026 18:14 β π 1 π 0 π¬ 1 π 0I 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
10.02.2026 18:06 β π 0 π 0 π¬ 0 π 0Now I reach for the right tool for the job, instead of the best tool I know
10.02.2026 18:05 β π 2 π 0 π¬ 1 π 0I have not paid enough attention to #Postgres- m.youtube.com/watch?v=1qs9... was eye-opening
10.02.2026 18:03 β π 1 π 0 π¬ 1 π 0I 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.
11.01.2026 14:10 β π 0 π 0 π¬ 0 π 0I 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.
05.01.2026 22:20 β π 1 π 0 π¬ 0 π 0Containers can protect your local environment but they canβt protect something thatβs being accessed over an MCP. If the permissions include overwrites, I think the model can choose whether to ask you or not.
05.01.2026 22:18 β π 1 π 0 π¬ 0 π 0Now every time an agent builds something, it runs a linter with some simple rules that can hint there might be smelly code, and then has explicit instructions to make judgements based on the actual smelliness and either fix the smell or comment out the linter warning.
02.01.2026 19:54 β π 0 π 0 π¬ 0 π 0This is outside of my normal experience so I just kind of blindly started building. When I started to get results that didnβt match what I wanted, I dug and discovered opportunities to improve the quality of the code. Given my lack of experience with these languages, this was all with AI.
02.01.2026 19:52 β π 0 π 0 π¬ 0 π 0So Iβve been surprised at how good certain models are at the high-level stuff. I just kind of blindly stumbled forward until I realized I produced an application that works but resists new features because of a bunch of smelly code. I learned about this and how to address it using one of the models.
02.01.2026 19:26 β π 0 π 0 π¬ 1 π 0Cloud is a way of hosting things. Itβs kind of plumbing for the interesting stuff. Iβm responding more from the perspective of my side project which is AI engineering a sudoku app using languages I barely know.
02.01.2026 19:24 β π 0 π 0 π¬ 0 π 0