Live data from Hacker News

Viewing profile — pollinations

pollinations

HN member
Joined
Tue, Jan 07, 2025, 11:30 AM UTC
HN karma
9
Public activity
12 items

About pollinations

No profile information was provided.

Recent public activity

  1. comment
    Comment #45626303

    Maybe the skill could have references to the code. Like if everything else fails it can look at the implementation. Intuitively it feels like if you need to look at the implementat…

  2. comment
    Comment #45613889

    They were just giving that as an example that Zed's inline suggestions aren't very good for basic tasks. There are hundreds of othersmall tasks like this that can't be handled by t…

  3. comment
    Comment #45610018

    Plus executable.xode snippets. I think their actual source code doesn't use context. But feels like function calling packaged.

  4. comment
    Comment #44816768

    Whether you believe the the article or not, the point you posted seems orthogonal to what google is saying. They're not claiming anything about the quality of AI summaries. They ar…

  5. comment
    Comment #44791616

    # Configure NF4 quantization quant_config = PipelineQuantizationConfig( quant_backend="bitsandbytes_4bit", quant_kwargs={"load_in_4bit": True, "bnb_4bit_quant_type": "nf4", "bnb_4b…

  6. comment
  7. comment
  8. comment
    Comment #44209079

    I'd say commit a comprehensive testing system with the prompts. Prompts are in a sense what higher level programming languages were to assembly. Sure there is a crucial difference …

  9. comment
    Comment #44122367

    This reads pretty definitively. If LLMs are intelligently thinking programs is being actively debated in cognitive science and AI research.

  10. comment
    Comment #44113848

    Why isn't it debuggable?

  11. comment
    Comment #42907854

    I don't think individual examples make sense to solve these kinds of discussions as for me it can vary easily by 6x thinking with exactly the same input and parameters.

  12. comment
    Comment #42897279

    I was recently trying to write a relatively simple htmx service with Claude. I was surprised at how much worse it was when it's not React.