Viewing profile — likium
likium
HN member- Joined
- Thu, May 11, 2017, 6:03 PM UTC
- HN karma
- 110
- Public activity
- 71 items
- HN profile
- View on Hacker News ↗
About likium
No profile information was provided.
Recent public activity
-
comment
Comment #49069556
Will the model even be competitive in 10 months though? Seems like models that reach top 20 on OpenRouter see 50% of all token spend by day 80, and 80% by day 180.
-
comment
Comment #48449564
Don’t worry. By the time they grow up they’ll just ask the AI for a summary of their childhood.
-
comment
Comment #48359215
Here’s Anthropic’s announcement post: https://www.anthropic.com/news/confidential-draft-s1-sec
-
comment
Comment #48199119
My guess is Gemini Pro coming later will be 2x more, bringing it comparable to Opus’s pricing.
-
comment
Comment #47440882
"Parable of the broken window", except instead of preventing the kid from throwing the rocks, they hired a someone to catch the rocks midair.
-
comment
Comment #47206877
We didn't see the majority switch from Google to Duckduckgo because of ads or privacy... Being the "default" brings network effects that is hard to switch away.
-
story
Show HN: Tree, but for Token Usage
Treetok shows the token count for Claude and OpenAI in a directory structure. I built it because this one folder I was working in filled up the context window quick, and wanted to …
-
comment
Comment #47176233
Football anime doesn’t involve real people or stakes. AI can introduce a storyline, characters, etc. It won't necessarily be as popular as the real sport but I doubt the audience i…
-
comment
Comment #47044283
For TypeVar I’d reach for a lint warning instead.
-
comment
Comment #47037260
As a solo dev who picked SolidJS, yes, it is a big factor. Things like tldraw, node editors, wysiwyg editors, etc. Having to reimplement them is a huge time sink.
-
comment
Comment #47032750
There's 3x more React libraries and code out there to reference. AI agents do _a lot_ better with React than, say, SolidJS. So productivity > performance is a tradeoff that many co…
-
comment
Comment #46957589
At least for the real life pictures, there’s no depth of field. Everything is crystal clear like it’s composited.
-
comment
Comment #46937510
For $10 flat per request up to 128k tokens they’re losing money. 100 * 100k is 10m tokens. At current api pricing that’s $50 input tokens, not even accounting for output!
-
comment
Comment #46872053
Just the decision of whether to allow models to invoke them has [1][2][3] different ways. [1]: https://code.claude.com/docs/en/skills#control-who-invokes-a... [2]: https://opencode…
-
comment
Comment #46860749
HN crowd did not like AI coding until it got better. How much of the AI hate is because of poor implementation?
-
comment
Comment #46815861
So set up e2e tests and make sure it does things you said you wanted. Just like how you use a library or database. Trust, but verify. Only if it breaks do you have to peak under th…
-
comment
Comment #46719073
Equipment for any real life hobby costs money, and people are willing to pay for good equipment. Why is software so different? FOSS has made us so resistant to paying for good soft…
-
comment
Comment #46668739
Supposedly Google made their own results worse to improve ad revenue. And I don't see mass migration over to Kagi or Bing.
-
comment
Comment #46668603
Companies will pay OpenAI to prioritize more of their content during training. The weights for the product category will now be nudged more towards your product. Gartner Magic Quad…
-
comment
Comment #46668560
Go plans at $8 are getting ads too. Netflix introduced a paid plan with ads, and it is more profitable.
-
comment
Comment #46628074
https://lik.ai - Recently been adding tools like color convertors and color contrast visualizers.
-
comment
Comment #46613371
If someone painstakingly hand sculpted an exact replica of "David", does it make it art, or a forgery? Is hand written code to produce generative art not art? It's difficult to pin…
-
comment
Comment #46550154
Tailwind requires a compiler to work.
-
comment
Comment #46516032
It really depends on whether coding agents is closer to "compiler" or not. Very few amongst us verify assembly code. If the program runs and does the thing, we just assume it did t…
-
comment
Comment #46515095
The tool explicitly has an allow list for commands and block list for sensitive paths[1]. Though it's not enough, stuff like `grep "" .e?v` can still end up sending your sensitive …