📰 Dev.to · Shimo
15 articles · Updated every 3 hours · View all reads
All
Articles 69,314Blog Posts 101,093Tech Tutorials 16,826Research Papers 14,165News 12,698
⚡ AI Lessons

Dev.to · Shimo
1mo ago
Is ReAct Needed in Production? — Separating Design and Operation Phases
The third article in the ReAct quadrant series. ReAct may be a tool for the design phase, not for production. Separate design and operation, and the legitimate

Dev.to · Shimo
1mo ago
(3) The LLM Workflow Quadrant Is Missing from Our Vocabulary
A follow-up to the 4-quadrant framework for business AI. The industry has no positive name for the LLM Workflow Quadrant — and that vocabulary gap is what makes

Dev.to · Shimo
1mo ago
A Sign on a Climbable Wall: Why AI Agents Need Accountability, Not Just Guardrails
AI agent governance is stuck in the 'put up a sign' phase. Plato described the problem 2,400 years ago. The solution isn't better signs — it's accountability ar

Dev.to · Shimo
1mo ago
How Ethics Emerged from Episode Logs — 17 Days of Contemplative Agent Design
I ran a distillation pipeline on an autonomous SNS agent for 17 days and hit knowledge saturation. Self-improvement needed human approval to break through. A de

Dev.to · Shimo
2mo ago
Freedom and Constraints of Autonomous Agents — Self-Modification, Trust Boundaries, and Emergent Gameplay
Three weeks of operating a 9B autonomous agent revealed three facets of 'how much freedom to allow' — self-modification gates, trust boundaries, and security co

Dev.to · Shimo
2mo ago
Porting Game Dev Memory Management to AI Agent Memory Distillation
How 40 years of game development memory techniques — Importance Scoring, LOD, Object Pooling — improved a 9B model's knowledge distillation pipeline.

Dev.to · Shimo
2mo ago
Every LLM App Is Just a Markdown-and-Code Sandwich
Rebuilding a local 9B agent's insight feature revealed the same architecture hiding inside Claude Code: natural language instructions and deterministic code, la

Dev.to · Shimo
2mo ago
Natural Language as Architecture — Controlling an Autonomous Agent with Prompts, Memory, and Fail-Safe Design
I built an autonomous SNS agent with a local 9B model and no framework. 13 Markdown prompts define behavior, Python enforces safety. This is what I learned abou

Dev.to · Shimo
2mo ago
click() Betrayed Me 3 Times — Playwright Magento Battle-Tested Patterns
Introduction I tried to automate a Magento-based e-commerce site with Playwright. Magento...

Dev.to · Shimo
2mo ago
I Built an AI Agent from Scratch Because Frameworks Are the Vulnerability
OpenClaw imploded. In January 2026, a security audit uncovered 512 vulnerabilities — 8 of them...

Dev.to · Shimo
2mo ago
I Made a Paper I Don't Understand Run in the Browser — Active Inference Claude Code
In a corner of the AI research report that arrives at 5 AM every morning, there was a term: "Active...

Dev.to · Shimo
3mo ago
I Asked Gemini How Its Own Deep Research Works — Half of It Was Inaccurate
I brought up token economics with Gemini, and the conversation expanded into a comparison of Deep...

Dev.to · Shimo
3mo ago
Before and After Alignment — I Typed 'Hello' Into a Base Model and Got an Anime Review
Have You Ever Seen a "Raw" AI? The ChatGPT and Claude we use every day answer our...

Dev.to · Shimo
3mo ago
The Day I Told Claude Code 'You ARE the LLM'
Auto-generating structured explanations for 397 questions — and the quality was...

Dev.to · Shimo
3mo ago
A Beginner's First 10 Days of Real Development with ECC
Introduction - What Is Everything Claude Code? Everything Claude Code...
DeepCamp AI