Live data from Hacker News

Viewing profile — gonzan

gonzan

HN member
Joined
Mon, Aug 03, 2020, 5:50 PM UTC
HN karma
17
Public activity
28 items

About gonzan

Building a GitHub AI assistant. Analysis issues, opens (and iterates on) PRs, does code review. https://kamaraapp.com/

Recent public activity

  1. comment
    Comment #43862507

    So there are going to be companies built on just an MCP server I guess, wonder what the first big one will be, just a matter of time I think

  2. comment
    Comment #43862272

    I think it absolutely makes sense. Especially if the bot and prompts that go in the code review are different from the bot/prompts that wrote the code. But sometimes even the same …

  3. story
  4. comment
    Comment #42832062

    They censor different things. Try asking any model from the west to write an erotic story and it will refuse. Deekseek has no trouble doing so. Different cultures allow different t…

  5. comment
    Comment #42721554

    Am I the only one that rolled their eyes at this? An ISO for "responsible AI"? Who is the one that feels authorized to define what "responsible" AI means? This is not a standarizat…

  6. comment
    Comment #42657142

    I dont have data but I’d assume that wallet size is correlated to brain size

  7. comment
    Comment #41926589

    I think it’s too expensive for that at this point

  8. story
    Show HN: Locutio, an open source AI-powered translation management tool

    Hi! I run a League of Legends stats website which gets users from all over the world, so I wanted an easy way to translate it to many languages. I looked at the alternatives in the…

  9. story
    Show HN: LLM Logger – open-source logging for LLM calls

    Hi HN! While working with LLMs I ran into two problems: - While developing, when running into any unexpected issues I wanted to see the exact input/output but logging it every time…

  10. story
    Show HN: Phinxer, open source Web Analytics

    I built Phinxer for my own use a year or so ago because existing alternatives felt bad to use (Google Analytics) becasue of excessive tracking or were really expensive. I was runni…

  11. story
  12. story
  13. comment
    Comment #38957484

    Why would I mind if other people hold their money themselves or use a custodian as long as I have the option to custody my own money? Let people choose

  14. comment
    Comment #38829535

    Stuff like this makes me realize how different people use the internet than I do

  15. comment
    Comment #38096362

    That’s not how most people use cookies, just google & co. I’m using an in-house analytics app platform that uses cookies to track how often visitors use the app but we do no tracki…

  16. comment
    Comment #37402982

    I agree with all this and it’s how I do it for web development but the time Apple/Google take to approve apps makes doing this for mobile apps quite risky since it’s hard to rollba…

  17. story
  18. comment
    Comment #37292214

    Not all reading is the same. If I tell an AI to write code that does X then checking if a provided code actually does X is a lot faster than writing it myself. The way I use AI is …

  19. story
  20. comment
    Comment #37252895

    I built a VS code extension a while back that I still use that wraps GPT-4 and writes code directly in my editor. The method I used to choose which files to feed GPT-4 was embeddin…

  21. comment
    Comment #35972124

    Reading code that you know what is supposed to do and testing it works correctly is a lot faster than writing all the said code. Reading is much faster than writing. I also don’t m…

  22. comment
    Comment #35972103

    That’s already how I’m building new projects, I mostly only write/reorder UI code since it’s what LLMs struggle with the most. I’m building a VS Code extension that makes this easi…

  23. comment
    Comment #35972069

    I’m building an AI-powered coding tool and the approach I’m using now is based on embeddings. We do pass the whole files, not just headers although that’s a possibility we consider…

  24. story
    Show HN: Kamara, an AI-powered context-aware coding assistant

    Kamara is a VS Code extension that has access to all of your code. When you ask Kamara to write a feature, Kamara will go through your code, decide where is the best place to write…

  25. comment
    Comment #35798035

    Hi! I'm Gonza, I've enjoyed playing League for a while but lately I've been playing more ARAM and less Summoner's Rift. I found that most stats websites don't show stats for ARAM o…