[Gemini API Hands-on]
A developer built MemeFinder, a native macOS app that enables semantic search of local meme collections. The app uses OCR and vector embeddings to index memes, and allows users to search and copy meme…
A developer built MemeFinder, a native macOS app that enables semantic search of local meme collections. The app uses OCR and vector embeddings to index memes, and allows users to search and copy meme…
PeekAI, a new open-source tool for local-first observability and debugging of Python AI agents, launched on Hacker News. The tool stores traces in SQLite, requires no cloud accounts or API keys, and s…
A developer built a real-time OTC interest-rate swap matching platform with AI assistance, but production sessions ran unpredictably long—up to 5.5× the configured duration—because a single slow WebSo…
A developer released EGC (Extended Global Context), a local runtime that gives AI coding tools persistent memory across sessions. EGC saves decisions, failures, and preferences at the end of each sess…
Stepyard, a new open-source automation runner, lets developers define YAML pipelines with built-in LLM steps and Python plugins, running entirely on local machines without cloud dependencies. The tool…
A developer is rewriting SQLite in Rust to create a modern, drop-in replacement that supports concurrent writes, async I/O, and vector search. The project aims to maintain full compatibility while add…
Alibaba's Tongyi Lab released Zvec 0.5.0, an open-source in-process vector database under Apache 2.0, designed to bring SQLite-like simplicity to edge AI and RAG applications. The update introduces Di…
GoodQ4All, a 100% private, offline video and audio analysis system, now runs on Windows 11, ingesting media into local knowledge graphs with scene segmentation, Whisper transcription, speaker diarizat…
A developer using four AI coding tools—Claude Code, OpenAI Codex, Cursor, and Hermes Agent—describes the 'tool-switching tax' where context resets between tools waste time and lose insights. They buil…
A group of Berkeley CS students built autonomous AI agents that replace chat interfaces with a system using task planning, sandboxed Python execution, SQLite storage, and email aggregation. The agents…
Whatever Recall launches a developer tool that embeds AI-accessible knowledge directly into codebases without modifying source files, using commit-time stamping and local SQLite lookups to provide ins…
An indie developer outlines strategies for ranking niche mobile apps, using a Catholic AI app as a case study. The post details technical approaches like retrieval-augmented generation and prompt engi…
Datasette creator Simon Willison launched datasette-apps, a plugin that embeds sandboxed HTML/JS applications directly alongside SQLite databases, transforming the tool from a read-only data explorer …
RemotePower, a self-hosted fleet monitoring platform with built-in vulnerability scanning, has been released. The tool combines monitoring, alerting, CMDB, documentation with RAG search, CVE scanning,…
A developer open-sourced chatstore, a lightweight, framework-agnostic persistent chat library for LLM applications. The library requires zero infrastructure, uses SQLite for storage, supports sliding …
A developer built CarbonWise, a carbon footprint awareness platform using Flask, SQLite, and the Groq LLM API (Llama 3.1). The platform combines deterministic carbon calculations with personalized AI …
A data engineer built a local-first agent memory system using SQLite's FTS5 full-text search instead of vector embeddings, arguing that embeddings introduce hidden complexity, cloud latency, and opaqu…
Datasette launched a new plugin, datasette-apps, that allows users to host custom HTML+JavaScript applications inside a Datasette instance. The apps run in a sandboxed iframe with strict CSP headers t…
A new durable inference technique uses a separate buffer between agents and LLM providers to prevent token waste when processes crash mid-stream, saving costs by resuming streams rather than re-reques…
Cursor's June 2026 SDK update introduces custom tools, nested subagents, auto-review safety gates, and custom persistence stores, transforming the IDE assistant into a deployable agent runtime for CI/…