Urgent.News

What's breaking now, across thousands of outlets.

Tech

Agents have Amnesia. I Gave It a RocksDB.

RocksDB fits in agent memory until a second process opens the DB. Put the handle in the MCP server; prefix scans beat a 400-line CLAUDE.md.

Agents have Amnesia. I Gave It a RocksDB.

Agents often start each session from scratch, lacking shared memory. The usual solution involves manually maintaining a rules file or CLAUDE.md. However, RocksDB offers a superior alternative. It provides ordered keys, column families for tiered retention, and LSM storage, perfect for writing-heavy event logs. The primary constraint is that there can only be one read-write process per database, which RocksDB handles with a lock file.

To overcome this, RocksDB can be used with a single master process that other sessions query, eliminating the need for multiple long-lived processes. Additionally, RocksDB's TTL feature allows automatic expiration of less relevant data, while its LSM tree structure and checkpointing enable fast query times and efficient memory management.

Written by urgent.news from HackerNoon's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at hackernoon.com →

More in Tech

Android Developer Verification hits Brazil on September 30

Google's developer verification requirement starts enforcing in about a month, and Brazil is one of the four countries it lands in first.

  • Android developers in Brazil must register apps by September 30, 2026
  • Verification involves identity checks and SHA-256 fingerprint registration
  • Most apps auto-registered in March 2026, but teams must verify

How I faked a real-time opponent on shared hosting with zero background processes

Shared hosting has one rule that quietly kills most multiplayer designs: you cannot run a persistent process. No WebSocket server, no daemon, no long-lived worker.

  • Bot actions computed on fly, no persistent process needed
  • Randomness controlled by battle ID seeding for consistent output
  • Pre-computed bot guesses ensure fair, controlled gameplay

More from Monday 31 August →