Today I asked Gemini to extract a table from an PDF appendix and create C++ data table with its contents. After 15 or so iterations with corrections and new mistakes, it eventually gave up. I was floored when it said “I’m sorry, I cannot do this simple task, I’ve exceeded my error threshold and cannot do this task for you. My LLM prediction engine invents data instead of doing a simple data copy/reformat”. Stunned to…
That's interesting because my experience has been almost the opposite. A few months ago I tested Gemini on converting screenshots of tables from PDF files into CSV. I tried it on several different tables and it got every one right. It consistently outperformed ChatGPT.
Computer use in Gemini 3.5 Flash
91–100 of 175 posts
Re: Computer use in Gemini 3.5 Flash
#92So... has Google provided a Codex/Claude Code equivalent to Gemini yet? I would like to use Gemini for coding tasks, but that's kind of difficult to do as I don't even know how to get Gemini to even "clone this repo and read the code in it for static analysis", much less open PRs in repos. ChatGPT/Codex can do it, Claude can do it, why can't Gemini? And no, I don't mean going through Antigravity, and personally I'm w…
Re: Computer use in Gemini 3.5 Flash
#93So... has Google provided a Codex/Claude Code equivalent to Gemini yet? I would like to use Gemini for coding tasks, but that's kind of difficult to do as I don't even know how to get Gemini to even "clone this repo and read the code in it for static analysis", much less open PRs in repos. ChatGPT/Codex can do it, Claude can do it, why can't Gemini? And no, I don't mean going through Antigravity, and personally I'm w…
Re: Computer use in Gemini 3.5 Flash
#94Llms are mostly useless but when I do use them its with gemini. If they're going to waste my time 95% of the time, I might as well get it over with fast.
Re: Computer use in Gemini 3.5 Flash
#95Earlier quoted context omitted.
I think the main advantage is adaptability. Imagine you have a pretty exotic task you need to complete that involves converting a video file from one format to another. You can use ChatGPT or something similar and the best you will get is either a script you can run on you machine that does what you need or he may decide to render a new video. If you have something like OpenwebUI you could configure a MCP that conver…
This doesn't require computer use, just a bash tool (and possibly fetch to get ffmpeg documentation)
Re: Computer use in Gemini 3.5 Flash
#96Today I asked Gemini to extract a table from an PDF appendix and create C++ data table with its contents. After 15 or so iterations with corrections and new mistakes, it eventually gave up. I was floored when it said “I’m sorry, I cannot do this simple task, I’ve exceeded my error threshold and cannot do this task for you. My LLM prediction engine invents data instead of doing a simple data copy/reformat”. Stunned to…
Re: Computer use in Gemini 3.5 Flash
#97Today I asked Gemini to extract a table from an PDF appendix and create C++ data table with its contents. After 15 or so iterations with corrections and new mistakes, it eventually gave up. I was floored when it said “I’m sorry, I cannot do this simple task, I’ve exceeded my error threshold and cannot do this task for you. My LLM prediction engine invents data instead of doing a simple data copy/reformat”. Stunned to…
Re: Computer use in Gemini 3.5 Flash
#98Today I asked Gemini to extract a table from an PDF appendix and create C++ data table with its contents. After 15 or so iterations with corrections and new mistakes, it eventually gave up. I was floored when it said “I’m sorry, I cannot do this simple task, I’ve exceeded my error threshold and cannot do this task for you. My LLM prediction engine invents data instead of doing a simple data copy/reformat”. Stunned to…
Re: Computer use in Gemini 3.5 Flash
#99Today I asked Gemini to extract a table from an PDF appendix and create C++ data table with its contents. After 15 or so iterations with corrections and new mistakes, it eventually gave up. I was floored when it said “I’m sorry, I cannot do this simple task, I’ve exceeded my error threshold and cannot do this task for you. My LLM prediction engine invents data instead of doing a simple data copy/reformat”. Stunned to…
Re: Computer use in Gemini 3.5 Flash
#100Earlier quoted context omitted.
Getting AI/ML to acknowledge "I don't know" is such a challenge.
Not true regarding ML, most ML methods support RMSE even if they are non parametric methods.