sqlite

Tag

Cards List
#sqlite

Show HN: Mnemo – local-first AI memory layer for any LLM (Rust, SQLite,petgraph)

Hacker News Top · 2026-06-03 Cached

Mnemo is an open-source, local-first memory layer for any LLM that extracts entities and relationships into a persistent knowledge graph using SQLite and petgraph, providing automatic context injection for enhanced conversations.

0 favorites 0 likes
#sqlite

@elliotchen100: Our open-source library EverOS recently underwent a major refactoring, transforming the developer experience from "pulling" to "solidifying". Previously, when working with AI memory, we often had to troubleshoot across databases, vector stores, index sync, and dependency environments. Where is the memory stored? Why isn't it recalled? Is the index broken? Many times it was not straight…

X AI KOLs Timeline · 2026-06-03 Cached

The EverOS open-source library has completed a major refactoring, storing original memory directly as Markdown files, supplemented by SQLite for state management and LanceDB for retrieval, significantly improving developer readability, modifiability, and fault recovery.

0 favorites 0 likes
#sqlite

I built an open-source Desktop App that gives your AI persistent memory across all platforms (100% Local SQLite, Zero-Docker)

Reddit r/ArtificialInteligence · 2026-05-31

ArcRift is an open-source desktop app and Chrome extension that provides persistent, local memory for AI chats across platforms like Claude and ChatGPT using a local SQLite database and Ollama, solving the problem of AI amnesia.

0 favorites 0 likes
#sqlite

SQLite is all you need for durable workflows

Hacker News Top · 2026-05-29 Cached

This blog post argues that SQLite, combined with Litestream for async backups, provides a simple and effective approach to durable execution for many workflow systems, especially AI agents, without needing a separate orchestration tier or network database.

0 favorites 0 likes
#sqlite

Leaving performance on the table

Lobsters Hottest · 2026-05-29 Cached

A technical blog post demonstrating how Profile-Guided Optimization (PGO) with LLVM can significantly improve binary performance beyond standard -O3 and LTO, using SQLite as a benchmark.

0 favorites 0 likes
#sqlite

SQLite Does Not Accept Agentic Code

Lobsters Hottest · 2026-05-29 Cached

SQLite has added an AGENTS.md file stating it does not accept agentic code but welcomes agentic bug reports with reproducible test cases, and has split AI-generated bug reports into a separate forum.

0 favorites 0 likes
#sqlite

@tom_doerr: Self-hosted AI agent orchestration without external dependencies https://github.com/builderz-labs/mission-control…

X AI KOLs Timeline · 2026-05-24 Cached

Mission Control is an open-source dashboard for AI agent orchestration, self-hosted with zero external dependencies, featuring real-time monitoring, multi-gateway support, and role-based access.

0 favorites 0 likes
#sqlite

Datasette Agent

Simon Willison's Blog · 2026-05-21 Cached

Datasette Agent is a new extensible AI assistant for Datasette that lets users query their data conversationally and generate charts via plugins. It supports local models and cloud APIs like Gemini 3.1 Flash-Lite.

0 favorites 0 likes
#sqlite

How we used Quint to find over 10 bugs in SQLite while hardening Turso

Lobsters Hottest · 2026-05-19 Cached

Turso used the Quint formal verification tool to model SQLite's C API and discovered over 10 bugs in SQLite itself, enhancing the reliability of their SQLite rewrite.

0 favorites 0 likes
#sqlite

@tom_doerr: Self-correcting memory and context engineering for Claude Code https://github.com/rohitg00/pro-workflow…

X AI KOLs Timeline · 2026-05-19 Cached

Pro Workflow is a plugin for Claude Code and Cursor that adds self-correcting memory and persistent wikis using SQLite, allowing the AI to learn from corrections and build knowledge across sessions.

0 favorites 0 likes
#sqlite

Witchcraft, fast local semantic search on top of SQLite [P]

Reddit r/MachineLearning · 2026-05-18

Witchcraft is an open-source re-implementation of Stanford's XTR-Warp semantic search engine in Rust, using SQLite for fast local search. It includes Pickbrain CLI for indexing code session transcripts and equipping AI agents with global memory.

0 favorites 0 likes
#sqlite

@jaywcjlove: Tabularis — An open-source, cross-platform modern database client. Supports PostgreSQL, MySQL/MariaDB, and SQLite, with built-in AI, MCP, and Notebook, and supports plugin extensions. Lightweight, native, beautiful UI, designed for developers. Supports …

X AI KOLs Timeline · 2026-05-18 Cached

Tabularis is an open-source, cross-platform modern database client that supports PostgreSQL, MySQL/MariaDB, and SQLite, with built-in AI, MCP, and Notebook, and supports plugin extensions. Designed for developers.

0 favorites 0 likes
#sqlite

@weswinder: this mac app is insanely good for databases > free > open source > beautiful > super fast handy for viewing local codex…

X AI KOLs Timeline · 2026-05-16 Cached

A tweet highlights a free, open-source Mac app that is great for databases and fast for viewing local SQLite files.

0 favorites 0 likes
#sqlite

@akshay_pachaar: the three-tier memory of Hermes agent. AI agents forgets everything when your session ends. Hermes doesn't. it has thre…

X AI KOLs Following · 2026-05-14

Hermes agent's three-tier memory system combines tiny always-present markdown files, full-text SQLite+FTS5 session search, and pluggable external providers to give AI agents persistent, curated memory that composes on every turn.

0 favorites 0 likes
#sqlite

How (and why) rqlite takes control of the SQLite Write-Ahead Log

Lobsters Hottest · 2026-05-13 Cached

This article explains how rqlite, a distributed SQLite database, takes control of SQLite's Write-Ahead Log to enable efficient snapshotting for Raft consensus, avoiding full database copies by using the WAL as incremental state.

0 favorites 0 likes
#sqlite

Hermes Memory Installer v2.2.0 — zero-dependency long-term memory for AI agents

Reddit r/AI_Agents · 2026-05-13

Release of Hermes Memory Installer v2.2.0, a zero-dependency Python tool providing tiered long-term memory and RRF fusion for AI agents, alongside an early-stage structured vibe-coding pipeline.

0 favorites 0 likes
#sqlite

@rwayne: Context Mode solves the other half of AI Agent context issues: sandboxed tool outputs + persistent sessions. A 56 KB Playwright snapshot compressed to 299 bytes, 98% of data never entering the context. Every file edit, Git operation, task decision is stored into…

X AI KOLs Timeline · 2026-05-12 Cached

Context Mode is a tool that solves AI agent context problems by sandboxing tool outputs and persisting sessions, achieving up to 98% compression of Playwright snapshots and using BM25 retrieval to reduce context window usage. It supports 15 platforms including Claude Code, Gemini CLI, VS Code Copilot, and is used by major tech companies.

0 favorites 0 likes
#sqlite

Replacing a 3 GB SQLite db with a 10 MB FST (finite state transducer) binary

Hacker News Top · 2026-05-10 Cached

The author describes replacing a 3 GB SQLite database with a 10 MB Finite State Transducer (FST) binary to optimize a Finnish-English dictionary tool, achieving a 300x reduction in memory usage while maintaining performance.

1 favorites 1 likes
#sqlite

Show HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite

Hacker News Top · 2026-04-23 Cached

Honker is a SQLite extension that adds PostgreSQL-style NOTIFY/LISTEN semantics, enabling durable pub/sub and task queues without external brokers or polling.

0 favorites 0 likes
#sqlite

Show HN: Antenna – RSS reader with a built-in MCP server

Hacker News Top · 2026-04-21 Cached

Antenna is a local-first RSS reader that stores feeds in SQLite and exposes them via email digests and an MCP server for AI agents, all under MIT license.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback