HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Mr_P

no profile record

コメント

Mr_P
·先月·議論
Android and Chrome need on-device AI capabilities. Google can't lock down those weights like it can with server-side ML.

So it's easier to just release those models as open source and make it official, since someone would inevitably hack the weights out anyway.
Mr_P
·3 か月前·議論
How does this compare to Claude Managed Agents?
Mr_P
·3 か月前·議論
I had to double check that this wasn't an April Fools joke. The GitHub project has commits from 2 weeks ago, so it's not.

Looking more closely though, this looks a lot like the Google "AI Cookie" from 2017, which also used Bayesian Optimization: https://blog.google/innovation-and-ai/technology/research/ma...
Mr_P
·4 か月前·議論
I looked around the repository, and it looks like it's just 3 regexes to strip whitespace or filler words:

https://github.com/ARPAHLS/skillware/blob/main/skills/optimi...
Mr_P
·4 年前·議論
If you replace the word "bonus" with "promo", then you unfortunately get an eerily-accurate reflection of the state of FAANG companies.
Mr_P
·8 年前·議論
How is this #2 on Hacker News? There's literally nothing here about how to actually build a database (yet?)

Instead, there's just a key-value store implemented on top of a javascript hashmap and a filesystem.