DSDoogal Simpsonindoogal.dev·4h ago · 5 min readWhy Right-Shifting Divides: The Math Behind Bitwise ShiftsTL;DR: Shifting a number's digits one position to the right in any positional number system divides that number by the system's base (e.g., dividing by 10 in decimal, or by 2 in binary). This behavior00
SSSameer Selokarinblogbysameer.hashnode.dev·3d ago · 15 min readAI Memory: How Can an AI Agent Remember You?Have you ever told an AI assistant something important, only to discover that it has forgotten it in your next conversation? For example: You: My name is Sameer. I’m building an AI memory system call11A
CCopperSunDevinbrasscoders.hashnode.dev·3d ago · 9 min readIDOR and Access Control in AI APIs, by the NumbersOWASP's Top 10 2021 found broken access control in 94% of tested applications — the highest occurrence count of any category, at 318,487 logged instances. The API-specific version of the same bug, Bro00
CCopperSunDevinbrasscoders.hashnode.dev·3d ago · 8 min readAI Code License Risk From Training-Data MemorizationYour AI coding assistant did not write that function from scratch. It predicted the next token, and the token before that, from a model trained on a large slice of public code. Most of the time the re00
Aakraminesparksit.hashnode.dev·6d ago · 13 min readAPI Key Lifecycle Management Best Practices Agents OauthAPI key lifecycle management best practices for agents and OAuth start with one principle: prefer short-lived, scoped, machine-issued credentials over long-lived static secrets. In practical terms, ap67ISAAS
DSDoogal Simpsonindoogal.dev·Aug 31 · 5 min readStop Terminal Prompting: A Markdown-First AI WorkflowQuick Answer: Relying on interactive terminal prompts for slow AI agents forces us into constant, exhausting context-switching. To reclaim your flow state, don't code in the terminal. Instead, draft y10
Aakraminesparksit.hashnode.dev·Aug 31 · 12 min readIT Modernization Strategy: A Practical Guide for LeadersAn it modernization strategy is a practical plan for upgrading legacy applications, infrastructure, data platforms, and delivery processes so technology supports current business goals instead of slow57SSASS
Vvideostanceinvideostance.hashnode.dev·Aug 30 · 6 min readStop Picking One AI Model: A Routing Guide for Coding Work in 2026Every week someone asks the same question in a forum thread somewhere: which AI model should I use for coding? And every week the answers contradict each other, because the people answering are doing 10
CCopperSunDevinbrasscoders.hashnode.dev·Aug 29 · 7 min readLLM Code Reviewer Reliability, by the NumbersHow reliable is an LLM when you point it at a diff and ask what's broken? The measured answer: strong at finding bugs, weak at saying the same thing twice. A 2025 benchmark clocked the recall of three10
CCopperSunDevinbrasscoders.hashnode.dev·Aug 29 · 8 min readAI Package Hallucination Rate: 96 Names Checked On PyPINinety-six Python coding tasks. Ninety-six package names a frontier AI model handed back, each with the confidence it uses for import os. Ninety-five of those names exist on PyPI. One doesn't, and nev00