Day: March 7, 2026
13 posts
Grammarly’s ‘expert review’ is just missing the actual experts
A recently-added feature in Grammarly purports to improve users’ writing with help from the world’s great writers and…
One MCP Configuration for Codex, Claude, Cursor, and Copilot with chezmoi
If you use multiple coding agents across multiple machines, MCP configuration drift is unavoidable unless you make one…
OpenAI robotics lead Caitlin Kalinowski quits in response to Pentagon deal
Hardware executive Caitlin Kalinowski announced today that in response to OpenAI’s controversial agreement with the Department of Defense,…
The missing layer between your AI agents and you
The three patterns developers settle for Pattern 1: Terminal babysitting python my_agent.py >> agent.log 2>&1 & tail -f…
OpenAI delays ChatGPT’s ‘adult mode’ again
The feature, which will give verified adult users access to erotica and other adult content, had already been…
CLI tool that explains C memory leaks and suggests fixes
Hello everyone, I’ve developed an open-source tool called Leax. It’s a CLI that acts as a companion to…
Quark’s Outlines: Python Emulating Callable Objects
Quark’s Outlines: Python Emulating Callable Objects Overview, Historical Timeline, Problems & Solutions An Overview of Python Emulating Callable…
Deploy a Production AI Platform on AWS for $100/month
From seven broken Lambda functions to a production AI platform in 8 articles. That’s the journey we’ve taken…
Digital Learning and the Future of NDT Competence
The British Institute of Non-Destructive Testing (BINDT) Burns Supper Seminar, held in January, provided a timely forum for…
How I built a 39 compression pipeline with AES-256-GCM in Python (and why the dictionary is everything)
I store LLM training data. Every tool I found either compresses it or encrypts it — nothing did…