Live data from Hacker News

Viewing profile — uduni

uduni

HN member
Joined
Sun, Mar 29, 2026, 10:36 PM UTC
HN karma
12
Public activity
13 items

About uduni

No profile information was provided.

Recent public activity

  1. comment
    Comment #47641142

    It's crazy how much better you can make LLM output just by asking "is this the most elegant solution?" In a loop (Not fine tuning, but interesting none the less. If a model can so …

  2. comment
    Comment #47623426

    Written language is deep tech itself. There's evidence it changed our brain morphology even. So ya it deeply affected kids abilities, for example memorizing long poems or whatever.…

  3. comment
    Comment #47623409

    It's a skill set just like coding. You can embrace an elevated workflow where you can forget about the specific syntax and focus on the architecture and integration. It takes time …

  4. comment
    Comment #47620641

    I guess they are assuming LLMs will just get better and better until youn don't look at code at all. Ignoring the fact that software will just keep getting more and more complex an…

  5. comment
    Comment #47610713

    Sure... A good harness can be built in 1 day tho. A good model is 1000x more sophisticated

  6. comment
    Comment #47610685

    I've been running a custom harness in production for months (code gen on cloud boxes), it's quite simple (<500 LOC). The model can use sed or other nice bash tricks to efficiently …

  7. comment
    Comment #47610494

    And? I just joined HN and I like coding with AI. Is it a problem to have a different opinion from you?

  8. comment
    Comment #47610483

    " The real value in the AI ecosystem isn’t the model or the harness — it’s the integration of both working seamlessly together. " Wut? The value in the ecosystem is the model. Harn…

  9. comment
    Comment #47606725

    So true... I get more mileage from just watching an agent work than building sophisticated LLM-as-judge workflows

  10. comment
    Comment #47606555

    [flagged]

  11. comment
    Comment #47597630

    Slop becomes impossible to maintain, and eventually product velocity slows down. Maybe it's ok for an ultra simple todo app, but for most apps code quality absolutely matters... Us…

  12. comment
    Comment #47568509

    How is this different from previous layers of abstraction? React/JS dev don't have to think about memory management or a million other things that C++ application devs did. Instead…

  13. comment
    Comment #47568199

    There's too much value in familiar UX. "Don't make the user think" is the golden rule these days. People used to have mental bandwidth for learning new interfaces... But now people…