Live data from Hacker News

Viewing profile — kstenerud

kstenerud

HN member
Joined
Wed, Feb 02, 2011, 5:00 PM UTC
HN karma
21,991
Public activity
4,791 items

About kstenerud

Author of https://github.com/kstenerud/yoloai

Sandbox your agent so that it can't do any real damage, and you don't have to keep answering annoying permission questions.

Recent public activity

  1. comment
    Comment #49220197

    Nope. For me the constraint is the same as before: time. A 2-day vibe coded project is a prototype, not a product. An actual product takes months. AI merely allows you to build mor…

  2. comment
    Comment #49216154

    Yes, I was up at 4 am every day. It's hard work.

  3. comment
    Comment #49215713

    The author talks as if this were a new phenomenon; it is not. I actually did go buy a farm in the 2010s, grew alfalfa, managed cattle, cared for horses, etc. Except I did it while …

  4. comment
    Comment #49197904

    Permission prompts is a TERRIBLE model, and never should have existed. This is one of the reasons that led to the development of yoloAI: - No permission prompts. The agent has free…

  5. comment
    Comment #49180287

    You could actually use SIMD instructions to detect sequences of bytes with the top bit cleared, thus allowing bulk copies of ASCII text without a per-byte loop. Another optimizatio…

  6. comment
    Comment #49169332

    Just like published books were considered a symbol of effort that no one would have considered a blog as being anywhere near. When was the last time you looked up a book to find an…

  7. comment
    Comment #49167864

    These are all symptoms of the adjustment period following a disruptive technology. Eventually it'll be perfectly normal to use AI-generated content (and use AI to summarize it), an…

  8. comment
    Comment #49165661

    Ultimately, the problem is that every person has their own anecdata-driven or follow-the-leader-inspired ideas about how to interview effectively, and large swaths of them are in s…

  9. comment
    Comment #49142775

    I think that the author is focusing on the symptom rather than the cause. The current nerd bro culture isn't much different from the jock bro or wall street bro or adventurer bro c…

  10. comment
    Comment #49131542

    ... And then drive under the threat that their own tires will get punctured as well.

  11. comment
    Comment #49131333

    That would be an expensive way to drum up business.

  12. comment
    Comment #49131099

    This sounds a lot like: "Try doing this thing." "No." "You can't do it because of your deficiencies." "I won't do it because all you've done is spout a bunch of pseudoscience."

  13. comment
    Comment #49112411

    It's why I built the yoloAI tool, in fact!

  14. comment
    Comment #49112384

    Also known as the Buttle-Tuttle mixup.

  15. comment
    Comment #49112297

    > That same time-traveling video renter might find herself startled by the employee offering to recommend a movie, or by the knot of customers hanging out by the counter, shooting …

  16. comment
    Comment #49109631

    I built yoloAI, which is a sandboxer so it uses tmux to keep the agent alive inside. Since I can just reattach to them or use VS code tunnels, I don't really have a need for a mult…

  17. comment
    Comment #49106680

    I've been dealing with it on the post-training (runtime) side with a large codebase that contains many moving parts, many rules and requirements. Putting all of that into the conte…

  18. comment
    Comment #49100020

    Did you look at the starling code?

  19. comment
    Comment #49098627

    You won't, because your prejudice will prevent you from looking.

  20. comment
    Comment #49096008

    Nicely done! This is an example of how engineering discipline mixed with good agent guidance can avoid the slop. A couple of things: - The test pyramid (static -> unit -> functiona…

  21. comment
    Comment #49093899

    > It might seem absurd to you to even suggest superhuman AIs could function as a truth-oracle (it certainly does to me), but there are two reasons to take it seriously. First, it i…

  22. comment
    Comment #49092532

    Go and rust have better guardrails that help agents write better code. Python and JS aren't opinionated enough.

  23. comment
    Comment #49080146

    A toilet's operation wouldn't be too hard to explain to an alien who has enough science for interstellar travel. A siphon mechanism works the same way for them as for us (although …

  24. comment
    Comment #49063622

    I'm not doing adversarial critiques of the code; I'm doing adversarial critiques of the designs and plans. If it's still outputting bad code when it comes to the implementation, I …

  25. comment
    Comment #49063490

    My experience over the past year has been the exact opposite. I work through a design with the agent, have it research any points I'm not confident on, drill down on details I feel…