Urgent.News

What's breaking now, across thousands of outlets.

AI

One shared memory for every agent in a project, over MCP: ✅ Fully local — Ollama + Qdrant + Mem0 ✅ Zero API keys ✅ Configs auto-generated for 5 agents ✅ Apache 2.0 https://github.com/sanprat/agent-memory

GitHub - sanprat/agent-memory: Universal MCP memory layer for AI coding agents (OpenCode, Claude Code, Cursor, Kilo Code). Self-hosted with Mem0 + Qdrant. Seed rules once, all agents remember. · GitHub Universal MCP memory layer for AI coding agents (OpenCode, Claude Code, Cursor, Kilo Code). Self-hosted with Mem0 + Qdrant. Seed rules once, all agents remember. - sanprat/agent-memory github.com

We haven't written up this one. Dev.to has the full story — the link below goes straight to it.

Read the original at dev.to →

More in AI

Three layers of automated fact-checking for an LLM newsroom (and the bugs that forced each one)

Our site, presentofai.com , publishes AI industry analysis daily with no human in the writing loop: agents ingest news and company filings into an event timeline, score them, and synthesize digests…

  • First layer, article-level critic checks drafts against source events for errors
  • Second layer, search-verified claim checking extracts and verifies crucial claims
  • Third layer, data auditing re-reads timelines for recurring failure classes

The failures that don't fail loudly

I spent a week building an agent that upgrades dependencies and repairs what the upgrade breaks. Dependabot opens the PR and walks away; this one stays until the tests are green.

  • Scanner failed to detect vulnerabilities in lockfile
  • Agent reported 124 vulnerable packages instead of 3
  • Multiple scanner under-reporting vulnerabilities

More from Sunday 30 August →