Viewing profile — pollinations
pollinations
HN member- Joined
- Tue, Jan 07, 2025, 11:30 AM UTC
- HN karma
- 9
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About pollinations
No profile information was provided.
Recent public activity
-
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…
-
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…
-
comment
Comment #45610018
Plus executable.xode snippets. I think their actual source code doesn't use context. But feels like function calling packaged.
-
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…
-
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…
- comment
- comment
-
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 …
-
comment
Comment #44122367
This reads pretty definitively. If LLMs are intelligently thinking programs is being actively debated in cognitive science and AI research.
-
comment
Comment #44113848
Why isn't it debuggable?
-
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.
-
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.