Live data from Hacker News

Viewing profile — jonator

jonator

HN member
Joined
Fri, Jun 22, 2018, 3:26 PM UTC
HN karma
46
Public activity
34 items

About jonator

No profile information was provided.

Recent public activity

  1. comment
    Comment #48575306

    Yep, but the code is still reviewed/tested/validated before merging (so -vibe)

  2. comment
    Comment #48560190

    Assume reusable spaceflight eventually brings launch cost close to the cost of fuel. This is close to happening. The overhead of building out grid and power infrastructure on land …

  3. comment
    Comment #48558779

    Energy will be the biggest bottleneck to data centers on land. Is not an issue in space. Space is the perfect env for running compute.

  4. comment
    Comment #48558758

    90% of my dev workflows have moved to Devin cloud agents. I don’t miss the days of fumbling around with my local repos across my multiple agent work trees or clones. I just throw a…

  5. comment
    Comment #48396699

    It seems like now’s the time to rethink how we do education. In my personal post academic life, I’ve found LLMs to be an incredible teacher. Almost like the best professor in the w…

  6. story
  7. comment
    Comment #47200291

    Fully agree. Perhaps I should have clarified that it’s primarily for agents now, not just engineers.

  8. comment
    Comment #47199557

    I’ve found a good counter to this is having agents visualize and explain the architecture of the system. Then I gain just enough context to figure out what I’m trying to accomplish…

  9. comment
    Comment #46755611

    I've been using Opus 4.5 via Claude Code

  10. comment
    Comment #46755535

    I can attest to everything. Using Tidewave MCP to give your agent access to the runtime via REPL is a superpower, especially with Elixir being functional. It's able to proactively …

  11. comment
    Comment #46626107

    https://jonator.dev

  12. comment
    Comment #46578200

    I think frontier models are getting to the point where we can start to reach higher trust agentic workflows. As a hardcore AI chat user, I'm often frustrated with the single-agent …

  13. comment
    Comment #46467140

    Location: NYC Remote: Yes Willing to relocate: No Technologies: React/Next.js, TypeScript, Swift, Golang, Elixir Résumé/CV: https://www.linkedin.com/in/jon-ator/ Email: jon (at) at…

  14. comment
    Comment #45659112

    The issue you described is an issue with AI?

  15. comment
    Comment #44878365

    If you're reading this there's a great opportunity to pull a Linear move and disrupt the entrenched players with a 10x better UX. Although the hardest nut to crack here are the net…

  16. comment
    Comment #44767687

    I'd argue the opposite of ass kissing and yes-men behavior is what is actually seductive.

  17. comment
    Comment #44767660

    I agree. My take is, with tech and the social realm, it tends to provide watered down alternatives that distills the social fabric into a more sparsely connected graph. It's not ab…

  18. comment
    Comment #44704352

    Even if you're working on a large complex system like that, I believe coding agents are still useful at at least taking highly specific prompts/instructions you write and doing the…

  19. comment
    Comment #44702912

    I agree and do experience that. Perhaps to clarify, I mean that it (unlike humans), is always down to code alongside you. It will never complain, get sick, have a life event. etc.

  20. comment
    Comment #44702810

    For me the fun part of coding is having visions of products or systems I'd like to exist, and writing code only as a means to an end. Claude Code (AI coding agents/assistants) are …

  21. comment
    Comment #44577382

    There's a lot of economic explanations that seem perfectly legitimate. I'm wondering if a simple contributor is the fact that many people are moving away from their immediate famil…

  22. comment
    Comment #44554787

    Capitalism does facilitate monopolies or industries with razor thin margins like airlines. However, the space of competition is a revolving door with constant opportunity to create…

  23. comment
    Comment #44438176

    Reminds me of the Linear story. You can disrupt a set of established players by focusing on simplicity, opinionated design, and maximum performance via hardcore engineering.

  24. comment
    Comment #44367803

    I've done the same, but with AI generating a lot of the boilerplate, and helping generate automated tests, has accelerated this process considerably.

  25. comment
    Comment #44348954

    Like for a dev server? Are you using a file watcher? I also find a test watcher helpful to increase confidence in the agents changes. Recently, the cursor agent panel supports mult…