sqlite

Tag

Cards List
#sqlite

Agent memory that retrieves 96.4% on LongMemEval without calling a model

Reddit r/AI_Agents · 2026-07-25

Agentlas is a free, open-source agent memory system that uses a local SQLite database combined with lightweight embedding and keyword search to achieve 96.4% on LongMemEval without calling an LLM, outperforming alternatives like mem0 and supermemory.

0 favorites 0 likes
#sqlite

@eladgil: https://x.com/eladgil/status/2079561730263531771

X AI KOLs Following · 2026-07-21 Cached

Cursor's team of AI agents reconstructed SQLite from its manual into Rust, passing all tests, with costs varying 15x based on model mix.

0 favorites 0 likes
#sqlite

@omarsar0: Recommended reading. (bookmark it) Pay attention to the prices and what a combination of models can unlock for you. You…

X AI KOLs Following · 2026-07-20 Cached

A thread discussing Cursor's experiment where a team of AI agents rebuilt SQLite from its manual in Rust, achieving 100% test pass rate with significant cost variation depending on model mix. Takeaways include using frontier models for decomposition and cheaper workers for implementation.

0 favorites 0 likes
#sqlite

Agent swarms and the new model economics

Hacker News Top · 2026-07-20 Cached

Cursor's new agent swarm design uses planner and worker models to decompose tasks into a tree structure, achieving significant cost savings and quality improvements. In a test rebuilding SQLite from scratch in Rust, the new swarm reached 80% pass rate in four hours while the old swarm failed.

0 favorites 0 likes
#sqlite

SQLite Query Explainer

Simon Willison's Blog · 2026-07-18 Cached

A browser-based tool that runs SQL queries against SQLite and provides plain-English explanations of the query plan and bytecode output.

0 favorites 0 likes
#sqlite

EU AI Act OpenRAG: 933 legally structured chunks and BGE-M3 embeddings in one SQLite file [P]

Reddit r/MachineLearning · 2026-07-17

A resource containing 933 legally structured chunks of the EU AI Act along with BGE-M3 embeddings, packaged in a single SQLite file for easy use in retrieval-augmented generation systems.

0 favorites 0 likes
#sqlite

Detecting Full Table Scans With SQLite

Lobsters Hottest · 2026-07-15 Cached

This article demonstrates how to detect full table scans in SQLite using its statement statistics API, and suggests integrating this into Rails to warn or raise in test/development environments.

0 favorites 0 likes
#sqlite

Nul Characters in Strings in SQLite

Hacker News Top · 2026-07-15 Cached

SQLite allows NUL characters in strings but this can cause unexpected behavior in string functions and CLI output; the page explains how to detect and remove embedded NULs.

0 favorites 0 likes
#sqlite

SQLite should have (Rust-style) editions

Lobsters Hottest · 2026-07-15 Cached

The article argues that SQLite's defaults for foreign key constraints and type enforcement are problematic and suggests adopting Rust-style editions to allow users to opt into safer defaults.

0 favorites 0 likes
#sqlite

DOOMQL

Simon Willison's Blog · 2026-07-13 Cached

Peter Gostev built a Doom-like game using SQLite as the game engine, with ray tracing via recursive CTE, and integrated with Datasette for a real-time web interface. The project was created using GPT-5.6 Sol and demonstrates the creative potential of using SQL for game logic.

0 favorites 0 likes
#sqlite

lobste.rs is now running on SQLite

Lobsters Hottest · 2026-07-13 Cached

Lobste.rs has migrated its database from MariaDB to SQLite, resulting in lower CPU and memory usage, reduced costs, and improved site performance. The migration process and background are detailed.

0 favorites 0 likes
#sqlite

I built 6 agent harnesses in the last 6 months, they all need a database

Reddit r/AI_Agents · 2026-07-12

The author discusses building six AI agent harnesses and emphasizes the need for a dedicated database to track agent execution, state, and learnings, beyond just observability tools.

0 favorites 0 likes
#sqlite

sqlite-utils 4.1

Simon Willison's Blog · 2026-07-11 Cached

sqlite-utils 4.1 introduces minor features including --code for Python code blocks, --type for column type overrides, and strict mode support, continuing its evolution as a SQLite CLI utility.

0 favorites 0 likes
#sqlite

Prefer Strict Tables in SQLite

Hacker News Top · 2026-07-11 Cached

SQLite's strict tables enforce rigid typing to prevent common datatype mistakes. The article explains how to use them and their pros and cons.

0 favorites 0 likes
#sqlite

Show HN: Earth Game – An offline CLI for turning life goals into quests

Hacker News Top · 2026-07-11 Cached

Earth Game is a private, offline CLI tool that helps users turn life goals into quests, manage tasks, and review progress, using Python's standard library and SQLite with no external dependencies.

0 favorites 0 likes
#sqlite

Why we're moving off Cloudflare Durable Objects

Hacker News Top · 2026-07-09 Cached

Wire, a platform for AI agent context containers, is migrating from Cloudflare Durable Objects to a custom runtime on Fly Machines due to structural limits: vector index separation, compute-data colocation, placement flexibility, and lack of self-hosting. The new architecture improves latency and enables dedicated capacity.

0 favorites 0 likes
#sqlite

sqlite-utils 4.0, now with database schema migrations

Simon Willison's Blog · 2026-07-07 Cached

sqlite-utils 4.0 introduces database schema migrations, nested transactions, and compound foreign keys, making it easier to manage SQLite database schema changes programmatically.

0 favorites 0 likes
#sqlite

sqlite-migrate 0.2

Simon Willison's Blog · 2026-07-07 Cached

sqlite-migrate 0.2 is a minor release of a Python tool for managing SQLite database migrations, adding new features and improvements.

0 favorites 0 likes
#sqlite

sqlite-utils 4.0rc3

Simon Willison's Blog · 2026-07-06 Cached

sqlite-utils 4.0rc3 is a release candidate with new features including compound foreign key introspection and case-insensitive column matching.

0 favorites 0 likes
#sqlite

@Jolyne_AI: A pure local solution for adding "long-term memory" to AI Agents: Mnemosyne (built for Hermes Agent). Under the hood, it uses SQLite with <1ms query latency, runs fully offline, zero cost, zero dependencies, and you control your privacy. GitHub: https://gi…

X AI KOLs Timeline · 2026-07-05 Cached

Introducing Mnemosyne, a purely local, SQLite-based long-term memory solution for Hermes Agent, featuring ultra-low latency, offline operation, zero cost, and privacy control.

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

Submit Feedback