Grist: The Spreadsheet That Thinks Like a Database In the world of data management, there's been a long-standing divide between the simplicity of spreadsheets and the power of databases. Excel and Google Sheets excel at quick calculations and simple d... collaboration database data-management open-source python spreadsheet sqlite typescript
DeepCode: An Open Agentic Coding System That Turns Papers Into Code DeepCode from the Data Intelligence Lab at The University of Hong Kong (HKUDS) is an open agentic coding system that turns research papers and natural language requirements into working code. It aims ... agents code-generation HKU MCP Paper2Code Python RAG research-reproduction Streamlit
M3-Agent: A Multimodal Agent with Long-Term Memory The quest to create agents that can interact with the world as seamlessly as humans is on the horizon. But a significant hurdle has been equipping AI with the ability to form and recall long-term memo... AI ByteDance Long-Term Memory M3-Agent Multimodal Agent Open Source
Agent Client Protocol: Making Agentic Editing Portable The Agent Client Protocol (ACP) is an open effort by Zed Industries to standardize how code editors talk to AI coding agents. If the Language Server Protocol decoupled languages from editors, ACP aims... ACP AI Agents Code Editors JSON-RPC MCP Open Source Rust TypeScript
Plausible Analytics: Privacy-first Web Analytics You Can Actually Understand Plausible Analytics is a lightweight, open-source alternative to Google Analytics built around privacy, simplicity, and speed. The core app lives in plausible/analytics and powers both the company’s m... analytics clickhouse elixir open source plausible privacy
Claude Code in the Terminal: An agent that reads your repo and ships PRs Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you ship faster by explaining complex code, drafting changes, and handling git workflows through...
The Python Reflex Web Framework In the ever-evolving world of software development, the line between different programming domains is constantly blurring. Data scientists are building dashboards, machine learning engineers are deplo... Open Source Python web development
Gabber: The Visual Builder Revolutionizing Real-time AI Applications Building real-time AI applications that can simultaneously process voice, video, text, and multiple data streams has traditionally required extensive expertise across numerous domains. Enter Gabber , ... AI Multi-modal AI Node-based Development Open Source Real-time Visual Programming WebRTC
FAISS, Up Close: Fast Similarity Search For The Vector Age Every modern AI product has one quiet workhorse: finding the nearest neighbors of a vector fast. FAISS is the library many of us reach for when the dataset gets large and latency matters. Built at Met... ANN cuVS faiss GPU Meta AI vector search
OpenBB: An Open Financial Data Platform That Meets You Where You Work OpenBB is an open source financial data platform that lets you pull equities, options, crypto, forex, macro, fixed income and more through a unified Python API and CLI. It pairs community-driven conne... Data Platform Finance OpenBB Open Source Python
Ubicloud: Building the Open Source Alternative to AWS on Bare Metal ubicloud Organization ubicloud Open source alternative to AWS. Elastic compute, block storage (non replicated), firewall and load balancer, managed Postgres, K8s, AI inference, and IAM services. 10.1k... AWS alternative cloud computing cost optimization infrastructure open source PostgreSQL Ruby virtualization
BitNet: 1-bit LLMs Land With Practical Inference on CPUs and GPUs BitNet from Microsoft Research is the official C++ inference stack for native 1-bit large language models, centered on BitNet b1.58. The repo ships fast, lossless ternary kernels for CPUs, a CUDA W2A8... 1-bit LLM BitNet CPU GGUF GPU inference llama.cpp quantization T-MAC