SShortSingh.
Back to feed

Awareness brings local-first AI agent memory with 96% benchmark retrieval score

0
·1 views

A developer has released Awareness, a local-first memory layer for AI coding agents such as Claude Code, Cursor, and Windsurf that stores all data on the user's machine as Markdown files with no cloud account or API key required. The tool automatically injects memory workflows into IDE configurations, so agents retrieve and record context across sessions without manual wiring by the developer. Awareness organises memory into 13 structured categories — including decisions, pitfalls, and workflows — with built-in conflict detection and deduplication. It achieved a 96.0% R@5 score on the LongMemEval benchmark across 500 questions, measured through its own production retrieval pipeline, with a public runner available for independent reproduction. The underlying stack uses a Node.js daemon with SQLite, FTS5 full-text search, and ONNX embeddings, and optionally supports on-chain state anchoring on the Sepolia testnet for verifiability.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer Builds Vanilla JS Colour Palette Generator as Part of Weekly Project Challenge

A developer learning software engineering built a colour palette generator using only HTML, CSS, and JavaScript as part of a self-imposed challenge to ship one project per week before adopting frameworks. The tool generates a random five-colour palette on load or button click, allowing users to copy any hex code to their clipboard by clicking a colour swatch or its icon. Key techniques used include DOM manipulation, event delegation on a parent container for better performance, and the browser's Promise-based navigator.clipboard API for handling copy actions. A visual confirmation feature briefly swaps the copy icon to a checkmark for 1.5 seconds to provide clear user feedback. The developer plans future improvements such as locking individual colours, saving palettes via localStorage, keyboard shortcuts, and CSS variable exports.

0
ProgrammingDEV Community ·

How S3 Object Lock Compliance Mode Meets FINRA Recordkeeping Rules in 2026

FINRA Rule 17a-4(f) requires broker-dealers to store electronic records in a non-rewriteable, non-erasable (WORM) format, and S3 Object Lock in Compliance mode is the accepted technical standard for satisfying this requirement. Unlike Governance mode, Compliance mode prevents deletion or modification by any user, including administrators, until the retention period expires. Major storage platforms including AWS S3, MinIO, Wasabi, and RustFS support full Compliance mode locking, while systems like SeaweedFS and Garage offer no Object Lock support at all. FINRA enforcement actions related to recordkeeping reached approximately 340 cases in 2025, with average fines of $225,000 per firm, underscoring the regulatory risk of non-compliant storage. Around 73% of firms now use cloud-based WORM storage for 17a-4(f) compliance, though self-hosted solutions can be significantly more cost-effective at data volumes above 50 terabytes.

0
ProgrammingDEV Community ·

How Claude Code's Weekly Usage Limit Works and How to Avoid Hitting It

Claude Code enforces two overlapping usage limits: a rolling 5-hour window that resets after a short wait, and a harder weekly cap that can lock users out for days regardless of how long they wait. Both limits draw from a shared pool that covers Claude Code, claude.ai chat, and Cowork simultaneously, meaning activity outside the coding tool still depletes the same budget. Usage drains faster than expected because Claude Code sends the full conversation history with every request, making long sessions, cache misses after breaks, and compaction operations particularly costly. Background agent tasks and parallel teammates can consume roughly seven times the tokens of a normal session, silently exhausting the weekly allowance. Users can monitor both limits, reset times, and per-feature usage attribution in real time by running the built-in /usage command or visiting the Usage section in claude.ai settings.

0
ProgrammingHacker News ·

Opinion Piece Claims Climate Narrative Built on Fundamental Deception

An opinion article published by Current Affairs argues that a significant falsehood underpins mainstream climate discourse. The piece contends this deception poses a serious threat to human civilization. The article was shared on Hacker News, where it received 3 points and no comments at the time of indexing. The original source URL and discussion thread are publicly accessible. Insufficient article detail is available to summarize the specific claims made within the piece.

Awareness brings local-first AI agent memory with 96% benchmark retrieval score · ShortSingh