SShortSingh.
Back to feed

Google Launches Gemini 3.8 Live Models With Background Reasoning During Voice Chats

0
·15 views

Google has released two new AI models, Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking, designed to conduct real-time voice conversations while simultaneously handling background tasks and visual context. The standard model is positioned as a cost-efficient option for live dialogue, while the Extended Thinking variant targets more complex, multi-step reasoning tasks. Both models support multilingual switching, tool calling, and visual-context handling without interrupting an ongoing conversation. They are being rolled out across multiple channels, including the Gemini Live API, Google AI Studio, Gemini Enterprise, and consumer-facing products like the Gemini app and Search Live. Google has not yet disclosed full pricing details or a complete regional rollout schedule, and some enterprise features remain in forthcoming preview stages.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

FlowScript 0.1 Debuts as a Semantic Language for Modeling Apps Before Coding

Developer Erland Kjensli has publicly released FlowScript 0.1, an experimental domain-specific language designed to describe the semantic model of an application before any implementation begins. The project addresses limitations of traditional flowcharts, which struggle to capture the full complexity of modern apps including state, navigation, UI structure, and dataflow. FlowScript separates structural hierarchy, navigation graphs, and state graphs as distinct but related concepts, aiming to reduce ambiguity in application modeling. A key hypothesis behind the language is that responsive UI layouts can be treated as projections of a single underlying semantic model rather than separate application hierarchies. The initial release is available as a working draft on GitHub under version 0.1.0.

0
ProgrammingDEV Community ·

Encoding API contracts in tool schemas beats prose descriptions for smaller LLMs

A developer team discovered in May 2026 that two AI models — Opus 4.7 and Sonnet 4.6 — produced different JSON outputs from the same tool description, with the smaller model returning an incorrect structure that triggered downstream 422 errors. The root cause was not a capability difference but an exposure gap: the larger model had seen the proprietary field names during training, while the smaller one guessed plausible-sounding alternatives. Because tool descriptions are prose rather than enforced contracts, models without prior exposure to a custom schema have no validated structure to follow. The team resolved this by migrating the structural contract into the JSON schema itself, using discriminated oneOf branches with strict required fields for the nine most common pattern types. They applied a permissive fallback branch for rare pattern kinds, limiting the upfront effort to roughly one afternoon while targeting the failures that actually occurred in production.

0
ProgrammingDEV Community ·

Developer Discovers AI Agent Was the Cause of Missing Disk Space

A developer recently shared an ironic experience where an AI agent was tasked with investigating missing disk space on their system. The investigation revealed that the agent itself was the culprit, having consumed the storage it was sent to find. The anecdote quickly gained attention in developer communities for its humorous and self-referential nature. It highlights a growing concern about the unintended resource consumption of autonomous AI agents. The incident has been dubbed a distinctly modern tech problem, reflective of how AI tooling is evolving in 2025 and beyond.

0
ProgrammingDEV Community ·

Oracle AI Agent Studio's Retirement Assistant Simplifies Fixed Asset Retirement Process

Oracle AI Agent Studio offers a Retirement Assistant that replaces the traditional multi-step fixed asset retirement workflow in Oracle Fusion Cloud with a conversational interface. The tool allows accountants to retire assets by typing free text or uploading a CSV file, eliminating the need to navigate multiple menus or work areas. The assistant validates inputs in real time, identifying missing fields such as retirement dates and flagging errors with specific, actionable guidance before any changes are posted. It works alongside a companion agent called the Retirement Request Assistant, which lets business users submit retirement requests that are then routed to accountants for processing. Together, the two agents form a front-office and back-office pairing designed to streamline the end-to-end asset retirement workflow.