Live data from Hacker News

Viewing profile — efromvt

efromvt

HN member
Joined
Sat, May 25, 2024, 6:14 PM UTC
HN karma
159
Public activity
125 items

About efromvt

Data, privacy, orchestration. Currently focused on https://trilogydata.dev/.

Recent public activity

  1. comment
    Comment #49245241

    I think the context here is that em dashes are usually generated verbatim from LLMs? I haven't seen them generate a lot of double hyphens; I suppose the post could be laundering th…

  2. comment
    Comment #49235937

    I finished wiring up the backend data merge so user(s) (aka me, really) can record trees as they walk and have those merged into the general city data on my urban tree map app[1]. …

  3. comment
    Comment #49222458

    They actually touch on Blue Prince in the article; it is interesting that Expedition 33 isn't driving investment in similar sized games. But the thesis seems to be that Blue Prince…

  4. comment
    Comment #49202026

    Either they had a good month or I'm off my game, I actually spent a minute checking if I did something wrong with actions instead of immediately going to HN to see if it was an out…

  5. comment
    Comment #49170360

    It’s an interesting question of ‘why not’, though - this was a good read and is upstream of more practical output optimization.

  6. comment
    Comment #49159835

    I’ve historically read this as ‘open format compatible’ but ‘native preferred’ - where this opens up market space and dev velocity - but it’ll be interesting to see if native stora…

  7. comment
    Comment #49159289

    The system needs to account for how it will be used and resulting externalities. Being an accelerant can be a problem in and of itself. I do agree that having stricter societal and…

  8. comment
    Comment #49117985

    This has been a soul crushing part of the AI craze - we can finally fund all the devx work we wanted to do, for all the wrong reasons. (It is nice that I can make something try our…

  9. comment
    Comment #49113349

    Praise be, stacking is such a better ux for separating out a feature diff into distinct component units and native support makes it easy.

  10. comment
    Comment #49024885

    Isn’t the intentionality the actually concerning bit? Exploit capabilities are all fun and games constrained by the humans directing them; a paperclip maximizer going rogue with th…

  11. comment
    Comment #49020854

    I think/hope that most benchmarks have moved to an agentic loop - I'd still call that 'text to sql', since you're going from the business question to one or more SQL queries that p…

  12. comment
    Comment #49020522

    Yeah with self-serve analytics all the rage (for good reason) for a bit, the bar from some places I've worked wouldn't be "does the agent beat a good analyst" it's "does the agent …

  13. comment
    Comment #49019578

    This was a very enjoyable read! Constraining the language surface is helpful, but the lost expressiveness can bite unless you’re in a constrained domain - which this seems like it …

  14. comment
    Comment #48967715

    I’ve noticed it having weird message dropping and replay in general, but the compaction boundary has been pretty solid.

  15. comment
    Comment #48920606

    This was more interesting/creative than I expected on both sides (the prompt and the existing safeguards). I love that obscure Cloudflare validation turnstiles seem unsuspicious ba…

  16. comment
    Comment #48920559

    DSLs are a great middle ground for 'use LLM to turn ambiguous spec into something well defined', with the caveat that without discipline they'll inevitably expand until you should …

  17. comment
    Comment #48919760

    I think like social engineering, it will always be an issue to some degree, and we'll build safeguards until it's at a 'societally comfortable' baseline level. Which is maybe not p…

  18. comment
    Comment #48887590

    Same as last month for once - optimizing how well agents can work with a new language [1]. I've been able to 2-3x success rate and drop total tokens for complex tasks significantly…

  19. comment
    Comment #48882289

    I guess technically it is in the SQL standard, but optional, as S098? I agree that SQL is sorely lacking here and I'm hoping that the OLAP side innovation (presto, bigquery, snowfl…

  20. comment
    Comment #48873516

    never use system python, always use virtual envs. (a bad answer, but agents do remove the setup boilerplate). UV does relatively completely solve this but it's a big dependency to …

  21. comment
    Comment #48847484

    Out of curiosity, how often are the resource limits the bottlenecks? What do harnesses do to help here - limit parallelism? More efficient tools?

  22. comment
    Comment #48845792

    Second comment, having read in more depth (really love the auto-layout detail!) - the spec doesn't seem to naturally support layering (which is useful in some multi-axis automatic …

  23. comment
    Comment #48844095

    Op1M5 was scarring the first (dozen) time around! Thank you minelayers

  24. comment
    Comment #48844052

    I wonder if all those different heavy shenanigans are just to get the hollander's gauss/hunchback autoconnon in the right torso by default. (original Mechcommander is still the bes…

  25. comment
    Comment #48843730

    Semantic types as the extra formatting factor is super useful because they are concise encodings of a lot of formatting boilerplate.[1] Do you envision the flint type registry bein…