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.