softare development

Google Launches Its Own ‘Reasoning’ AI Model to Compete with OpenAI

This month has been packed for Google as it ramps up efforts to outshine OpenAI in the AI space. On Thursday, Google unveiled its latest innovation: Gemini 2.0 Flash Thinking Experimental, an AI model employing runtime “reasoning” techniques, similar to OpenAI’s o1, to deliver more in-depth problem-solving capabilities.

Building on the recently launched Gemini 2.0 Flash, this experimental model operates within Google’s AI Studio platform. However, early testing by TechCrunch’s Kyle Wiggers highlights some issues, such as inaccurately stating that the word “strawberry” contains two R’s. Unlike standard AI models, reasoning models use feedback loops and self-checking mechanisms—first seen in early 2023 projects like “Baby AGI.” These methods enhance accuracy but require significantly more computing time, adding seconds or minutes to response speeds. Google DeepMind’s chief scientist, Jeff Dean, noted that extra computing power improves outcomes, tweeting on X, “We see promising results when we increase inference time computation!”

Since OpenAI introduced “reasoning” AI with o1-preview in September, competitors like DeepSeek and Alibaba have followed suit, launching their own reasoning models. While these models excel in handling complex problems, their high computational costs raise questions about long-term feasibility. For instance, the expense is a key reason OpenAI’s ChatGPT Pro costs $200 per month.

Despite concerns, Google appears committed to this approach. Logan Kilpatrick, part of Google’s AI Studio team, described the Gemini 2.0 Flash Thinking Experimental model as “the first step in our reasoning journey.” It’s clear that Google intends to be a leader in this rapidly evolving AI field.

You can now use your phone line to call ChatGPT when cellular data is unavailable.

New to software development, try the HTML and CSS quiz to test your proficiency

Recent Posts

Common React Errors

React makes building user interfaces easier, but certain errors appear repeatedly, especially when working with…

3 days ago

C Programming Cheat Sheet

The C programming language is a foundational, general-purpose computer programming language created by Dennis Ritchie at Bell Labs in 1972. Originally developed to…

3 days ago

Homebrew Tutorial

What Is Homebrew? Homebrew is a package manager for macOS and Linux that makes it easy to…

1 week ago

10 Ways to Loop Through a JavaScript Array

JavaScript gives you several ways to iterate over an array. Some are better for simple…

1 week ago

Build a Node JS Web Server

A web server is the software responsible for receiving requests from clients, processing those requests,…

2 weeks ago

Shell Prompt Tutorial

A shell prompt is the text displayed by a command-line shell to show that it is ready…

2 weeks ago