Author: drweb

TL;DR — Key Takeaways AI-generated infrastructure is showing a measurable security gap, with deployment infrastructure performing worse than general application code in cited testing. AI-authored IaC should pass through stronger automated gates, including syntax validation, misconfiguration scans, container checks, policy-as-code and secret scanning. Provenance tracking is a practical next step, allowing AI-drafted changes to be tagged and routed for closer review before production. Ask a platform engineer how much of their Terraform, Kubernetes manifests or CI/CD YAML was drafted with an AI assistant, and the honest answer is usually “most of it.” Ask the same engineer how much of that…

Read More
SQL

Who is going to do my job now. That was the question in an email that arrived at 4:41 this morning, from a man who gave sixteen years to one company and handed his laptop back before lunch yesterday.He said I could use this if it helped somebody. Names and details are changed so nobody is identifiable. The emails are trimmed for length and nothing else.“Pinal, I dont know why I am writing this to you. Yesterday they called me at 10:40 and the call was nine minutes. I gave the laptop back before lunch. 16 years.I am not asking…

Read More

TL;DR — Key Takeaways Tricentis is previewing new AI capabilities under its Tricentis Transform initiative, including the autonomous Aida testing agent. Aida can explore web and Windows desktop applications to identify defects and coverage gaps without requiring teams to create scripts. Release Risk Intelligence is designed to identify testing gaps, prioritize risks and launch AI-driven remediation tasks using context from the Tricentis platform. Tricentis is providing early access to multiple artificial intelligence (AI) capabilities that it is gearing up to roll out later this year via a Tricentis Transform initiative, including an autonomous AI agent, dubbed Aida, that explores web…

Read More

Dark romance has taken over BookTok lately. Writers are scrambling to keep up with the demand.I’ve spent a lot of time testing AI tools to see which ones can actually handle the genre without turning everything into a generic love story.The best AI dark romance writers can hold onto morally complex characters, slow-burn tension, and messy power dynamics across an actual story instead of forgetting what happened three chapters ago.Some platforms can even take you from a rough idea to a complete manuscript with chapters, dialogue, and a cover.If that’s what you want, ImagineYourBook.com is the one I’d start with.1)…

Read More

TL;DR — Key Takeaways Correlation is not diagnosis. Grouping related alerts helps reduce noise, but it does not explain which event caused the failure or what should actually be fixed. True AI-assisted diagnosis needs causal reasoning, current dependency data and the ability to admit uncertainty rather than confidently guessing. Good postmortems are critical training data. Teams that document clear causal chains are better positioned to build trustworthy automated incident diagnosis. Anyone who’s ever been on an on-call rotation knows the feeling. A dashboard lights up green to red across a dozen services, an incident channel starts filling with theories and…

Read More
SQL

I was trolling the docs and noticed the SIGN() function. I have never written this in production code, but it is an interesting function. This post looks at where I might use this and when the need arises. Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. How It Works The SIGN() function works by taking an argument and evaluating if the value is positive, negative, or zero. The example in the MSLearn Docs shows the values working in a few ways. I’m reproducing that here to look…

Read More

TL;DR — Key Takeaways Production agents need durable execution, not just better models. Long-running workflows require state, retries, checkpoints and recovery. The workflow becomes the application, with an orchestrator coordinating specialized agents and parallel tasks. Human review and governance belong inside the workflow, alongside scoped permissions, observability and auditable evidence. Enterprise AI agents need more than stronger models. They need durable execution environments that can coordinate multi-step workflows, survive failures, pause for human review and resume reliably after disconnects or delays.AI Agents Have Moved Beyond Chat DemosAI agents work beautifully in demos. A user asks a question, a large language…

Read More

Kiln Fire is a modern billing and studio management platform built specifically for community pottery studios. Today, more than 200 studios rely on Kiln Fire to manage memberships, classes, billing, retail sales, firing fees, reservations, inventory, and more. We’re a small, focused team that believes in building thoughtful software that genuinely makes our customers’ lives easier. As our platform continues to grow, we’re looking for an experienced developer to help improve reliability, build new functionality, and strengthen the internal tools that support both our customers and our team. About the Role We’re looking for a capable full stack web developer…

Read More

Aug 24, 2026 MinIO End of Life: How to Stay Patched and Audit-Ready with Docker ELS MinIO reached end of life in February 2026. Docker Extended Lifecycle Support (ELS) keeps end-of-life software like it patched, compliant, and audit-ready for up to five years, covering versions upstream no longer supports all the way up to entire projects. Read now

Read More
SQL

Using historical data to confirm performance improvements turns a fast test into evidence the business can defend.Using historical data to confirm performance improvements starts with one fair question. Did the same work become cheaper under comparable conditions? In an illustrative case, a DBA deploys an index at 9:00 AM and watches average reads fall. The release channel fills with check marks.Before deployment, the query averaged 42,000 logical reads across 18,400 executions. Afterward, it averaged 6,100 reads across 11,200 executions. Total reads fell 91 percent, but executions fell 39 percent too.That missing context changes the decision. The team now needs matched…

Read More