AI19 articles

September 13, 2026

Sometime after midnight tonight, a lot of people will type "I haven't told anyone this, but..." into a chat window, and very few will think about where that sentence goes. Conversational AI feels like a confidant, but legally it is a service receiving data. Encryption, deletion, and training opt-outs reduce risk, but no privacy setting makes a conversation privileged, and a 2025 court order showed that even deleted chats can be preserved. We need a legal idea of confidential AI communication.

September 12, 2026

Suppose an engineer tells their manager they need a bigger token budget because they can't keep working without it. It sounds like good news until you ask why the pull request has three retry wrappers and watch them paste the question into the agent. The bill is the visible cost of AI. The expensive token is the one spent replacing your own understanding. Write down how you work so the agent stops rediscovering it, keep the understanding with the people who get paged, and judge token spend by what it bought.

August 13, 2026

A good developer works with focus all day and closes three tickets, and nobody can point to the slow part, because the coding was quick. We keep measuring AI by speed at the keyboard, when the keyboard was rarely the constraint. AI does not have to make you a dramatically faster programmer to make your team dramatically faster; it just has to kill the cold-start hour every ticket demands before a single useful line gets written. Put an agent at the front of the line to investigate and open a draft pull request, and the developer stops starting every ticket from zero.

August 13, 2026

I had a remote MCP server that worked with every client I pointed at it, until Grok's OAuth flow asked a discovery question no other client had asked and the integration stopped before a single tool call. The July 2026 MCP specification goes straight at that class of failure. The protocol is stateless over Streamable HTTP, discovery is explicit, OAuth discovery is hardened around RFC 9728, and MCP Apps let a tool return a sandboxed interface. MCP is turning into ordinary Internet infrastructure, and the interesting engineering starts after the JSON-RPC leaves your process.

July 24, 2026

Imagine two engineering teams with the same size, the same roles, and the same AI budget. A year later, one has cut delivery time by 40 percent; the other has a very impressive token dashboard. Most enterprise budgets would fund them identically next year, because technology budgeting is built around access and fairness. That model works for software licenses and breaks down with AI, because AI is productive capacity whose value depends on where it is applied. Give everyone baseline access, then manage the rest like an investment portfolio: measure outcomes at the team level and move capacity toward the teams that turn it into revenue.

July 24, 2026

There is a planning meeting most executives have never sat in, where nobody brings a hiring plan and the only question is how much speed leadership wants to fund. Growth has always been throttled by headcount, and AI maturity decides when that stops. As organizations move from individual productivity to coordinated workflows to autonomous execution, execution capacity comes loose from headcount, investment replaces talent as the limit, and AI spending becomes a growth dial that belongs to the CEO.

July 23, 2026

The headline practically writes itself, and it says AI went rogue: OpenAI's models escaped a cybersecurity evaluation sandbox and compromised Hugging Face systems while hunting for a way to solve the benchmark. I am not sure that is what happened. The models pursued exactly the goal they were given, with more capability than boundaries, and guardrails alone won't fix that. The engineering work is teaching agents that some rules outrank the objective, and that sometimes the correct outcome is to fail.

July 19, 2026

The hardest thing to find in language learning is a patient French speaker at 7:15 on a Tuesday morning, when I have twenty minutes and feel like talking about my weekend. Years of courses, grammar, vocabulary, and audio lessons never fixed that scarcity. Conversational GPTs have not solved language learning, but they gave me the one thing I could never manufacture on my own, which is volume: hundreds of ordinary conversations, available whenever I want one.

July 17, 2026

When typewriters became standard office equipment, nobody held a meeting to debate whether typing was real writing, and people were expected to learn. The popular quote says AI won't take your job but someone using AI will, which turns a tooling shift into a competition. Using AI is becoming part of the software engineer's job, the way version control, automated testing, and CI did before it, and the engineer who merges and deploys the code still owns what ships.

July 12, 2026

Picture a stationmaster with a spotless platform and no train, because whatever is holding it up is somewhere else on the line. For most of the history of software development, coding was the bottleneck that hid the rest of the system. AI is compressing implementation, and the constraint has moved to requirements, review, testing, and deployment. Systems thinking was always important; AI just made the rest of the factory visible.

July 11, 2026

When AI cuts a three-week task down to one week, who gets the two weeks? Almost never the engineer. AI won't turn everyone into a 10x engineer; it will turn yesterday's 10x output into tomorrow's baseline expectation. The bottleneck moves to review, testing, deployment, and judgment, and the organizations that come out ahead will be the ones that improve the whole delivery system instead of celebrating code generation on its own.

June 30, 2026

I have always thought of my brain as fixed storage: long-term memory like a hard drive, short-term memory like RAM, both finite. That is why context switching hurts. It is not just that you stopped one thing and started another, it is that you had a whole working set loaded in your head and something flushed it. We talk about AI context windows now, but people have them too: limited working space, long-term storage with strange indexing, facts we keep, facts we ignore, and a childhood TV theme song that apparently holds a lifetime lease.

June 29, 2026

The code appears in seconds, it compiles, and the ticket is ready to move, so every instinct says the work is almost done. That feeling is the dangerous part. AI makes you faster without making you better, which means it amplifies whatever habits are already there, good or bad. It rewards clear thinking, exposes vague requirements, and leaves accountability with the person who merged the pull request.

June 28, 2026

Suppose an engineer joined your team six weeks ago and their first big pull request is full of choices your team would never make. Replace that engineer with an AI assistant and suddenly everyone calls the same output slop. Most AI slop is human slop with a faster feedback loop, because the instructions were thin, the standards were tribal, and the architecture lived in one senior engineer's head. Write the standards down and the AI gets better, and so do the humans.

June 27, 2026

Who designed this mess? Every engineer has asked it over a strange workaround, an awkward abstraction, or a manual deploy step. Hiding inside the question is one of the easiest mistakes in engineering, the assumption that the person before you should have known better. Sometimes the work is careless, but a lot of the time you are looking at context you don't have. Before criticizing a design, learn what its author was up against, then fix what is still broken.

June 27, 2026

Ctrl+Z may be the most trusted keystroke in software, but production systems aren't text editors. Every conversation about AI agents eventually turns into a conversation about trust, and the useful kind of trust comes from knowing what happens when the agent gets something wrong. Undo is an operational discipline that runs from design and validation through rollback, compensation, and learning, and the more we let agents act instead of advise, the more that discipline has to exist before we hand them the keys.

June 26, 2026

An engineer is deep in a problem, someone taps them on the shoulder, and productivity falls off a cliff. Every part of that story is true, and it still blames the wrong thing. The interruption only hurts because software delivery runs on fragile human memory, with the engineer as the one place the working model of the change lives. AI raises the stakes by turning individual contributors into managers of small AI teams. The fix is to write the context down where it survives a sick day, a handoff, or an AI session ending.

June 18, 2026

Turn the lights off in a factory and, in a few famous plants, nothing stops. Now turn the lights off on your software delivery for one release: nobody translating tickets, nursing pipelines, or watching dashboards. How far would a change get? For most teams a fully autonomous delivery system is impractical, which is exactly what makes it a useful forcing function. Wherever the workflow breaks first is where your delivery still depends on tribal knowledge, unclear ownership, or a rollback plan nobody has practiced.

June 16, 2026

A developer leaves standup with a ticket and comes back the same day with an implementation, a migration plan, and three pull requests; a year ago that was a week of work. AI made execution dramatically faster, but most teams are held back by planning and validation, and AI does little for either by default. Speed up only the middle of the delivery system and the work backs up at review, testing, and deployment. The fix is to improve the whole loop, starting with the two stages AI left alone.

© 2026 ABWaters. Thinking out loud.