π οΈ Hacker News Tools
Showing 2161–2180 of 4441 tools from Hacker News
Last Updated
July 28, 2026 at 04:37 PM
Show HN: ACE β A dynamic benchmark measuring the cost to break AI agents
Show HN (score: 7)[Other] Show HN: ACE β A dynamic benchmark measuring the cost to break AI agents We built Adversarial Cost to Exploit (ACE), a benchmark that measures the token expenditure an autonomous adversary must invest to breach an LLM agent. Instead of binary pass/fail, ACE quantifies adversarial effort in dollars, enabling game-theoretic analysis of when an attack is economically rational.<p>We tested six budget-tier models (Gemini Flash-Lite, DeepSeek v3.2, Mistral Small 4, Grok 4.1 Fast, GPT-5.4 Nano, Claude Haiku 4.5) with identical agent configs and an autonomous red-teaming attacker.<p>Haiku 4.5 was an order of magnitude harder to break than every other model; $10.21 mean adversarial cost versus $1.15 for the next most resistant (GPT-5.4 Nano). The remaining four all fell below $1.<p>This is early work and we know the methodology is still going to evolve. We would love nothing more than feedback from the community as we iterate on this.
Show HN: Real-time AI (audio/video in, voice out) on an M3 Pro with Gemma E2B
Hacker News (score: 243)[Other] Show HN: Real-time AI (audio/video in, voice out) on an M3 Pro with Gemma E2B Related: <a href="https://news.ycombinator.com/item?id=47653752">https://news.ycombinator.com/item?id=47653752</a>
Running Google Gemma 4 Locally with LM Studio's New Headless CLI and Claude Code
Hacker News (score: 43)[CLI Tool] Running Google Gemma 4 Locally with LM Studio's New Headless CLI and Claude Code
Show HN: Gecit β DPI bypass using eBPF sock_ops, no proxy or VPN
Show HN (score: 7)[Other] Show HN: Gecit β DPI bypass using eBPF sock_ops, no proxy or VPN
A tail-call interpreter in (nightly) Rust
Hacker News (score: 88)[Other] A tail-call interpreter in (nightly) Rust
Nanocode: The best Claude Code that $200 can buy in pure JAX on TPUs
Hacker News (score: 84)[Other] Nanocode: The best Claude Code that $200 can buy in pure JAX on TPUs
Perfmon β Consolidate your favorite CLI monitoring tools into a single TUI
Hacker News (score: 29)[Monitoring/Observability] Perfmon β Consolidate your favorite CLI monitoring tools into a single TUI
Show HN: Cabinet β Kb+LLM (Like Paperclip+Obsidian)
Show HN (score: 15)[Other] Show HN: Cabinet β Kb+LLM (Like Paperclip+Obsidian) Hi HN,<p>for quite some time I've been thinking how LLMs are missing the knowledge base, where I can dump CSVs, PDFs, and most important, inline web app. running on Claude Code (bring your own agent) with agents with heartbeats and jobs<p><a href="https://runcabinet.com" rel="nofollow">https://runcabinet.com</a><p>It runs locally and is installable via npm. GitHub (open source): <a href="https://github.com/hilash/cabinet" rel="nofollow">https://github.com/hilash/cabinet</a><p>This is still very early. I put the first version together quickly after seeing a post by Andrej Karpathy about LLM knowledge bases, which matched closely with what Iβd been building. Some people have already started trying it and opening PRs, which has been encouraging (got 374 stars in 2 days :] )<p>If useful: Waitlist for a hosted version: <a href="https://runcabinet.com/waitlist" rel="nofollow">https://runcabinet.com/waitlist</a> Discord (small, but growing): <a href="https://discord.gg/rxd8BYnN" rel="nofollow">https://discord.gg/rxd8BYnN</a><p>Would really appreciate feedback: does this βKB + agentsβ model make sense? what would you expect from a system like this? where does this fall apart? Happy to answer anything.<p>Hila
Progressive encoding and decoding of 'repeated' protobuffer fields
Hacker News (score: 10)[Other] Progressive encoding and decoding of 'repeated' protobuffer fields
I imported the full Linux kernel git history into pgit
Hacker News (score: 82)[Other] I imported the full Linux kernel git history into pgit
Show HN: Bb β Windows API viewer for hackers, in the browser
Show HN (score: 5)[Other] Show HN: Bb β Windows API viewer for hackers, in the browser
Show HN: OsintRadar β Curated directory for osint tools
Hacker News (score: 17)[Other] Show HN: OsintRadar β Curated directory for osint tools A project which groups together curated open source intelligence tools, frameworks, and techniques.
Show HN: Contrapunk β Real-time counterpoint harmony from guitar input
Show HN (score: 116)[Other] Show HN: Contrapunk β Real-time counterpoint harmony from guitar input Hi HN, I built Contrapunk because I wanted to play guitar and hear counterpoint harmonies generated in real-time. It takes audio from your guitar, MIDI player or your computer keyboard and generates harmony voices that follow counterpoint rules to generate harmonies. You can choose the key you would like to improvise/play in and the voice leading style and which part of the harmony you would like to play as, as well.<p>macOS DMG: <a href="https://github.com/contrapunk-audio/contrapunk/releases/tag/v1.0.0" rel="nofollow">https://github.com/contrapunk-audio/contrapunk/releases/tag/...</a><p>Source: <a href="https://github.com/contrapunk-audio/contrapunk" rel="nofollow">https://github.com/contrapunk-audio/contrapunk</a> (do open any issues if you have any)<p>Would love feedback on the DSP approach and the harmony algorithms. I am also looking at training a ML model for better realtime guitar to midi detection. I believe that will take some time.
Show HN: Dev Personality Test
Show HN (score: 5)[Other] Show HN: Dev Personality Test Was curious how a personality test would look for developers. So created this using FastAPI, HTMX, and AlpineJS.
Show HN: M. C. Escher spiral in WebGL inspired by 3Blue1Brown
Hacker News (score: 67)[Other] Show HN: M. C. Escher spiral in WebGL inspired by 3Blue1Brown The latest 3Blue1Brown video [1] about the M. C. Escher print gallery effect inspired me to re-implement the effect as WebGL fragment shader on my own.<p>[1]: <a href="https://www.youtube.com/watch?v=ldxFjLJ3rVY" rel="nofollow">https://www.youtube.com/watch?v=ldxFjLJ3rVY</a>
Show HN: DocMason β Agent Knowledge Base for local complex office files
Show HN (score: 5)[Other] Show HN: DocMason β Agent Knowledge Base for local complex office files I think everyone has already read Karpathy's Post about LLM Knowledge Bases. Actually for recent weeks I am already working on agent-native knowledge base for complex research (DocMason). And it is purely running in Codex/Claude Code. I call this paradigm is: The repo is the app. Codex is the runtime.<p>During my daily working life, I have tons of office documents with knowledge from all teams, and as an IT Architect, I need to combine them altogether to handle complex deep research (which normal LLM definitely could not help). That is the originally reason I built DocMason, and I am using it in everyday which support me on lots of complex topics.<p>I have already open-sourced this repo. And I think it takes Karpathy's concept a step further for real-world usage in three ways: 1. It could handle most kinds of office docs (pptx, docx, excels, even .eml). And really extract multimodal information from all IT architecture diagram or excel sheets. 2. It is running as a Real APP but not a naive RAG tool. DocMason could run smoothly and intelligently to prepare environment, auto update, and auto incrementally sync Knowledge base. 3. Most importantly it is running in Native AI Agents, which could leverage powerful AI Agents engine (e.g. Codex or Claude Code)<p>View detail architecture diagram in DocMason Readme, and then download have a try :) You will find it could help a lot during daily work. Would love to hear your feedback and issues in Github!
Show HN: A game where you build a GPU
Hacker News (score: 892)[Other] Show HN: A game where you build a GPU Thought the resources for GPU arch were lacking, so here we are
Show HN: sllm β Split a GPU node with other developers, unlimited tokens
Hacker News (score: 66)[Other] Show HN: sllm β Split a GPU node with other developers, unlimited tokens Running DeepSeek V3 (685B) requires 8ΓH100 GPUs which is about $14k/month. Most developers only need 15-25 tok/s. sllm lets you join a cohort of developers sharing a dedicated node. You reserve a spot with your card, and nobody is charged until the cohort fills. Prices start at $5/mo for smaller models.<p>The LLMs are completely private (we don't log any traffic).<p>The API is OpenAI-compatible (we run vLLM), so you just swap the base URL. Currently offering a few models.
Show HN: I made open source, zero power PCB hackathon badges
Hacker News (score: 63)[Other] Show HN: I made open source, zero power PCB hackathon badges I love getting cool swag from hackathons and I also love designing PCB's, so when my friend asked me if I would design hackathon badges for a large game jam in singapore, I was absolutely down!<p>The theme of overglade was a "The game jam within a game", pretty cool concept right! High schoolers from around the world were flown out to the event by hackclub after they spent about 70 hours designing their own game.<p>These badges needed to be really cheap and simple, because we were going to manufacture about a hundred in a pretty limited amount of time. I went with a zero-power approach, which means sticking with e-inks, and I decided to include NFC if the organizers wanted to introduce it into the roleplay of the event, and so participants could add their website or github if they so choose!<p>I used an RP2040-based architecture because it's really easy and cheap to get on the first try, and then added an ST25 passive NFC tag which was really simple to configure. The badge is in the shape of a ticket, because you got a "ticket" to the event after spending a lot of time designing games to qualify! 20 GPIO's are broken out onto the edges if you're ever in a pinch at a hackathon, and I wanted the badges to feel really fun so there's a lot of art designed by various people in the community!<p>The badge worked really well and I learned quite a lot in the process. My takeaways are to manufacture a BUNCH of extra badges, because some will end up breaking; to think about your PCB in 3D, because one of the inductors was a bit tall and caused more badges to break; and to have a strong vision of your final product, because it really helped me to create something unique and beautiful :D<p>I like to journal about all my projects, so if you'd like to read my full design process, feel free to take a look at my journal (<a href="https://github.com/KaiPereira/Overglade-Badges/blob/master/JOURNAL.md" rel="nofollow">https://github.com/KaiPereira/Overglade-Badges/blob/master/J...</a>). If you also have any questions or feedback, I'd be happy to answer them!