All episodes

AI & Tech Daily

Gemini’s two-tier release puts capability behind different gates

21:29

Google opens Gemini 3.8 Flash broadly while reserving a more permissive cyber model for approved defenders. Also: Anthropic’s reference agents expose the unfinished work behind AI commerce, Gemini learns to inspect selected moments in video, Qwen combines language with 3D driving perception and planning, the US Justice Department backs fair use for model training, Cisco patches a critical Nexus switch flaw, Broadcom reports surging AI infrastructure revenue, and the RBA focuses on tokenised wholesale settlement rather than a retail digital currency.

Full transcript

Read the episode.

I'm Jesse Owen. This is AI and Tech Daily.

Gemini’s Two-Tier Release

Google has released an inexpensive new Gemini model for general use, while putting its more permissive cyber sibling behind an approval process. Access, not raw capability, is becoming part of the product.

That split is the development worth spending time on. Gemini 3.8 Flash is now generally available through the Gemini API, Google AI Studio, Gemini Enterprise and several Google consumer products. Developers can use it for agent-style work, coding, analysis and other everyday applications without applying to a specialist program.

The introductory API price is seventy-five US cents per million input tokens and three dollars seventy-five per million output tokens. Those rates last until 31 December 2026. On 1 January 2027, Google says both prices double, taking them to one dollar fifty for input and seven dollars fifty for output.

That future increase deserves more attention than a cheap launch figure normally gets. An agent rarely makes one neat request and stops. It can inspect files, call tools, reconsider a result and generate several intermediate responses. Google also warns that Gemini 3.8 Flash may consume additional tokens when higher reasoning effort is selected. A workflow that looks inexpensive in a short demonstration can therefore behave quite differently under sustained production traffic.

There are other reasons to test the model against real work rather than treating vendor results as transferable. Google’s model card says it can hallucinate, and its knowledge cut-off varies by subject from January 2025 to March 2026. That uneven boundary makes retrieval and source checking important when an answer depends on recent events. Most of the performance evidence released so far also comes from Google’s own testing.

The cyber edition follows a very different access model. Gemini 3.8 Flash Cyber has more permissive cybersecurity safeguards, but Google is limiting it to trusted defenders through the Fairwind program. Approved participants can include government, critical-infrastructure and software-security organisations. Ordinary API availability for the standard model doesn’t imply access to the cyber model.

Google is effectively drawing a line between broadly useful agent capability and a specialist version whose greater freedom could raise the consequences of misuse. That line may be difficult to administer, but the two-tier design is more revealing than another benchmark comparison. Model providers are beginning to compete through governance, eligibility and deployment controls as well as speed, price and accuracy.

For developers, my read is that Gemini 3.8 Flash is a credible model to evaluate now, especially for high-volume agent tasks. The comparison needs to include tool-call success, total tokens per completed job and the doubled 2027 rate. For security teams, the cyber release is significant, but it’s a controlled program rather than a capability they can assume will be available when planning their tooling.

Commerce Agents Need Boundaries

That’s the main shift for the day; the shorter stories show the same pressure appearing in real systems. Anthropic has open-sourced a reference blueprint for shopping and merchant agents under the Apache 2.0 licence.

The package includes runnable examples and a Claude Code plugin for adapting the agents to business systems. The implementations support the Claude Messages API, the Agent SDK and Claude Managed Agents, with deployment guidance covering major cloud platforms. That gives development teams a concrete view of how the pieces can fit together rather than leaving commerce agents as a product demonstration or an architecture diagram.

The shopping example can search for products, compare them and build a cart. When it reaches checkout, however, it hands control back to the host application. It doesn’t charge the customer’s card. On the merchant side, proposed changes are staged for human approval rather than being written directly into business systems.

Those limits are useful design signals. Product discovery and recommendation tolerate some uncertainty; payments, inventory changes and merchant records usually don’t. A commerce agent needs explicit authority boundaries, reliable identity and a record of who approved consequential actions. The hand-off at checkout also leaves the host business in control of its existing payment and compliance process.

The repository is unusually direct about what it doesn’t provide. Its examples have no authentication, the reference implementation isn’t maintained, and developers still need production backends, identity controls, payment handling, compliance measures and operational support. There’s no evidence yet that the examples are commercially reliable or improve business outcomes.

My takeaway for developers is that the blueprint can shorten the path to a prototype, but it doesn’t shorten the difficult path from prototype to trusted transaction system by nearly as much. As conversational ability becomes easier to obtain, integration quality and enforceable transaction limits become the parts customers actually depend on.

Gemini Chooses What to Watch

Video presents a different kind of agent problem: there can be far more material than a model needs for any one question. Google has launched an agentic video-understanding mode that lets supported Gemini Flash models choose which parts of a video to inspect.

Rather than processing every moment at the same level of detail, the model can select relevant segments, frames, audio or transcript passages as it works. The mode supports uploaded video and YouTube inputs through the Gemini API, Google AI Studio and Gemini Enterprise Agent Platform. At launch, it works with Gemini 3.7 Flash, 3.6 Flash and 3.5 Flash-Lite.

Google reports token reductions of up to eighty-eight per cent and cost reductions of up to sixty-six per cent, alongside accuracy gains of up to seven per cent in its tests. Those are maximum vendor-reported results, not a general promise. Savings will depend on the video, the question and whether the agent identifies the right evidence. Google hasn’t supplied independent reproduction of those headline gains.

Conceptually, video analysis is becoming closer to search. The model forms a view of where useful evidence may be, retrieves selected moments and reasons over those selections. That could make long-video search, anomaly detection and moment retrieval substantially cheaper than feeding an entire recording through a fixed pipeline. It may also reduce the amount of irrelevant material competing for the model’s attention.

There’s an obvious trade-off. Selective inspection can miss the quiet frame, brief sound or earlier exchange that changes the meaning of a later event. A search for one known moment is different from an assurance task where the system is expected to notice anything unusual. The second case puts much more pressure on the selection step because omitted evidence never reaches the later reasoning stage.

Builders evaluating this mode need tests for omissions, not only average answer quality. Useful test sets need to reflect the actual jobs being attempted, particularly cases where the decisive evidence is brief or separated from its context. My assessment is that the efficiency could make previously expensive video workflows practical, but high-stakes monitoring still needs a fallback path when selective attention isn’t enough.

Qwen Adds a Driving Stack

From choosing video evidence, the scale shifts to interpreting a moving physical environment. The Qwen team has introduced Qwen-Drive-1.0, a research architecture for autonomous driving built around a Qwen3.5 model with four billion parameters.

The system adds explicit perception and planning components to the general-purpose language-and-vision core. A bird’s-eye-view perception head handles 3D object detection, occupancy prediction and map segmentation. A separate Planning Expert uses shared model representations to propose vehicle trajectories.

That modular structure is important. A driving system needs more than a fluent description of a street scene. It needs spatial estimates that can be inspected, including where objects and occupied space appear to be, plus a proposed path that can be evaluated against the vehicle’s surroundings. Qwen-Drive aims to connect those tasks while retaining a foundation model capable of broader multimodal reasoning.

The shared representation is the architectural bet. Instead of building language reasoning, 3D perception and planning as completely separate systems, the design lets specialised components work from a common model core. That may make research and reuse easier, while the dedicated heads preserve outputs that are more directly related to driving than unrestricted text generation would be.

The authors evaluated perception, driving question answering and planning across open-loop, pseudo-closed-loop and closed-loop benchmarks. Open-loop tests compare predictions with recorded data without allowing the model’s choices to affect the environment. Closed-loop evaluation is more demanding because one decision changes what happens next. A planning error can alter the next scene the system receives, so mistakes can compound rather than remain isolated.

Even so, benchmark and simulated-driving results don’t establish public-road safety. The Qwen team describes this as an initial research step, not a production vehicle system. The results are author-reported, independent replication remains outstanding, and robustness on public roads hasn’t been demonstrated.

For autonomous-driving researchers, the practical value is an example of how a compact foundation model can share representations with specialised 3D and planning modules. My caution is that architectural elegance doesn’t reduce the validation burden. In a safety-critical system, the decisive evidence comes from failure behaviour across messy real conditions, not language capability or a strong simulated trajectory score.

The US Weighs In on AI Copyright

Now to a boundary being argued in court rather than designed in software. The US Justice Department has filed a statement of interest in the consolidated copyright litigation against OpenAI, supporting the view that copying protected text to train language models is generally transformative fair use.

The department invokes scientific progress, competition and US national-security interests in arguing against a broad finding of infringement. That is a substantial policy intervention, but it isn’t a judgment. The filing states the executive branch’s position; the court hasn’t adopted it, and it creates no binding precedent by itself.

The distinctions inside the filing matter. Training use is addressed separately from how material was acquired and from whether a model’s outputs infringe copyright. A court could accept a fair-use argument about training while still treating unlawfully obtained material or substantially similar outputs as separate legal problems. Those issues don’t collapse into one answer simply because they all involve the same model.

The publisher disputes the government’s position and argues that AI companies should compensate creators. That underlying economic dispute remains intact: publishers and authors see valuable work being used to build commercial systems, while AI developers argue that training transforms material into statistical representations used for new purposes.

The government’s intervention also changes the setting around the legal argument. A requirement to obtain comprehensive licences would affect far more than the parties in one case, given the volume and variety of material used to train large models. By connecting the issue to competition and national security, the department is telling the court that its ruling could influence the structure of the AI market as well as the treatment of particular copyrighted works.

My reading for organisations is that the filing lowers none of their immediate litigation or licensing risk. It does, however, strengthen the political case against a legal outcome that would require comprehensive training licences across the industry. The policy cost of a broad restriction now has explicit support from the US government, while the question of creator compensation remains unresolved.

The uncertainty is considerable. The trial court still has to rule, appeals could follow, and acquisition and output claims may take different paths. Companies deciding how to source training data still need provenance records and legal review. A favourable government argument is a signal about policy, not permission that substitutes for a court decision.

A Critical Nexus Switch Flaw

One security issue needs immediate operational attention, without waiting for a broader policy debate. Cisco has disclosed CVE-2026-20212, a critical vulnerability affecting specified Nexus 9000 switches that contain Silicon One hardware.

Cisco gives the flaw a CVSS base score of 9.8. An unauthenticated remote attacker can send crafted input and potentially execute code as root. The exposure exists because TCP ports 43210 and 43211 are reachable through the default Layer 3 virtual-routing context.

That combination is what makes the advisory urgent: network reachability, no authentication requirement and root-level execution on equipment sitting inside core data-centre infrastructure. An attacker wouldn’t first need valid credentials for the vulnerable path described by Cisco. Root access also gives the successful code the highest level of control on the affected system.

Cisco said it was unaware of malicious exploitation when it published the advisory on 2 September 2026, but that statement only describes what the company knew at that point. It doesn’t establish that exploitation has never happened, and the number of exposed customer devices isn’t known.

Cisco has released fixed NX-OS software. It also documents access-control-list and Live Protect mitigations, but describes those as temporary measures. Operators need to match deployed product IDs and software versions against the advisory, restrict the exposed ports where necessary, and schedule the fixed software rather than treating a mitigation as the finished repair.

The operational order matters. Identifying an affected model without checking its reachable network context can understate the immediate exposure, while applying a temporary access control without planning the upgrade leaves the underlying flaw in place. Change management may make a switch upgrade slower than an ACL adjustment, which is precisely why Cisco offers both mitigation and fixed software.

My practical assessment for infrastructure teams is that the default exposure matters more than the novelty of the attack technique. Inventory accuracy, network visibility and upgrade discipline determine whether a published root-access path remains reachable after the warning lands.

Broadcom’s AI Infrastructure Surge

The money flowing into AI hardware is also spreading beyond the accelerator category people usually watch. Broadcom reported sixteen-point-seven billion US dollars in fiscal third-quarter AI semiconductor revenue, attributing the result to custom accelerators and AI networking.

The company says that revenue rose 221 per cent from a year earlier and 54 per cent from the preceding quarter. It forecasts twenty-one-point-seven billion US dollars for the fourth quarter, although that figure is guidance rather than realised revenue and may change.

Reuters described the result as further evidence that large technology companies continue funding major AI infrastructure programs despite scrutiny of their returns. Broadcom didn’t provide a customer-by-customer breakdown, so the figures don’t show how evenly demand is distributed or which deployments are producing sustainable profits.

Still, the composition is useful. AI clusters need custom compute for some workloads, but they also need high-speed networking to move data between processors without leaving expensive capacity idle. Adding accelerators without enough network capacity can create a system bottleneck rather than a proportional increase in useful computing output.

That helps explain why the AI-chip market can broaden even while general-purpose GPUs remain central. Custom accelerators can target particular workloads, and networking becomes more valuable as clusters grow. The procurement problem therefore includes the links between processors, not only the processors themselves.

For cloud operators, chip suppliers and enterprise buyers, my inference is that accelerator choice, interconnect capacity and deployment timing increasingly need to be planned as one system. Broadcom’s revenue demonstrates heavy infrastructure spending; it doesn’t demonstrate that customers are earning adequate returns from that spending.

Australia’s Wholesale Digital-Money Focus

Back in Australia, the digital-currency conversation is becoming more practical and less consumer-facing. The Reserve Bank has opened a consultation on adapting the Reserve Bank Information and Transfer System, or RITS, for tokenised assets and private money.

RITS is the settlement infrastructure used for high-value payments between financial institutions. The consultation asks how it could support tokenised markets while preserving safety, efficiency and financial stability. Submissions close on 30 October 2026, giving financial institutions and market participants a chance to influence the next stage of the design.

The emphasis is on how new forms of assets and money connect with trusted settlement. A token can represent value on newer infrastructure, but institutions still need confidence that the final transfer of money is safe and recognised. The Reserve Bank is asking how its existing settlement role could adapt without settling on one final wholesale design in advance.

At the same time, the Reserve Bank and Treasury have published an updated assessment of a retail central-bank digital currency. Their conclusion is that there’s no clear public-interest case for one at present because Australia’s existing retail payment system is serving households and businesses well.

That doesn’t permanently rule out a digital Australian dollar for consumers, and the wholesale consultation doesn’t establish a final technical design. Both positions could change as payment systems and tokenised markets develop. The publications separate a current assessment from an irreversible decision.

The present priority is nevertheless clear enough. The Reserve Bank sees a more concrete efficiency case in the settlement plumbing used by institutions than in launching another payment product for the public. Tokenised assets still need trusted final settlement, even when the assets themselves move on newer infrastructure.

For consumers, the immediate consequence is modest: this work isn’t a path to a retail central-bank wallet in the near term. For financial institutions, it’s more consequential. They can now help shape how central-bank settlement interacts with tokenised assets and private money, including the safety and efficiency choices that may determine whether those markets can scale.

What Changes for You

If you build with language models, Google’s standard Gemini release is the item you can act on now. Gemini 3.8 Flash is available through the Gemini API, AI Studio and Gemini Enterprise, so there’s no specialist application process for ordinary access.

What changes is the economics of testing agent workflows. The introductory rates are seventy-five US cents per million input tokens and three dollars seventy-five per million output tokens, making the model relatively inexpensive to trial in high-volume tasks. The limitation is that both rates are scheduled to double on 1 January 2027, while higher reasoning effort may also increase token use before then.

Measure the cost of a completed job rather than multiplying a headline token price by one ideal request. Include repeated tool calls, retries, intermediate output and failures that need another run. A trial also needs enough production-shaped work to show whether higher reasoning effort improves results enough to justify the additional consumption.

Test the model against your own tasks rather than assuming Google’s reported performance will transfer. The available evidence is mainly vendor-reported, hallucinations remain possible, and the uneven knowledge cut-off makes retrieval necessary for current information.

The cyber model doesn’t belong in the same availability calculation. Its more permissive security behaviour is confined to approved Fairwind participants in government, critical infrastructure and software security. For most developers, the usable opportunity is the standard model; the practical constraint is a price and consumption profile that can change a production budget considerably once the introductory period ends.

You'll find the sources and full transcript at owenonthenet.com. Thanks for listening.

Sources

Reporting behind this episode.

  1. blog.google/innovation-and-ai/models-and-research/gemini-models/3-8-flash-and-3-8-flash-cyber
  2. deepmind.google/models/model-cards/gemini-3-8-flash
  3. arstechnica.com/ai/2026/09/google-releases-gemini-3-8-flash-its-third-flash-model-in-six-weeks
  4. claude.com/blog/claude-for-commerce-agents
  5. github.com/anthropics/commerce-agents
  6. blog.google/innovation-and-ai/models-and-research/gemini-models/introducing-agentic-video-in-gemini
  7. ai.google.dev/gemini-api/docs/video-understanding
  8. qwen.ai/blog
  9. arxiv.org/abs/2609.00111
  10. storage.courtlistener.com/recap/gov.uscourts.nysd.640396/gov.uscourts.nysd.640396.1682.0.pdf
  11. apnews.com/article/justice-department-new-york-times-openai-copyright-dbb22e8e02c660ee5a8644915dec39a4
  12. sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-n9k-s1-rce-EH8dEtr
  13. investors.broadcom.com/news-releases/news-release-details/broadcom-inc-announces-third-quarter-fiscal-year-2026-financial
  14. marketscreener.com/news/broadcom-forecasts-quarterly-revenue-below-estimates-ce7858d3db80ff24
  15. rba.gov.au/media-releases/2026/mr-26-24.html
  16. rba.gov.au/payments-and-infrastructure/tokenised-money/the-role-of-rits-in-supporting-settlement-in-a-tokenised-ecosystem
  17. rba.gov.au/payments-and-infrastructure/tokenised-money/pdf/retail-cbdc-position-paper-sep-2026.pdf