Sqlite

5 articles about sqlite.

How to Use Browser History SQLite Data for AI Agent Memory with Frequency Ranking

·10 min read

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.

agent-memorysqlitebrowser-dataknowledge-managementautomation

Long-Term Memory Without Going Bankrupt - SQLite with Local Embeddings

·3 min read

Cloud vector databases are expensive for AI agent memory. SQLite with local embeddings gives you persistent long-term memory at near-zero cost.

ai-agentmemorysqliteembeddingslocal-firstai_agents

Grepping Agent Memory Files for Behavioral Predictions

·2 min read

Your AI agent's memory files contain patterns of past decisions. Grepping them for recurring themes reveals behavioral predictions - what the agent will

memorybehavioral-patternsai-agentsqlitebrowser-profile

Rolling Your Own Agent Logging - SQLite Locally, Postgres in the Cloud

·2 min read

Building custom logging for a desktop agent revealed that 40% of token spend went to retries from the model misunderstanding accessibility tree data.

loggingobservabilitytoken-costssqliteoptimizationsideproject

SQLite Is the Right Database for Most AI Agent Workloads

·6 min read

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.

sqlitedatabaseai-agentsarchitecturelocal-first

Browse by Topic