Sqlite
5 articles about sqlite.
How to Use Browser History SQLite Data for AI Agent Memory with Frequency Ranking
A practical guide to extracting Chrome, Firefox, and Safari browser history into SQLite for AI agent memory - with schemas, SQL queries, and frequency-based ranking that beats recency-only systems.
Long-Term Memory Without Going Bankrupt - SQLite with Local Embeddings
Cloud vector databases are expensive for AI agent memory. SQLite with local embeddings gives you persistent long-term memory at near-zero cost.
Grepping Agent Memory Files for Behavioral Predictions
Your AI agent's memory files contain patterns of past decisions. Grepping them for recurring themes reveals behavioral predictions - what the agent will
Rolling Your Own Agent Logging - SQLite Locally, Postgres in the Cloud
Building custom logging for a desktop agent revealed that 40% of token spend went to retries from the model misunderstanding accessibility tree data.
SQLite Is the Right Database for Most AI Agent Workloads
A single SQLite file per agent session handles most workloads. Benchmarks, schema patterns, and when you actually need to move beyond SQLite for AI agent state management.