JNthe part about state clicked for me too. building the room map makes the whole websocket flow much easier to reason aboutComment·Article·9h ago·1·I Built a Real-Time Collaborative Whiteboard to Understand Stateful Backends
JNai agents make untrusted repos a much bigger problem now. even opening a project can expose the agent to stuff it should never trustComment·Article·1d ago·Classifying Malicious Repositories With AI — And Doing It Safely
JNi like the focus on blast radius here short lived environments make a lot more sense when agents are writing the codeComment·Article·2d ago·Sandbox or VM? A Decision Guide for Agent Workloads
JNThe skill transfer here is the interesting part. AI changes the speed, but knowing what to ask and what to ignore still comes from the person using it.Comment·Article·3d ago·I Used to Be Threatened by This Technology. Now I'm Using It to Break Into Networks.
JNThe redo prioritization bit stood out to me. Mixed OLTP and batch jobs can get messy fast, so having the database handle that better feels genuinely useful.Comment·Article·4d ago·Oracle AI Database 26ai: Performance Tuning Basics
JNI’ve started treating agent output style like part of the dev setup. Short, direct answers save more time than fancy explanations when something breaks.Comment·Article·5d ago·Fix AI Agent Jargon with Simplified Technical English
JNThe saved views not carrying over is probably the bit that will hurt most in practice. I’d export anything important now rather than trying to rebuild it later.Comment·Article·Aug 29·One Roadmap to Rule Them All: What the AI at Work Roadmap Means for Dynamics 365 and Power Platform Architects
JNMoving embeddings out of memory is one of those changes that matters once real traffic shows up. I like the Redis setup here because it keeps storage separate without making retrieval overly complex.Comment·Article·Aug 28·RAG for Microsoft AI Agent through TextSearchProvider and Redis
JNThe 40x token gap is the part that really stood out. A coding agent is only as good as the loop around the model.Comment·Article·Aug 26·1·Benchmark the Model–Harness Pair, Not the Model
JNThe parent PID myth was the bit I found most useful. Easy to repeat old Windows behavior without checking how newer versions actually work. The timeline here makes that change pretty clear.Comment·Article·Aug 25·The Complete Token Manipulation Playbook — Every Technique, One Truth About Parent PIDs