Live data from Hacker News

Viewing profile — generallyjosh

generallyjosh

HN member
Joined
Sun, Jan 25, 2026, 7:15 PM UTC
HN karma
2
Public activity
20 items

About generallyjosh

No profile information was provided.

Recent public activity

  1. comment
    Comment #47330233

    Did it make any mistakes on your taxes? Personally, I know coding pretty well. So when I'm using it for coding, I can spot most of its mistakes / misunderstandings I would not trus…

  2. comment
    Comment #47227655

    Well, you said: The potential of the current crop of LLM/AIs will stop at being a very powerful tool to search large volumes of text using free-form questions. I do think that pret…

  3. comment
    Comment #47227578

    Hey you can try it if you like. That's one of the beauties of the current moment, nobody REALLY knows what works best, just a whole lot of people trying stuff And no, I wouldn't ev…

  4. comment
    Comment #47206836

    Larger models need more hardware resources to run And, depending on effort settings, they do more 'thinking', i.e., use more rounds of inference to generate longer internal chains …

  5. comment
    Comment #47206447

    The problem isn't giving MORE context to an agent, it's giving the right context These things are built for pattern matching, and if you keep their context focused on one pattern, …

  6. comment
    Comment #47188263

    I'd assume it probably depends how large and varied your logs are? But, my guess, I could see an algorithm like that being very fast. It's basically just doing a form of compressio…

  7. comment
    Comment #47179854

    I think what most people are worried about is that, as you say, AGI won't necessarily have our biases/biological drives That might also mean it has no drive for self-determination.…

  8. comment
    Comment #47179784

    You say this as though it's a pithy point. Might as well say humans are just a better search tool - it's true in the exact same sense you're using. All humans do is absorb informat…

  9. comment
    Comment #47179723

    The whole point of an economy is to generate value. Very, very different than caring for people Feudalism was the dominant economic system for millennia. The point is to extract va…

  10. comment
    Comment #47179625

    There are lots of intelligent people looking at AI and imagining its potential Are you just saying that you're more intelligent than them? You can see clearly, where all the steam …

  11. comment
    Comment #47114022

    Openclaw isn't new (and the actual project never made itself out to be new) It's a nice packaging, of a whole bunch of preexisting things. Agentic AI inside a nice sandbox containe…

  12. comment
  13. comment
    Comment #47100999

    I do strongly agree on the framing, but I'd argue with the conclusion Yeah, it really doesn't matter if AGI has happened, is going to happen, will never happen, whatever. No matter…

  14. comment
    Comment #47024947

    I'm finding the latest models are pretty good at debugging, if you give them the tools to debug properly If they can run a tool from the terminal, see all the output in text format…

  15. comment
    Comment #47024862

    One of the first skills I made for Claude was a research skill. I give it a question (narrow or really broad), and the model does a bunch of web searches using subagents, to try an…

  16. comment
    Comment #47022717

    I do think there's value in trying out fully vibe coding some toy projects today (probably nothing real or security sensitive haha). The AI will get better at compensating, but I t…

  17. comment
    Comment #46950208

    That mirrors my experience so far. The AI is fantastic for prototyping, in languages/frameworks you might be totally unfamiliar with. You can make all sorts of cool little toy proj…

  18. comment
    Comment #46920300

    All we can do is try our best to look at the world with clear eyes, and think about where the industry's going over the next couple years Not how we want things to be, but how they…

  19. comment
    Comment #46778511

    IMO, documentation becomes much more important if we're planning to hand off coding to the LLMs You can ask it about the code, sure, and it'll try to tell you how it works. But, wh…

  20. comment
    Comment #46757253

    I do think there is some actual value in telling an LLM "you are an expert code reviewer". You really do tend to get better results in the output When you think about what an LLM i…