> It looks like the safety filter may have taken offense to the word “Cocktail”! I opened up the safety settings, dialled them down to “low” for every category and tried again. It appeared to refuse a second time. Google really is its own worst enemy. Their risk management people have completely taken over the organization to a point where somehow the smartest computers ever created are afraid of using dangerous word…
At the same time, nearly daily there’s a “google did a bad thing” post on HN front page. Can’t win I guess?
The killer app of Gemini Pro 1.5 is using video as an input
251–260 of 507 posts
Re: The killer app of Gemini Pro 1.5 is using video as an input
#252I'm definitely not a fan of these severely hamstrung by default models. Especially as it seems to be based on an extremely puritan ethical system.
Re: The killer app of Gemini Pro 1.5 is using video as an input
#253"So Google’s new Gemini chatbot is racist as fuck." https://twitter.com/JoshWalkos/status/1760423141942178037
This has nothing to do with the model's capabilities and isn't substantially different from the vast majority of mainstream values in content moderation on social media.
Who cares about the model when the owners are a bunch of racists and sexists, altough I guess some people who share these disgusting and regressive "values" will think it's great.
Re: The killer app of Gemini Pro 1.5 is using video as an input
#254Earlier quoted context omitted.
It can be. It can also be local to my own computer. People do write software while they're away from work.
How quaint. You humans think that the AI will have someone in charge of it. Look, that's a thin layer that can be eliminated quickly. It's like when you build a tool that automates the work of, say, law firms but you don't want law firms getting mad that you're giving it away to their clients, so you give it to the law firms and now they secretly use the automating software. But it's only a matter of time before the…
And since that has to be the case, we might as well find fun and profit wherever we can -- while we still can.
If that means that my desktop robot is keeping tabs on me while I write this, then so be it as long as I get some short-term gain. (There can be no long-term gain.)
Re: The killer app of Gemini Pro 1.5 is using video as an input
#255[flagged]
Rude! I knew putting a video of a bookshelp up would risk people judging me based on the books they saw there, but I got over that by deciding that if anyone did that it would reflect badly on them, not badly on me. (Unsurprisingly, I own a lot more books than the ones visible in those videos.)
Re: The killer app of Gemini Pro 1.5 is using video as an input
#256Earlier quoted context omitted.
I feel like the storage requirements are really going to be these issue for these apps/services that run on "take screenshots and OCR them" functionality with LLMs. If you're using something like this a huge part of the value proposition is in the long term, but until something has a more efficient way to function, even a 1-year history is impractical for a lot of people. For example, consider the classic situation o…
I set up two years ago a cron to screenshot every minute. Just did the second phase of using ocrmac (vision kit cli on GitHub) that extracts text and dumps it in a SQLite with FTS5. It’s simplistic but does the job for now. I looked at reducing storage requirements by using image magik to only store the difference between images - some 5 min sequence are essentially the same screen - but let that one go.
Well, that's basically how video codecs work... So might as well just find some codec params which work well with screen capture, and use an existing encoder.
Re: The killer app of Gemini Pro 1.5 is using video as an input
#257Re: The killer app of Gemini Pro 1.5 is using video as an input
#258Re: The killer app of Gemini Pro 1.5 is using video as an input
#259Earlier quoted context omitted.
I'm working on this! https://www.perfectmemory.ai/ It's encrypted (on top of Bitlocker) and local. There's all this competition who makes the best, most articulate LLM. But the truth is that off-the-shelf 7B models can put sentences together with no problem. It's the context they're missing.
I feel like the storage requirements are really going to be these issue for these apps/services that run on "take screenshots and OCR them" functionality with LLMs. If you're using something like this a huge part of the value proposition is in the long term, but until something has a more efficient way to function, even a 1-year history is impractical for a lot of people. For example, consider the classic situation o…