RSRohan Sen Sharmainnulltensor.hashnode.dev·2h ago · 6 min readAI in Software Testing: Why Generated Tests Miss BugsAI in software testing can push coverage up while missing the bug that matters. During our account-deletion work, a coding agent produced an implementation and passing tests. Further testing exposed a00
MSMarek Skopowskiinblog.skopow.ski·2h ago · 2 min readYour LLM Is Not DeterministicRun the same report twice and the second result may reorder sections, rename a heading, or round a number differently. Add more instructions and the prompt starts looking like a brittle program writte00
PKPatrick Kearnsinfullstackcity.com·2h ago · 8 min readWhy Decimal Arithmetic Can Still Surprise You in .NETSwitching from double to decimal solves an important problem when working with money. It lets you represent values such as 0.1m exactly in base ten. The thing is though, It doesnt tell your applicatio00
Jjaberadam2001insimplyexplained.hashnode.dev·5h ago · 6 min readYour Best Work Erases Its Own EvidenceTwo engineers, one quarter. Priya notices that payment retries can charge a customer twice when the gateway times out. She adds idempotency keys and merges a quiet PR. A month later Marcus spends a Sa00
AAseel-Himeidaninsulanotes.hashnode.dev·1d ago · 4 min readSWQA Principles & Quality Management Notes Coming from a freelance testing background, I used to think that software QA was only manual testing. My university course completely flipped this perspective. I quickly realised that QA is a far rich02F
MMaxinpkgmax.hashnode.dev·19h ago · 9 min readIf AI Can Code, Why Am I Still Learning Software Engineering?There is a lot of fear around AI and software development. People talk about AI taking developers' jobs, AI making programming irrelevant, and how there is no longer a reason to spend years learning h00
JVJason Vertreesinjvertrees.hashnode.dev·20h ago · 4 min readHow to Corral Gemini for Agentic CodingGemini has developed a bit of a reputation in the multi-agent space. I recently heard someone refer to it as the "idiot in the room" when it comes to long-term agentic coding. That is both unfair and 00
HNHiroyuki Nakahatainblog.iroha1203.dev·1d ago · 25 min readThe Mathematics of Software ChangeWhat should software engineering provide in an age when AI writes code? We divide design work across teams, implement features, and migrate systems that are already running. Throughout that work, we n11B
ABAbhishek Banerjeeindeeper-in-tech.hashnode.dev·1d ago · 8 min readAI Reviewing AI: Why Our Multi-Agent PR Tribunal Is the Only Way We Survived the Diff ExplosionLast quarter, one of my client's team hit an inflection point that almost broke our engineering velocity. We had fully integrated autonomous coding agents into our daily workflow. Code was being writt00
M8Marketing 8080AIin8080ai.hashnode.dev·1d ago · 7 min readWhat 'Kubernetes-Ready' Really Means for AI-Generated ApplicationsAI tools can generate a Kubernetes Deployment, a Service, an Ingress, and a Helm chart from a plain-language description in seconds, and the output is usually well-formed enough to apply without error00