NSNeeloppher Syedinneeloppher.hashnode.dev·Jun 23 · 8 min readContext Compaction Visualizer: See Exactly What Your AI Agent Forgot Before It Costs YouWhen an AI agent runs for many turns, it eventually hits context limits and must compress or discard earlier messages. This is often invisible, yet critical - lost context can cause the agent to forge00
NSNeeloppher Syedinneeloppher.hashnode.dev·Jun 12 · 6 min readAgentLiar Detector: Catch Coding Agents That Falsely Claim Task CompletionAI coding agents are getting better at completing tasks. They are also getting better at appearing to complete tasks. An agent that claims "done" when it has created placeholder files, written empty t00
NSNeeloppher Syedinneeloppher.hashnode.dev·Jun 6 · 8 min readCarbon-Aware Model Training: Scheduling GPU Workloads Around Electricity Carbon IntensityTraining ML models has an environmental cost that most practitioners do not measure. A model trained during peak grid hours, when coal and gas plants are meeting high demand - can emit significantly m00
NSNeeloppher Syedinneeloppher.hashnode.dev·Jun 6 · 8 min readAgentsync: Version, Merge, and Audit AI Agent Configurations Like CodeMost AI engineering teams now run a stack of agent configs across many repos - model choices, tool allowlists, prompt templates, eval thresholds, safety rules. These configs drift the moment two engin00
NSNeeloppher Syedinneeloppher.hashnode.dev·Jun 4 · 6 min readCostGuard: A Real-Time Circuit Breaker That Stops AI Spend Before It Gets Out of ControlAI API costs can spiral faster than anyone expects. A runaway loop, a misconfigured batch job, or a forgotten test that fires thousands of requests - by the time you see the bill, the damage is done. 10