Live data from Hacker News

Viewing profile — ehsanu1

ehsanu1

HN member
Joined
Tue, Apr 26, 2011, 8:02 AM UTC
HN karma
1,376
Public activity
614 items

About ehsanu1

ehsanul@ehsanul.com

I'm actually ehsanul (http://news.ycombinator.com/user?id=ehsanul) here on HN, but I switched Google accounts.

Recent public activity

  1. comment
    Comment #48963805

    Check this site for the first part? Maybe they can offer a notifications API, hah.

  2. comment
    Comment #48076954

    For my schemas, I found LLMs really wanted to just use markdown embedded in the strings, so I've been considering doing away with the schema. I also figure that embedding markdown …

  3. comment
    Comment #47519901

    That a personal website? Prod means different things in different contexts. Even then, I'd be a bit worried about prompt injection unless you control your context closely (no web a…

  4. comment
    Comment #47485891

    I have. In fact, I've been building my own coding agent for 2 years at this point (i.e. before claude code existed). So it's fair to say I get the point you're making and have said…

  5. comment
    Comment #47483351

    That shows it knew this bit of satire more than anything. Also, the problem as stated isn't actually constrained enough to be unsolvable: https://youtu.be/B7MIJP90biM

  6. comment
    Comment #47483280

    Business problems are essentially neverending. And humans have a broader type of intelligence that LLMs lack but are needed to solve many novel problems. I wouldn't worry.

  7. comment
    Comment #47464149

    An honest mistake.

  8. comment
    Comment #47392657

    What are the numbers? Are there problems other than context usage you refer to?

  9. comment
    Comment #47045176

    They aren't necessarily "stored" but they are part of the response content. They are referred to as reasoning or thinking blocks. The big 3 model makers all have this in their APIs…

  10. comment
    Comment #46894492

    But those aren't things you can really separate for proprietary models. Keeping inference running also requires staff, not just for the R&D.

  11. comment
    Comment #46894475

    I wonder how this compares to running sqlite off of an s3-backed ZeroFS https://github.com/Barre/ZeroFS

  12. comment
    Comment #46890901

    To spell it out for myself and others: approaching equivalent calculations for each individual attention block means we also approach equivalent performance for the combination of …

  13. comment
    Comment #46890767

    Could you substantiate that? That take into account training and staffing costs?

  14. comment
    Comment #46711848

    https://www.anthropic.com/news/anthropic-and-the-department-...

  15. comment
    Comment #46653015

    You don't get a simple request/response paradigm with claude code: 1 message from the user results in a loop that usually invokes many inner LLM requests, among other business logi…

  16. comment
    Comment #46628892

    I've gotten great results applying it to file paths + signatures. Even better if you also fuse those results with BM25.

  17. comment
    Comment #46628881

    Embedded usearch vector database. https://github.com/unum-cloud/USearch

  18. comment
    Comment #46626574

    They have rate limits for this purpose. Many folks run claude code instances in parallel, which has roughly the same characteristics.

  19. comment
    Comment #46626548

    You can't control it to the level of individual LLM requests and orchestration of those. And that is very valuable, practically required, to build a tool like this. Otherwise, you …

  20. comment
    Comment #46569642

    You can: https://claude.ai/settings/data-privacy-controls

  21. comment
    Comment #46569641

    True. You can turn it off though: https://claude.ai/settings/data-privacy-controls

  22. comment
    Comment #46569612

    It has to be suited for human consumption too though. I wonder if this has any real benefits over just doing very simple html wireframing with highly constrained css, which is read…

  23. comment
    Comment #46569575

    It kind of makes sense if you relate it to ASCII art, which is very often not ASCII for similar reasons. The naming evokes that concept for me at least. Naming is hard in general, …

  24. comment
    Comment #46550593

    But I doubt you can opt in to them training on that data coming in via OpenCode.

  25. comment
    Comment #46550478

    I understand them not wanting to allow non-coding agents to use the subscription, but why specifically block another coding agent? Is the value Anthropic gets from users specifical…