A new Google model is nearly perfect on automated handwriting recognition
11–20 of 328 posts
Re: A new Google model is nearly perfect on automated handwriting recognition
#12I will say that other frontier models are starting to surprise me with their reasoning/understanding- I really have a hard time making (or believing) the argument that they are just predicting the next word.
I’ve been using Claude Code heavily since April; Sonnet 4.5 frequently surprises me.
Two days ago I told the AI to read all the documentation from my 5 projects related to a tool I’m building, and create a wiki, focused on audience and task.
I'm hand reviewing the 50 wiki pages it created, but overall it did a great job.
I got frustrated about one issue: I have a github issue to create a way to integrate with issue trackers (like Jira), but it's TODO, and the AI featured on the home page that we had issue tracker integration. It created a page for it and everything; I figured it was hallucinating.
I went to edit the page and replace it with placeholder text and was shocked that the LLM had (unprompted) figured out how to use existing features to integrate with issue trackers, and wrote sample code for GitHub, Jira and Slack (notifications). That truly surprised me.
Re: A new Google model is nearly perfect on automated handwriting recognition
#13Earlier quoted context omitted.
"> Whatever it is, users have reported some truly wild things: it codes fully functioning Windows and Apple OS clones, 3D design software, Nintendo emulators, and productivity suites from single prompts." Wow I'm doing it way wrong. How do I get the good stuff?
Your not. I want you to go into the kitchen and bake a cake. Please replace all the flour with baking soda. If it comes out looking limp and lifeless just decorate it up with extra layers of frosting. You can make something that looks like a cake but would not be good to eat. The cake, sometimes, is a lie. And in this case, so are likely most of these results... or they are the actual source code of some other projec…
We weren’t even testing for that.
Re: A new Google model is nearly perfect on automated handwriting recognition
#14Re: A new Google model is nearly perfect on automated handwriting recognition
#15I really hope they have because I’ve also been experimenting with LLMs to automate searching through old archival handwritten documents. I’m interested in the Conquistadors and their extensive accounts of their expeditions, but holy cow reading 16th century handwritten Spanish and translating it at the same time is a nightmare, requiring a ton of expertise and inside field knowledge. It doesn’t help that they were of…
I'm skeptical that they're actually capable of making something novel. There are thousands of hobby operating systems and video game emulators on github for it to train off of so it's not particularly surprising that it can copy somebody else's homework.
Re: A new Google model is nearly perfect on automated handwriting recognition
#16No, just another academic with the ominous handle @generativehistory that is beguiled by "AI". It is strange that others can never reproduce such amazing feats.
Some time ago, I'd been working on a framework that involved a series of servers (not the only one I've talked to claude about) that had to pass messages around in a particular fashion. Mostly technical implementation details and occasional questions about architecture.
Fast forward a ways, and on a lark I decided to ask in the abstract about the best way to structure such an interaction. Mark that this was not in the same chat or project and didn't have any identifying information about the original, save for the structure of the abstraction (in this case, a message bus server and some translation and processing services, all accessed via client.)
so:
- we were far enough removed that the whole conversation pertaining to the original was for sure not in the context window
- we only referred to the abstraction (with like a A=>B=>C=>B=>A kind of notation and a very brief question)
- most of the work on the original was in claude code
and it knew. In the answer it gave, it mentioned the project by name. I can think of only two ways this could have happened:
- they are doing some real fancy tricks to cram your entire corpus of chat history into the current context somehow
- the model has access to some kind of fact database where it was keeping an effective enough abstraction to make the connection
I find either one mindblowing for different reasons.
Re: A new Google model is nearly perfect on automated handwriting recognition
#17Earlier quoted context omitted.
Your not. I want you to go into the kitchen and bake a cake. Please replace all the flour with baking soda. If it comes out looking limp and lifeless just decorate it up with extra layers of frosting. You can make something that looks like a cake but would not be good to eat. The cake, sometimes, is a lie. And in this case, so are likely most of these results... or they are the actual source code of some other projec…
We got the results back. You are a horrible person. I’m serious, that’s what it says: “Horrible person.” We weren’t even testing for that.
Re: A new Google model is nearly perfect on automated handwriting recognition
#18Earlier quoted context omitted.
Your not. I want you to go into the kitchen and bake a cake. Please replace all the flour with baking soda. If it comes out looking limp and lifeless just decorate it up with extra layers of frosting. You can make something that looks like a cake but would not be good to eat. The cake, sometimes, is a lie. And in this case, so are likely most of these results... or they are the actual source code of some other projec…
We got the results back. You are a horrible person. I’m serious, that’s what it says: “Horrible person.” We weren’t even testing for that.
Re: A new Google model is nearly perfect on automated handwriting recognition
#19Earlier quoted context omitted.
We got the results back. You are a horrible person. I’m serious, that’s what it says: “Horrible person.” We weren’t even testing for that.
Well, what does a neck-bearded old engineer know about fashion? He probably - Oh, wait. It's a she. Still, what does she know? Oh wait, it says she has a medical degree. In fashion! From France!
Re: A new Google model is nearly perfect on automated handwriting recognition
#20I’ve seen those A/B choices on Google AI Studio recently, and there wasn’t a substantial difference between the outputs. It felt more like a different random seed for the same model. Of course it’s very possible my use case wasn’t terribly interesting so it wouldn’t reveal model differences, or that it was a different A/B test.