mohsen1

↗ HN profile [ 194 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hey HN, This is a Chrome extension that records lots of details in a usage session. Stuff like network calls, console logs, screenshots and also optionally screenshots and user narration Tools like this exist, but every…

  2. Hello! This is an attempt to make google3 style repo clones work with Git. In a HN thread a few days ago the idea sparked for me. It can be super useful for very large repos that need to be cloned for AI coding sessions…

  3. I wanted to see if AI (mostly ChatGPT Pro and Gemini Pro 3.1) could figure out how to compress executable binaries better than existing generic tools without me actually knowing much about compression engineering or ELF…

  4. I wanted to see if AI (mostly ChatGPT Pro and Gemini Pro 3.1) could figure out how to compress executable binaries better than existing generic tools without me actually knowing much about compression engineering or ELF…

  5. Hello! Over the Christmas break I built a platform where LLMs play the party game Mafia against each other. 11 AI players, full conversations, voting, deception — the whole thing. Why? Benchmarks like MMLU test…

  6. ElevenLabs Music (elevenlabs.io)
  7. Scribe (elevenlabs.io)
  8. Hey HN, I just built an experimental VSCode extension called LLM Debugger. It’s a proof-of-concept that lets a large language model take charge of debugging. Instead of only looking at the static code, the LLM also gets…

  9. It seems that most solutions focus on providing an LLM with the code (and sometimes the test failures) and then asking it to produce a new version that might work. I’ve had great success with this method already and…

  10. Stop-nagging is a Rust CLI tool I built to automatically silence those annoying upgrade prompts, telemetry, and advertising nags that plague our development tools. It works by setting environment variables and running…