A comparison of on-prem document processing tools—Docling, Liteparse, Mineru, and Unstructured—for university use, evaluating their suitability for local deployment.
Cross Repo Review is a tool that maps inter-repo dependencies and surfaces downstream impacts, breaking changes, and blast radius on PRs, tracking code, service, data, and pipeline dependencies.
IBM introduces CUGA, an open-source agent harness that handles plumbing for state, tool calls, and orchestration, allowing developers to focus on defining tools and prompts. The article showcases two dozen single-file example apps built with CUGA, demonstrating how it eliminates repetitive framework setup.
A technical guide on implementing a custom query language (EHQL) using Python and Apache Spark, with a focus on grammar definition and parsing using Lark.
LispE is a compact Lisp dialect by NAVER that combines functional and array language features, with AI libraries for PyTorch, GGUF, MLX, and tiktoken, and a browser-based test environment.
A live demonstration of an AI agent training a coding agent from a single prompt, with all artifacts recapped.
A developer built a World Cup mini game using AI agents, showcasing an approach beyond simple prompt-to-code.
A novel parser architecture developed by Shanshrew achieves 2-3x speedup over the current fastest JS/TS parser, and is being integrated into Oxc.
Tidebase is an open-source tool that provides authentication, credential brokering, checkpoints, queues, schedules, and gates for AI agents, all backed by Postgres.
A guide on building a reusable Claude Code Agent loop that can be pointed at different tasks like bug fixing, speed optimization, or cost reduction by swapping check scripts.
An article reflecting on the traditional vi text editor and its enduring relevance in Unix systems.
browser-search is an open-source, self-hosted suite of three tools (SearXNG, Camofox, CloakBrowser) that enables AI agents to search and browse the web without API keys or subscriptions, with automatic navigation escalation and deep research capabilities.
A developer built kaeru, an open-source shared memory system for AI agents that allows them to persist context across sessions, share knowledge between different agents and humans, and visualize memory as a 3D galaxy. The tool supports multiple agent frameworks and includes features like time-travel, importance levels, and reasoning trails.
pi-fusion is an extension of pi that improves performance at lower cost by parallel fan-out of multiple models and fusing results, supporting prompt rewriting and session archiving.
Explains why memcached's internal response time metrics are misleading and recommends client-side sampling for accurate measurement of total round-trip time.
HotkeyClash is a tool that helps Mac users find where their keyboard shortcuts conflict.
A reference FAQ document covering matrices and quaternions, primarily for 3D graphics and game development, with corrections and contributions from multiple authors.
ymawky is a web server written entirely in ARM64 assembly, supporting CGI, static files, and multiple HTTP methods, now available on Linux.
A GGUF conversion of MiniMax M3's EAGLE draft model for llama.cpp is now available, enabling speculative decoding speedups on compatible hardware.
Prime Intellect released prime-rl v0.6.0, enabling reinforcement learning at trillion-parameter MoE scale with sub-5-minute step times and optimized inference, training, and rollout.