product updateGitHub

GitHub Copilot CLI adds Rubber Duck for second-opinion AI suggestions

TL;DR

GitHub has added Rubber Duck to Copilot CLI, a feature that provides alternative suggestions by consulting different AI model families. The feature lets developers get a second opinion on code suggestions directly from the command line.

2 min read
0

GitHub Copilot CLI adds Rubber Duck for second-opinion AI suggestions

GitHub has expanded Copilot CLI with Rubber Duck, a new feature that generates alternative code suggestions by consulting different AI model families within the tool.

What is Rubber Duck?

Rubber Duck operates as a built-in second-opinion system for Copilot CLI. When developers request code suggestions or explanations in the terminal, Rubber Duck can provide an alternative perspective by leveraging a different model family than the primary suggestion engine. This gives users multiple approaches to the same problem without switching tools or contexts.

The feature is accessible directly from the CLI, maintaining the integrated workflow developers expect from GitHub's AI assistant.

Model Family Approach

The implementation reflects a deliberate architectural choice: rather than relying on a single model, GitHub's approach uses multiple model families to generate suggestions. This strategy acknowledges that different AI models have different strengths—some may excel at certain coding patterns, optimization techniques, or explanatory approaches.

GitHub has not disclosed which specific models or vendors power each model family in this implementation.

Developer Experience

The Rubber Duck feature integrates into Copilot CLI's existing workflow. When users request code suggestions, they can access the alternative perspective without manual intervention or additional configuration.

This addresses a common developer need: when the first suggestion doesn't feel right, having an immediate alternative saves context switching and maintains flow state. Rather than copying code to a separate chat interface or switching to the web version of Copilot, developers can iterate within their terminal.

What this means

GitHub is positioning Copilot CLI as a multi-model platform rather than a single-model tool. This approach distributes the technical risk of relying on one model while providing users with practical optionality. The Rubber Duck feature signals that GitHub views second opinions as core to code generation—not a luxury feature, but a workflow necessity. For developers already using Copilot CLI, this represents expanded capability at no apparent additional cost.

Related Articles

product update

Meta's Muse AI Agent App Hits 730,000 Downloads, Overtakes ChatGPT on iOS Charts

Meta's Muse AI agent app overtook ChatGPT as the top free iOS app in the U.S., racking up 730,000 downloads in its first five days, according to Sensor Tower. The app, powered by Meta's Muse Spark model family, marks Zuckerberg's biggest push yet into AI agents.

product update

xAI's Grok 4.6 Launches on Amazon Bedrock With 500K Context and Cross-Region Inference

xAI's Grok 4.6 is now available on Amazon Bedrock via both bedrock-mantle and bedrock-runtime endpoints, adding Converse API support, cross-Region inference profiles, and Bedrock Guardrails. The model offers a 500K token context window and four reasoning effort levels, with input pricing starting at $2.00 per million tokens on the global inference profile.

product update

New Siri AI in iOS 27 Frustrates Users With Bugs, Slow Responses, and Lock-Screen Failures

Siri AI, Apple's overhauled assistant rolling out in iOS 27, is generating user complaints over network errors, broken device search, unlock requirements, slow Apple Watch responses, and missing features from classic Siri. The assistant remains labeled beta with no disclosed fix roadmap beyond new language support in October.

product update

Runway Details Research Into Real-Time, Streamed AI Video Generation

Runway has shared research into generating video frame by frame in real time, letting users steer output as it streams rather than waiting for a finished clip. The approach builds on GWM-1, Runway's General World Model introduced in December 2025, and no availability timeline has been announced.

Comments

Loading...