π οΈ All DevTools
Showing 1–20 of 4357 tools
Last Updated
April 27, 2026 at 08:00 AM
The cost math behind routing Claude Code through Ollama (~90% cut)
Hacker News (score: 13)[Other] The cost math behind routing Claude Code through Ollama (~90% cut)
EvanFlow β A TDD driven feedback loop for Claude Code
Hacker News (score: 20)[Testing] EvanFlow β A TDD driven feedback loop for Claude Code
Show HN: Matrirc β run irssi in 2026, talk to people on Matrix
Show HN (score: 5)[Other] Show HN: Matrirc β run irssi in 2026, talk to people on Matrix This solves no real problem β Element works, there's already a Matrix-to-IRC bridge running on half the FOSS networks, and probably nobody under 30 has opened irssi voluntarily this decade.<p>I wrote it anyway because I miss Esc 4 and clunky window-split commands.<p>Matrirc is a local IRC server that speaks Matrix on the back. Point irssi at localhost:6667, log in with Matrix creds, rooms show up as channels.<p>brew tap pawelb0/tap brew install matrirc
Show HN: AI memory with biological decay (52% recall)
Hacker News (score: 45)[Other] Show HN: AI memory with biological decay (52% recall) Most RAG setups fail because they treat memory like a static filing cabinet. When every transient bug fix or abandoned rule is stored forever, the context window eventually chokes on noise, spiking token costs and degrading the agent's reasoning.<p>This implementation experiments with a biological approach by using the Ebbinghaus forgetting curve to manage context as a living substrate. Memories are assigned a "strength" score where each recall reinforces the data and flattens its decay curve (spaced repetition), while unused data eventually hits a threshold and is pruned.<p>To solve the "logical neighbor" problem where semantic search misses relevant but non-similar nodes, a graph layer is layered over the vector store. Benchmarked against the LoCoMo dataset, this reached 52% Recall@5, nearly double the accuracy of stateless vector stores, while cutting token waste by roughly 84%.<p>Built as a local first MCP server using DuckDB, the hypothesis is that for agents handling long-running projects, "what to forget" is just as critical as "what to remember." I'd be interested to hear if others are exploring non-linear decay or similar biological constraints for context management.<p>GitHub: <a href="https://github.com/sachitrafa/cognitive-ai-memory" rel="nofollow">https://github.com/sachitrafa/cognitive-ai-memory</a>
gastownhall/beads
GitHub Trending[Other] Beads - A memory upgrade for your coding agent
Show HN: Auge Vision from Your Terminal
Hacker News (score: 21)[Other] Show HN: Auge Vision from Your Terminal
Show HN: WaveletLM β wavelet-based, attention-free model with O(n log n) scaling
Show HN (score: 6)[Other] Show HN: WaveletLM β wavelet-based, attention-free model with O(n log n) scaling WaveletLM is a wavelet-based, attention-free architecture that replaces self-attention with learned lifting wavelet decomposition, a Fast Walsh-Hadamard Transform, per-scale gated spectral mixing with SwiGLU activation, an inverse FWHT, and wavelet reconstruction. Combined with expanded MLPs and sparse product-key memory, this yields a model with O(n log n) scaling in sequence length.<p>With 23.8 PPL on WikiText-103, WaveletLM beats both GPT-2 Medium, which was trained on 80Γ more data, and Transformer-XL Standard, which uses recurrence to extend its effective context. It is undertrained and underregularized due to budget constraints, so there is much room for development and improvement.<p>I invite anyone who is curious to examine the model, test it out, and extend its capabilities further. All code and weights are fully open source, and a PG-19 run will be completed in 2-3 days. Generations can be done in 4-5 GB VRAM at 28.8 tokens/second, and the model is trainable in 16.25 hours with 20 GB of VRAM, both on a 5090.<p>README for comparison tables, instructions, logs, and future plans: <a href="https://github.com/ramongougis/WaveletLM" rel="nofollow">https://github.com/ramongougis/WaveletLM</a><p>Weights: <a href="https://huggingface.co/ragou19/WaveletLM/tree/main" rel="nofollow">https://huggingface.co/ragou19/WaveletLM/tree/main</a><p>Generations: <a href="https://github.com/ramongougis/WaveletLM/blob/main/logs/wikitext-103_2026-04-22_01-36-47/generations.txt" rel="nofollow">https://github.com/ramongougis/WaveletLM/blob/main/logs/wiki...</a><p>The following samples were chosen for coherence, not factual accuracy. Factuality will require scaling and downstream techniques such as RAG and instruction tuning.<p>> The history of the city is reflected in its architecture, which includes the historic Old Town and New Castle County Courthouse Square Historic District. The building was designed by John H. Stevens, who also designed the Albany-Fulton Celebration in 1906 and built a steel-hulled shipyard on the lake shore.<p>> The album was released on August 25, 2007 by Sony Music Entertainment and features several songs from the record including "Never Say Die", "The Show", "Don't Cry for Me Argentina" and a cover of "I Can Only Imagine (But You Are Not Alone)".<p>> The species was first described by Swedish zoologist Carl Linnaeus in 1758 as Agaricus adustus. The genus name is derived from the Latin words perma "to tie", and pous ("like") means "with a large head". In 1821, French mycologists Jean-Baptiste de Lacaille placed it in section Cricetae of the order Carnivora. He later renamed it Spongiforma punctata after the Greek kribensis.
An AI agent deleted our production database. The agent's confession is below
Hacker News (score: 391)[Other] An AI agent deleted our production database. The agent's confession is below
Show HN: Lambda ERP β Open-source ERP you can run through chat
Show HN (score: 5)[Other] Show HN: Lambda ERP β Open-source ERP you can run through chat Hi HN, I built Lambda ERP, an open-source ERP prototype where chat is the primary interface.<p>It handles sales/purchase flows, invoices, payments, inventory, double-entry accounting, reports, and chat-generated analytics. Thereβs a live demo in the README with 3 years of simulated data, plus a Docker Compose setup if you want to run it locally.<p>It is not production-ready yet; Iβm looking for feedback on the architecture, the chat-first workflow, and whether this direction makes sense for small teams that canβt afford traditional ERP implementation projects.
GitHub unwanted UX change: issue links now open in a popup
Hacker News (score: 33)[Other] GitHub unwanted UX change: issue links now open in a popup
SWE-bench Verified no longer measures frontier coding capabilities
Hacker News (score: 264)[Other] SWE-bench Verified no longer measures frontier coding capabilities
Show HN: DSS, a lightweight TUI spreadsheet editor and dashboard in Go
Show HN (score: 6)[CLI Tool] Show HN: DSS, a lightweight TUI spreadsheet editor and dashboard in Go Hi there, I tried to build a CLI tool to edit and visualize Excel/CSV files directly in the terminal, I called it "dss".<p>I did it for fun to tweak spreadsheet formulas without leaving my terminal or opening heavy GUI apps.<p>It is an interactive editor of sheets with charts and formula engine diretly in TUI. The formula engine is handmaded but I'd like to improve it.<p>I copied a lot from my previous Datacmd project and from Termdash repo. Hoping to receive some feedback.
Show HN: Browse GitHub repos in Emacs without cloning
Show HN (score: 9)[Other] Show HN: Browse GitHub repos in Emacs without cloning Wouldn't be nice to press <C-x C-f> (find-file) and instead of a file path, give it a GitHub URL, and then just browse the repo in Dired?
[Other] Show HN: Useknockout open source background removal API 40Γ cheaper -remove.bg
[Other] Show HN: AI Visibility Monitor β Track if your site gets cited by GPT/Claude
CJackHwang/ds2api
GitHub Trending[API/SDK] Deepseek to API: A lightweight, high-performance full-stack middleware converting client protocols to universal APIs. Supports multi-account rotation, compiled binaries, Vercel Serverless, and Docker. Compatible with Google, Claude, and OpenAI API formats.
Mine, an IDE for Coalton and Common Lisp
Hacker News (score: 53)[IDE/Editor] Mine, an IDE for Coalton and Common Lisp
Using coding assistance tools to revive projects you never were going to finish
Hacker News (score: 146)[Other] Using coding assistance tools to revive projects you never were going to finish
ComposioHQ/awesome-codex-skills
GitHub Trending[Other] A curated list of practical Codex skills for automating workflows across the Codex CLI and API.