Rebellion of the machines
We just literally experienced rebellion of the machines. We have a Cursor agent that runs on each PR and conducts a review. At some point we noticed mysterious commits that [ ]
Premature optimization is the root of all evil
We just literally experienced rebellion of the machines. We have a Cursor agent that runs on each PR and conducts a review. At some point we noticed mysterious commits that [ ]
Note to self: write down answers to security questions together with the password. Especially if the security question is not factual ( in what city was your mother born? ), but subjective [ ]
The question A common position, especially now that most code is written by AI agents, runs as follows: write tests with enough coverage, and then it does not matter what [ ]
Here s a 10-line Python program. Nobody on Earth currently knows whether it ever stops. f = lambda n: 3*n+1 if n%2 else n//2 stop = seed = 0 while not [ ]
The Heist On May 4, 2026, someone stole about 150,000 dollars by sending a tweet. How is it even possible? Where did the money come from? The answer involves Grok, [ ]
AI agents are known for making mistakes in multiple ways. Sometimes they just make things up, aka hallucinate. Sometimes they speculate. Sometimes they are unaware of major developments that happened [ ]
The Incident A few days ago, we upgraded our server from one type of storage to another. Suddenly, most of our data disappeared from view. It still existed on disk, [ ]
Can an LLM code in a language it was not trained for? Spoiler: kind of. It is not very fast and not very efficient, but if you give the LLM [ ]
Daylight Savings Time is evil and should be outlawed (Putin s Russia has already done that! 🙂 ). I am building directing Cursor to build a dashboard and it s really a [ ]
Another AI/vibe coding battle story which makes me hard to believe it is possible to create reliable products through vibe coding alone without code review. The AI emulates humans too [ ]