Live data from Hacker News

Viewing profile — angarrido

angarrido

HN member
Joined
Sat, Mar 28, 2026, 12:58 PM UTC
HN karma
1
Public activity
18 items

About angarrido

Software engineer working on data-driven systems, with an interest in modeling, performance, and real-world behavior.

Recent public activity

  1. story
  2. comment
  3. story
  4. comment
  5. comment
  6. comment
    Comment #47754940

    must people think it’s just GPU cost. In practice it’s coordination: model latency variance + queueing + retries under load. You don’t scale linearly, you get cascading slowdowns.

  7. comment
  8. comment
  9. comment
    Comment #47741781

    I built this because I couldn’t use Copilot or Claude at work without risking exposing internal code. This runs fully local (Gemma 4 26B), indexes your codebase, and answers questi…

  10. story
  11. comment
  12. comment
    Comment #47728404

    Local inference is getting solved pretty quickly. What still seems unsolved is how to safely use it on real private systems (large codebases, internal tools, etc) where you can’t r…

  13. story
  14. comment
  15. comment
    Comment #47719695

    Awesome idea, usually LLMs lack of creativity, so layouts look mostly the same, I could give a try

  16. comment
  17. story
  18. comment
    Comment #47554926

    Interesting approach. One thing I’ve been running into is that even with good alerts, the harder problem ends up being when to actually be exposed. You can get the signal right and…