Website profile

@Thepracticaldev

A constructive and inclusive social network for software developers. With you every step of your journey.

  • 10,510articles · 30d
  • 26+ min agolatest article
  • Aug 14, 2026earliest in window
  • 97%with images
  • 293avg words
articles per day
Categories
  • Software Dev. 9,714
  • Science & Technology 9,587
  • Computers & Electronics 7,424
  • Business & Industrial 812
  • Internet & Telecom 773
  • Economy, Business & Finance 382
  • Finance 333
  • Arts, Culture, Entertainment & Media 245

Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > gokulnathp > ai-agent-memory-sliding-windows-summaries-and-vector-storage-4mo9

AI Agent Memory: Sliding Windows, Summaries, and Vector Storage

5+ hour, 9+ min ago   (623+ words) The agent we built in Post #4 has one big problem — the moment the script ends, it forgets everything. Next time you run it, it starts from zero. No memory of past conversations, no retained facts, nothing. For a quick experiment…...

DEV Community
dev.to > abdeljabbar_elassali_78e > muse-vilix-ai-every-ai-i-use-now-shares-one-memory-2anf

Muse + Vilix AI: Every AI I Use Now Shares One Memory

20+ hour, 53+ min ago   (612+ words) I use too many AI tools. ChatGPT for brainstorming, Claude for writing and code, Cursor when I am deep in a repo, and Muse on my phone when I am away from my desk. Each one is good at its…...

DEV Community
dev.to > izgorodin > your-memory-server-did-not-say-destructivehint-by-the-spec-that-means-true-25dh

Your Memory Server Did Not Say destructiveHint. By the Spec, That Means True.

22+ hour, 22+ min ago   (684+ words) A tool that ships no annotations has not stayed silent about whether it is destructive. Under the MCP schema it has answered true. Himanshu Kumar had measured the other end of the same field a week earlier, on 2026-08-30, auditing a…...

DEV Community
dev.to > vasilije_markovic__ > agent-memory-and-questions-to-ask-2jo8

Agent memory and questions to ask

23+ hour, 57+ min ago   (575+ words) Tell a coding agent that your project runs tests with npm test. Start a new session and ask it how to run the tests. It answers correctly. Good first result. Now tell it the project has migrated to pnpm. Start…...

DEV Community
dev.to > gitlab_3188 > faq-five-persistence-myths-after-the-chat-ends-5dfl

FAQ: Five Persistence Myths After the Chat Ends

1+ day, 3+ hour ago   (1074+ words) The agent quoted a test I already deleted. I asked where that deleted file still lived. The working tree and the chat disagreed hard. Which memory was lying to me this time? That mismatch is the point of this article....

DEV Community
dev.to > catidegla > agent-memory-that-commits-the-write-before-it-tries-to-embed-nck

Agent memory that commits the write before it tries to embed

3+ day, 18+ hour ago   (348+ words) I build on a connection that drops for hours at a time. That exposed an assumption nearly every agent memory library makes without stating it. It is an ordering decision, made once, that everything else follows from. The write is…...

DEV Community
dev.to > youfuhsu > giving-an-ai-agent-memory-is-easy-keeping-it-true-is-the-hard-part-3f02

Giving an AI agent memory is easy. Keeping it true is the hard part.

4+ day, 4+ hour ago   (752+ words) Giving a coding agent memory that survives the session is not a hard engineering problem. A directory of markdown files outside any repo, one fact per file, an index that gets loaded at the start of every session. That is…...

DEV Community
dev.to > infracore > a-memory-server-may-need-two-write-paths-not-one-2p2

A memory server may need two write paths, not one

4+ day, 9+ hour ago   (118+ words) For anything an agent can persist, split the proposal path from the commit path and put a real trust boundary between them. If a model can save durable facts, untrusted text from one session could influence later sessions. A practical…...

DEV Community
dev.to > the_leon_odor > my-ai-remembered-everything-important-it-forgot-what-i-did-last-night-4ije

My AI Remembered Everything Important. It Forgot What I Did Last Night.

4+ day, 14+ hour ago   (849+ words) The core mechanism relies on SQLite with FTS5 for keyword matching. The connection graph lives on top of that. You might hear people talk about vectors for everything. Vectors exist as a secondary signal in mycelium. They are not the primary…...

DEV Community
dev.to > _24569b2abcc8f3fa4c094 > from-47-to-84-the-full-locomo-benchmark-record-of-the-nylonme-memory-engine-1nb6

From 47 to 84: The Full LoCoMo Benchmark Record of the NylonME Memory Engine

5+ day, 54+ min ago   (647+ words) Every number in this article comes from reproducible evaluation scripts. Measurement basis: LoCoMo... Tagged with ai, llm, rust, opensource....