KHKevin Hwanginkevinhwang.dev·1d ago · 9 min readExtending Agents With Plugins: Improving Codex Memory 🧠As Benjamin Franklin once said, “Another day, another AI coding agent.” He wasn't wrong, agent products are now dime a dozen, with many orgs running Claude, Codex, Cursor, etc. in parallel — the agent53ALS
POPrecious Obinnainprecious-o.hashnode.dev·Jun 12 · 8 min readHow I Used Context Engineering to Improve RetrievalIn my previous article, I talked about how I cached users' intentions instead of their exact queries to reduce token usage and latency drastically. Context engineering played a HUGE role in doing that00
LDLuhui Devinluhui.hashnode.dev·Jun 12 · 7 min readClaude Code Incident Review: What Anthropic's Three Production Bugs Teach Agent EngineersIntro Last month, Anthropic published a rare kind of incident review. The rare part was not that they had bugs. If you build large-model products, bugs are part of the deal. The rare part was that the00
DKDenis Krinitsyninagentloop.hashnode.dev·Jun 6 · 3 min read# I designed an AI agent without writing a line of code — and the first eval caught two dangerous mistakesI set myself an ambitious goal: to actually understand AI agents at an engineer's level, not a user's. On day one I learned something that reframed the whole thing: building agents is mostly not about10
NNireus79innireus79.hashnode.dev·Jun 6 · 11 min readSocrates-AISocrates AI is a comprehensive system for solving the context problem in human-AI communication. By applying the Socratic method (2,400 years of philosophical tradition) to modern AI systems, Socrates00
FIfor IT theinieee-projects.hashnode.dev·Jun 3 · 42 min readContext Engineering vs Prompt Engineering for Final Year Students: 4 IEEE Papers You Should Read (2026–2027)Introduction Prompt engineering was, until very recently, the dominant lens through which practitioners understood how to work with large language models. Write better prompts, get better outputs. Tha00
CChrisinchrisdevai.hashnode.dev·Jun 3 · 8 min readThe Future of Code Documentation Is Atomic Context, Not EssaysMost teams do not have a documentation shortage. They have a context shortage. The average developer spends 20 minutes hunting for context before making a one-line change. Their AI pair-programmer spe00
AAanchalinaanchalfatwani.hashnode.dev·May 31 · 13 min readWorking Effectively with AI Coding Assistants: Principles, Patterns, and Best PracticesAI coding assistants have moved far beyond autocomplete. They now generate functions, refactor systems, write tests, debug complex issues, and assist with architectural decisions. But despite rapid pr00
BDBhuvesh Dhimaninblog.bhuveshdhiman.com·May 30 · 3 min readI read a great piece on context engineering for AI agents, and it changed how I think about agent designThe article made one thing very clear. Agents do not fail because models are weak. They fail because context is poorly managed. Context engineering is about deciding what information lives inside the 00
RRRishi Raj Jaininfreecodecamp.org·May 29 · 14 min readHow Contextual Embeddings and Hybrid Search Fix Retrieval FailuresIf you’ve built a RAG (Retrieval-Augmented Generation) system in the past year, you’ve probably hit the wall where your LLM returns confidently wrong answers, cites information that doesn’t exist, or 00