v0.0.2
RunMat released versions v0.5.6 and v0.5.5 in June 2026, adding a Command Window (REPL) for interactive execution, Mermaid diagram rendering, and broader MATLAB compatibility across I/O, signal proces…
RunMat released versions v0.5.6 and v0.5.5 in June 2026, adding a Command Window (REPL) for interactive execution, Mermaid diagram rendering, and broader MATLAB compatibility across I/O, signal proces…
Brookmd, a streaming Markdown renderer built with a single Rust core, has been released for web, React Native, Swift, and Kotlin platforms. The engine uses incremental parsing with speculative closure…
RunMat released versions v0.5.6 and v0.5.5 in June 2026, adding a Command Window (REPL) for interactive execution, Mermaid diagram rendering, and broader MATLAB compatibility across I/O, signal proces…
RunMat v0.5.6 and v0.5.5 were released in June 2026, adding a Command Window (REPL) for interactive execution, Mermaid diagram rendering, and broader MATLAB compatibility including GPU acceleration. T…
A developer frustrated with JavaScript's design flaws advocates using Gleam, a type-safe functional language, with Vite's build pipeline to create robust web applications. The author provides a Vite+G…
RunMat released versions v0.5.6 and v0.5.5 in June 2026, adding a Command Window (REPL) for interactive execution, Mermaid diagram rendering, and broader MATLAB compatibility including GPU acceleratio…
RunMat released versions v0.5.6 and v0.5.5 in June 2026, adding a Command Window (REPL) for interactive execution, Mermaid diagram support, and broader MATLAB compatibility across I/O, signal processi…
NoiseLang, a programming language where every value is a probability distribution, has been revived after nine years using AI tools. The language compiles to a JIT runtime via Cranelift and a WASM bac…
Varela, a self-mutating agent harness inspired by Neuromancer, rewrites its own source code while running and hot-reloads, logging every run to turn repeated wins into new tools and failures into less…
A developer released 10 single-file game apps using a 61-atom hash-table lattice that replaces traditional game logic with O(1) lookups, achieving sub-microsecond response times and zero dependencies.…
A new in-browser voice-to-action system uses a tiny embedding model (MiniLM-L6-v2) to classify intents via cosine similarity, achieving sub-50ms latency without any server or large language model. The…
AwsmAudio, a WebAudio editor with native MCP support, was released on GitHub. The tool allows both humans and AI agents to create and control synthesized sounds programmatically, targeting creative co…
Cortex, a new open-source memory system for AI agents, launched as a local-first, encrypted solution that runs entirely client-side in Rust with a 124KB WASM binary. It offers sub-millisecond latency,…
A SQL mapper like MyBatis removes the safety net of identity maps and dirty checking that makes rich entity graphs workable in a full ORM. Agent-focused platforms like Stack Overflow for Agents use Cl…
Simon Willison released version 0.32a3 of his LLM command-line tool on June 9, 2026, with the new release almost entirely written by Anthropic's Claude Fable 5 model. The update adds features to both …
BoxAgnts has built a local-first AI agent runtime using Rust and WebAssembly, prioritizing privacy, low latency, and offline capability over cloud-dependent architectures. The runtime compiles into a …
Gooey, a GPU-accelerated UI framework for the Zig programming language, has been released as an open-source project targeting macOS, Linux, and browser platforms. The framework provides declarative UI…
Datasette released version 0.1a0 of datasette-agent-micropython on June 2, 2026, enabling MicroPython execution within a WASM sandbox as a tool for Datasette Agent. The alpha release aims to allow the…
The FSRS plugin for Obsidian now supports SQL-like queries, allowing users to filter, sort, and select spaced repetition cards using a custom query language embedded in markdown blocks. The plugin pro…
BoxAgnts implements a multi-turn agent conversation system that requires three API calls and two tool executions to complete a single user request, such as reading a config file and changing a port nu…