Viewing profile — airspresso
airspresso
HN member- Joined
- Wed, Nov 08, 2023, 9:52 PM UTC
- HN karma
- 219
- Public activity
- 84 items
- HN profile
- View on Hacker News ↗
About airspresso
No profile information was provided.
Recent public activity
-
comment
Comment #49128796
My default assumption (with no knowledge about this particular case) is that all gear in YouTube videos is sponsored. Too easy to get jealous of all the fancy setups. But I don't w…
-
comment
Comment #48663350
OpenAI's upcoming mega IPO
-
comment
Comment #48277337
> Time for me to go research the early history of electrification. The Stepchange podcast has an amazing episode on The Grid [1], walking us through the arc of history of how it be…
-
comment
Comment #48042302
> posting this sentence was part of the deal to get the compute This 100%
-
comment
Comment #48042272
> but given that you can actually run the models yourself on AWS Bedrock That's not exactly how it works. Anthropic are hosting their models in AWS Bedrock as a managed service. Cu…
-
comment
Comment #47907958
Fun that it has oscillated from instant boot then to minutes-long boot a decade later back to instant boot (or resume to be fair) today.
-
comment
Comment #47907945
I had the same confusion and closed the tab, only to discover here on HN that there's more. Open by default sounds reasonable.
-
comment
Comment #47623938
There is a surprising amount of code needed in each of the inference frameworks (LM Studio, llama.cpp, etc) to support each new model release. For example to format the input in th…
-
comment
Comment #47514686
I think we lost that terminology war. Open source models mean open weight. There are only a couple examples of fully open source models with open data and code, and the labs are no…
-
comment
Comment #47476144
That's a good point. Charging stations benefit from being a service station too though, with amenities and a cafe etc, since people want something to do while they charge. So a gas…
-
comment
Comment #47468585
Yes, retooling gas stations is the way to go. Already happening in Norway where stations now show the price of kWh in addition to gas and diesel prominently on signs by the road. C…
-
comment
Comment #47468542
America certainly did not invent electric cars. Depending on which electric car you consider the first real one, the inventor was either French, British or German [1]. [1]: https:/…
-
comment
Comment #47419361
Unsloth is providing the best and most reliable libraries for finetuning LLMs. We've used it for production use-cases where I work, definitely solid.
-
comment
Comment #47368993
Also wrestling with this challenge at the moment and curious to hear experiences from others. Even though it requires human input, the capture and the way it's updated has to get a…
-
comment
Comment #46933107
Spend time building a test harness and evaluations of whether the solution meets the requirements. Then you don't need to look at the code because those other pieces will bring the…
-
comment
Comment #46933099
Because we all prefer it over Gemini and Codex. Anthropic knows that and needs to get as much out of it as possible while they can. Not saying the others will catch up soon. But at…
-
comment
Comment #46933066
Still do. Great for workloads where it's okay to bundle a bunch of requests and wait some hours (up to 24h, usually done faster) for all of them to complete.
-
comment
Comment #46753129
Thank you, was confused there for a second XD
-
comment
Comment #46491945
You’re ignoring Jevons paradox. Everyone, both people and companies, will be making exponentially more software with these tools. Software that both needs to get created, debugged …
-
comment
Comment #46431437
Apple has a solid hardware business and massive profits from their App Store tax, they are not dependent on ad business in the way Google is. Very different incentives.
-
comment
Comment #46423600
Sounds neat but what kind of range limits would that impose on each trip? Switching from one means of transportation to another, even if both are buses, increases the total travel …
-
comment
Comment #46423519
This 100%. It should be seen as critical infrastructure because of everything it can enable when run well.
-
comment
Comment #46056210
That's how I read it XD "oh no, RL is dead too"
-
comment
Comment #46051247
Sounds like you're fighting the weights. What would it take to align the setup with what the LLM expects?
-
comment
Comment #45758176
Hard disagree. Python is so simple anyone can get up and running with coding in a few lines in the REPL.