← digests › te9.dev
[ digest / last-10 ]

Last 10 Analyzed.

The 10 most recently analyzed bookmarks from the te9.dev archive. Each entry has been crawled, parsed, and annotated by an LLM for relevance, purpose, and practical use.


CopilotKit/openbot: Open-source AI coworkers that each get a computer of their own: a browser, files and tools, with every action decided before it happens and recorded after. Bring any AG-UI agent.

purpose

OpenBot is an open-source, self-hosted platform (a template, not a hosted product) for running AI 'coworkers' that each get their own containerized computer with a Chromium browser, filesystem, and granted tools. Every agent action is policy-checked before execution and recorded to PostgreSQL for full auditability, and any AG-UI-protocol agent can plug in.

when to use

Use it when you need trustworthy, governed agent automation — such as browser-based workflows, file operations, or tool use — where actions must be approved, policy-constrained, and audited. It is most valuable for self-hosted setups where data privacy, model choice, and human oversight (taking the wheel when an agent hits a sensitive action) matter.

tags
AI Agents Open Source Self-Hosted AG-UI Protocol CopilotKit Agent Governance Browser Automation Docker Audit Logging TypeScript

diegosouzapw/OmniRoute: Never stop coding. Free AI gateway: one endpoint, 160+ providers (50+ free), connect Claude Code, Codex, Cursor, Cline & Copilot to FREE Claude/GPT/Gemini. RTK+Caveman stacked compression saves 15-95% tokens, smart auto-fallback, MCP/A2A, multimodal APIs, Desktop/PWA.

purpose

OmniRoute is an open-source (MIT) AI gateway that aggregates 352+ AI providers and 1200+ models (Claude, GPT, Gemini, DeepSeek, Kimi, GLM, etc.) behind one unified endpoint. It provides quota-aware auto-fallback, stacked RTK+Caveman token compression, MCP/A2A protocol support, multimodal APIs, and a desktop/PWA dashboard for tracking free-tier budgets across providers.

when to use

It's most valuable when developers hit rate limits or high costs with a single AI provider, or when they want to stack multiple free-tier LLM providers to code continuously at minimal expense. It's also useful when a team wants flexibility to switch between 1200+ models without rewriting integrations.

tags
AI Gateway LLM Routing API Proxy Free Tier Aggregation Token Compression Claude Code Cursor Cost Savings Auto-Fallback Open Source

Edge0/Edge0-35B-A3B-preview · Hugging Face

purpose

It is a Hugging Face repository hosting Edge0-35B-A3B-preview, an Apache 2.0 licensed 4-bit quantized 35B sparse Mixture-of-Experts language model (with bundled LoRA and prerouter adapters) engineered to run in under 3 GiB of active memory by streaming expert weights from storage on demand via the edge0 inference framework.

when to use

It is most valuable when you need local, on-device, or self-hosted LLM inference on memory-constrained machines (currently Apple Silicon via the MLX backend), such as edge deployments, privacy-sensitive applications, or batch serving multiple LoRA adapter sets from one read-only base without GPU infrastructure.

tags
LLM Mixture-of-Experts on-device inference quantization local AI OpenAI-compatible API self-hosted Apache-2.0 MLX Hugging Face

Edge0-AI/Edge0

purpose

Edge0 is an open-source streaming MoE inference framework that runs 8B–35B parameter models efficiently on consumer hardware (currently Apple Silicon Macs) using SSD expert offload, prerouter routing prediction for up to +59% decode throughput, and Recover-LoRA adapters to recover 4-bit quantization quality loss.

when to use

Use Edge0 when building web applications that need a local, self-hosted LLM backend on hardware with limited memory (roughly 1–3 GB active RAM), when prototyping AI features before committing to a cloud provider, or when you need to serve large sparse-MoE models from a Mac.

tags
LLM inference Mixture-of-Experts self-hosted AI OpenAI-compatible API local LLM Apple Silicon MLX streaming inference open source

MohammadNasim/3DCity: Free and open source web viewer for 3D buildings. The aim of the project is to enable high detail 3D rendering map data using real 3D models. And this is how it has been done so far.

purpose

It is a free and open source web viewer for 3D buildings that integrates with the OSM Buildings ecosystem and the 3D Model Repository (3dmr.eu) to display detailed, real 3D models of landmarks and street-level objects on interactive maps.

when to use

This is most useful when developing 3D city visualizations, digital twin applications, or interactive map experiences that require realistic building representations rather than basic blocky 3D geometry.

tags
3D Maps OpenStreetMap WebGL 3D Visualization Open Source Geospatial 3D Models City Rendering OSM Buildings

OSMBuildings/OSMBuildings: 3d building geometry viewer based on OpenStreetMap data

purpose

OSM Buildings is an open-source JavaScript library for visualizing 3D building geometry using OpenStreetMap data, with both client-side rendering capabilities and a documented server-side component for serving building tiles.

when to use

Use this library when developing web applications that need interactive 3D city or building visualizations on a map, particularly when working with OpenStreetMap data or GeoJSON building datasets at street-level zoom ranges (15-22).

tags
3D visualization OpenStreetMap maps JavaScript library GeoJSON geospatial WebGL map tiles open source

StrandedKitty/streets-gl: 🗺 OpenStreetMap 3D renderer powered by WebGL2

purpose

It renders OpenStreetMap data as a real-time 3D cityscape in the browser, featuring configurable time of day, terrain with LODs, real-time air traffic, global map search, and rich visual effects. The project aims to help people explore OSM data in 3D and allow the mapping community to visually validate map quality.

when to use

It is most valuable when building 3D map or geospatial visualizations, when you need a reference implementation of a modern real-time rendering pipeline in WebGL2, or when visually validating OpenStreetMap building and road data. Note that it requires a WebGL2-capable browser and ideally a modern discrete GPU for smooth performance.

tags
webgl2 3d-graphics openstreetmap maps typescript gis rendering-engine open-source geospatial postprocessing

LLMQuant/quant-mind: QuantMind is an intelligent knowledge extraction and retrieval framework for quantitative finance.

purpose

QuantMind is a Python framework that refines raw financial information (arXiv papers, news, earnings, factors) into typed, cited, timestamped knowledge artifacts, and provides retrieval layers (BM25/similarity search, local persistence, agentic retrieval) for downstream RAG and reasoning applications.

when to use

It is most valuable when building quantitative finance data products, financial research tools, or agentic RAG systems that require trustworthy, source-cited extraction from financial documents rather than lossy summarization.

tags
quantitative finance knowledge extraction RAG LLM Python AI agents information retrieval data pipeline MCP fintech

cosmicstack-labs/mercury-agent: Soul-driven AI agent with permission-hardened tools, token budgets, and multi-channel access. Runs 24/7 from CLI or Telegram.

purpose

Mercury is a persistent, soul-driven AI agent offering 31 built-in tools, SQLite-backed 'Second Brain' memory, Kanban boards, and multi-channel access via CLI, Telegram, or Web. It runs 24/7 as a daemon with crash recovery, cron scheduling, and personality customization through user-owned markdown files.

when to use

It is most valuable when developers need an always-available AI assistant for coding tasks, scheduled automation, or long-running background work without manual supervision. It is also ideal when safety-conscious AI tooling is needed, such as blocking dangerous shell commands (sudo, rm -rf /), scoping folder access, or enforcing daily API token spending limits.

tags
AI agent CLI tool Node.js developer productivity Telegram bot automation AI coding assistant task scheduling SQLite daemon

AWeirdDev/flights: Fast, robust Google Flights scraper (API) for Python. (Probably)

purpose

fast-flights is a Python library that scrapes Google Flights by reverse-engineering the Base64-encoded Protobuf parameters in Google Flights URLs, returning strongly-typed flight search results (prices, times, airlines) without requiring slow browser automation like Playwright.

when to use

Use this when building any app or prototype requiring real-time flight prices, schedules, or availability data—such as travel recommendation tools, price trackers, or booking assistants. It is especially valuable for MVPs and personal projects where paid flight APIs are too costly, though be mindful that scraping Google may carry reliability and ToS risks for production use.

tags
Python Web Scraping Flight Search API Wrapper Google Flights Travel Data Protobuf Data Extraction