Live data from Hacker News

Viewing profile — prats226

prats226

HN member
Joined
Fri, Mar 06, 2015, 10:37 AM UTC
HN karma
233
Public activity
159 items

About prats226

No profile information was provided.

Recent public activity

  1. story
    Ask HN: Best PR Review Experience?

    With lot of code being pushed, how are you guys managing PR reviews? - Only review by some other agent - Ask devs to push plans and review those - Review critical code paths yourse…

  2. comment
    Comment #47710166

    A good experiment would be to also try giving it access to latency traces so it can identify issues? Wrt coding agents, giving access to observability tools often improve coding/de…

  3. comment
    Comment #47229106

    Try https://docstrange.nanonets.com/ once, 10k docs you can use for free. Strong table performance. Do give feedback if any. Powered by bigger model compared to our open source one…

  4. comment
    Comment #47159234

    If with LLM's you can deanonymize at scale, on a personal level, you should also be able to figure out what posts are leading to this deanonymization and remove them or modify them…

  5. comment
    Comment #46699784

    Instead of markdown -> LLM to get JSON, you can just train a slightly bigger model which you can constrain decode to give JSON rightaway. https://huggingface.co/nanonets/Nanonets-O…

  6. comment
    Comment #46653888

    https://nanonets.com/cookbooks/structured-llm-outputs/uncons...

  7. comment
    Comment #46653751

    Nice, it would be good idea to develop CFG for this as well so can embed it into all these constrained decoding libraries

  8. comment
    Comment #46653173

    One of the authors here, will checkout the diagram link. Every commercial model provider is adding structured outputs so will keep updating the guide.

  9. comment
    Comment #45648665

    https://docstrange.nanonets.com/ as well, wrapper on top of 7B version of https://huggingface.co/nanonets/Nanonets-OCR2-3B

  10. comment
    Comment #45648640

    Then you can just download finetuned version of same multi-modal foundation model that's trained on documents?

  11. comment
    Comment #45648608

    Top 3 models on huggingface are all OCR models. Most automation projects involve documents where you need a model finetuned to understand all elements inside documents and provide …

  12. comment
    Comment #45586317

    Would be intersting to see where funding goes to fix these issues. News would heavily impact public opinion and hence political influence and public funding.

  13. comment
    Comment #45586267

    Yes, and its not just OCR (Optical Character Recognition), it understands layouts, captures signatures, charts, watermarks etc so way beyond just characters

  14. story
  15. comment
    Comment #45552952

    https://mention.com/en/

  16. comment
    Comment #45551838

    Here is link to open source model: https://huggingface.co/nanonets/Nanonets-OCR-s And hosted model: https://docstrange.nanonets.com/

  17. comment
    Comment #45431300

    It boils down to information loss in compaction driven by LLM's. Either you could carefully design tools that only give compacted output with high information density so models hav…

  18. comment
    Comment #45431255

    Reason I felt like they are closely connected are because for designing tools for lets say coding agents, you have to be thoughful of context engineering. Eg linear MCP is notoriou…

  19. comment
    Comment #45430301

    Context engineering is another name people have given to same skill?

  20. comment
    Comment #45204695

    You can always put automation for your google home to blast music at full volume at right time. And if you don't wake up from sound of music yourself, your neighbour will knock on …

  21. story
  22. comment
    Comment #44978405

    With google serving AI overviews, now an average search query should cost more? Compute is getting cheaper but also algorithms getting more and more complex, increasing compute?

  23. comment
    Comment #44880339

    Read long time ago that even SFT for conversations vs base model for autocomplete reduces intelligence, increases perplexity

  24. comment
    Comment #44869370

    > But here’s the important part: LLMs don’t know how to use tools. They don’t have native tool calling support. They just generate text that represents a function call. Its not a c…

  25. comment
    Comment #44760538

    This is super interesting to think about in LLM world where lot of software is getting replaced with LLM calls. In terms of output of an LLM, there is no clear promise in the contr…