Viewing profile — __jl__
__jl__
HN member- Joined
- Thu, Nov 05, 2015, 2:19 PM UTC
- HN karma
- 453
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About __jl__
No profile information was provided.
Recent public activity
-
comment
Comment #49113390
Didn't expect that. Luna pricing is crazy now. I don't think there is anything on the market that competes at this price-performance point. For our production app, OpenAI clearly i…
-
comment
Comment #48199413
This understates the cost increase. 3.5 Flash also uses more tokens. artificialanalysis.ai shows these difference to run the whole eval, which I think is more realistic pricing: Ge…
-
comment
Comment #48197143
In our experience, caching is not very reliable with google. We always get random cache misses that don't happen with other providers. We find OpenAI, Anthropic and Fireworks (whic…
-
comment
Comment #47268163
I see your point. I do find Anthropic's approach more clean though particularly when you add in mini and nano. That makes 5 models priced differently. Some share the same core name…
-
comment
Comment #47267148
What a model mess! OpenAI now has three price points: GPT 5.1, GPT 5.2 and now GPT 5.4. There version numbers jump across different model lines with codex at 5.3, what they now cal…
-
comment
Comment #47075579
Another preview release. Does that mean the recommended model by Google for production is 2.5 Flash and Pro? Not talking about what people are actually doing but the google recomme…
-
comment
Comment #46902772
Impressive jump for GPT-5.3-codex and crazy to see two top coding models come out on the same day...
-
comment
Comment #46740225
Yes you can and I really like it as a feature. But it ties you to OpenAI…
-
comment
Comment #46302889
I will have to try that. Cursor bill got pretty high with Opus 4.5. Never considered opus before the 4.5 price drop but now it's hard to change... :)
-
comment
Comment #46302852
Mostly at the time of release except for 1.5 Flash which got a price drop in Aug 2024. Google has been discontinuing older models after several months of transition period so I wou…
-
comment
Comment #46302073
This is awesome. No preview release either, which is great to production. They are pushing the prices higher with each release though: API pricing is up to $0.5/M for input and $3/…
-
comment
Comment #45967561
API pricing is up to $2/M for input and $12/M for output For comparison: Gemini 2.5 Pro was $1.25/M for input and $10/M for output Gemini 1.5 Pro was $1.25/M for input and $5/M for…
-
comment
Comment #45967554
API pricing is up to $2/M for input and $12/M for output For comparison: Gemini 2.5 Pro was $1.25/M for input and $10/M for output Gemini 1.5 Pro was $1.25/M for input and $5/M for…
-
comment
Comment #45966169
Same here. They have been aggressively increasing prices with each iteration (maybe because they started so low). Still hope that is not the case this time. GPT 5.1 is priced prett…
-
comment
Comment #45921377
The prompt caching change is awesome for any agent. Claude is far behind with increased costs for caching and manual caching checkpoints. Certainly depends on your application but …
-
comment
Comment #45440385
Since we have cursor people joining, let me bring up my constant problems around applying code changes. For background, I mostly work with "chat": 1. The apply button does not appe…
-
comment
Comment #44302396
1.5 -> 2.0 was a price increase as well (double, I think, and something like 4x for image input) Now 2.0 -> 2.5 is another hefty price increase.
-
comment
Comment #44190356
Same! :)
-
comment
Comment #44084418
Voyage models are great in my experience and I am planing to test 3.5. Almost more interested in 3.5-lite though. Great price. My concern: voyage api has been unreliable. They were…
-
comment
Comment #44063864
Thanks. I looked a couple minutes ago and couldn't see it. For anyone curious, pricing remains the same as previous Anthropic models.
-
comment
Comment #44063808
Anyone found information on API pricing?
-
comment
Comment #43904767
Here are my two cents on cursors versus windsurf approach: CURSOR shifted to a more agentic approach even for chat requests to reduce input tokens. Previously, they used the good o…
-
comment
Comment #43887058
Only problem is that the genai API at https://ai.google.dev is far less reliable and can be problematic for production use cases. Right around the time Gemini 2.0 launched, it was …
-
comment
Comment #43685326
I think the 9 billion is very misleading. More than half goes to hospitals affiliated with Harvard. I am not sure but I don't think they get anything from the endowment. The impact…
-
comment
Comment #43240630
How does this compare with pg_search (formally pg_bm25) from ParadeDB?