Loading video...

Video Failed to Load

Go Home

Microsoft has released a major update to Copilot You can now use o3-mini without limit by clicking on “Think Deeper” People sleep on it but Copilot has (for free): → Unlimited reasoning model → Unlimited voice mode → Real-time data w/ GPT-4o → Image gen (Dall-E 3 though)

55,877 views • 1 year ago •via X (Twitter)

12 Comments

Paul Couvert's profile picture
Paul Couvert1 year ago

- Just access Copilot (web or mobile app) - Select "Think Deeper" in the text field - Copilot will use o3-mini to answer you Once again, no limits. →

ARK Electronics's profile picture
ARK Electronics2 years ago

Elevate your drone game with our USA-made, NDAA-compliant flight controllers! Trust in reliable technology that not only enhances your flights but also supports US drone manufacturing capability. 🇺🇸✈️ #USAMade #NDAA #drones #uav #uas #px4 #ardupilot #USA #unmanned #opensource

Sai Rahul's profile picture
Sai Rahul1 year ago

Ah yes. I completely forgot the copilot 😅

Paul Couvert's profile picture
Paul Couvert1 year ago

Good thing I'm here to remind you of its existence then 😂

Josh Marino's profile picture
Josh Marino1 year ago

So people are paying $200 a month for unlimited voice mode but they could get it with Co-Pilot for free?

Paul Couvert's profile picture
Paul Couvert1 year ago

I believe this is also the case on ChatGPT Plus but I don't know if it's unlimited or if they just increased the limit.

Shushant Lakhyani's profile picture
Shushant Lakhyani1 year ago

There's no need of ChatGPT's subscription now

Paul Couvert's profile picture
Paul Couvert1 year ago

Depending on the task, but it can replace it in many situations!

MadMonke.sol's profile picture
MadMonke.sol1 year ago

accessing copilot opens a world of creativity, doesn’t it? excited to see the insights we'll uncover together.

Paul Couvert's profile picture
Paul Couvert1 year ago

Worth a try!

Prometheus's profile picture
Prometheus1 year ago

Is this a desktop app? Where to download it?

Paul Couvert's profile picture
Paul Couvert1 year ago

More like a progressive web app but a native one is available in preview and should be available soon.

Related Videos

Cerebras inference is very fast. So fast that it changes how we think about configuring our LLMs for voice agent use cases. Kimi K2.6 is a 1T parameter reasoning model that Cerebras serves at 650 - 1,000 tokens per second (end-to-end throughput), with time to first token metrics as low as 150ms (latency). These numbers are two to three times faster than other similarly capable models. The biggest lever we get from this kind of speed is that we can use the model in reasoning mode, and still have excellent "time to first non-thinking token." This solves a big pain point we have in 2026 for voice agent use cases. Almost all recent innovation in post-training has focused on making models good at reasoning ("test time compute"). This is great, but it makes the user-facing model latency much, much slower. Which is a problem for conversational voice agents. We can run Kimi K2.6 with reasoning turned on, and get responses faster than other models produce with reasoning disabled. On my 30-turn voice agent benchmark, Kimi K2.6 with reasoning enabled ties GPT 5.1 and Haiku 4.5 with reasoning disabled, and is still about 200ms seconds faster! On my primary task agent benchmark, Kimi K2.6 is now the #2 model. It ranks just behind Gemini 3.5 Flash in "high" reasoning mode, and tied with GLM 5, Sonnet 4.6, and GPT 5.4 with reasoning set to "low." But Kimi K2.6 completes each turn in the agent loop in under 500ms. The other four models are all at least 3x slower. (Models only qualify for this benchmark if they can complete task turns at a P50 <4s.) A couple of other things that this speed buys us, for production voice agents: - Tool calls happen fast enough that we don't have to work around tool call latency in our pipeline design. - We can prompt the model to output structured data at the beginning of a response, followed by plain text for voice generation. This opens up possibilities like asking the model to do complex classification/generation tasks that influence the rest of the pipeline. For example, the model could create a detailed style prompt for a steerable TTS model, for each individual conversation turn. And, of course, you can use Kimi K2.6 with reasoning turned off. Cerebras calls this "instant" mode. Here's a video of a Cerebras Kimi K2.6 voice agent with voice-to-voice response time, measured at the client, under 500ms. This is the true response latency as perceived by the user, including all network and audio codec overhead, transcription and turn detection, Kimi K2.6 token generation, and voice generation. 500ms is, effectively, instant. So the Cerebras naming for this mode is a propos. :-)

kwindla

40,593 views • 2 months ago

We made a thing! Very happy to announce sqlcoder-pro and the Defog Alignment Platform. Available to use immediately without a wait-list, weights will be open-sourced very soon. The video does a quick show and tell comparison against ChatGPT (with gpt-4o). Read on for more details! TLDR 💪 equal (or better) performance on text-to-SQL as the most capable Claude-3.5 or GPT-4 models 🤝 You can use it today on a free plan/free trial, without a waitlist 🪽 self-hostable on a single RTX4090, with 2 second median generation times for SQL queries 🔁 exactly the same output every time, give the same prompt 👨🏻‍🏫 teachable and steerable: show the model what you want it to do 🛞 debuggable – you can understand WTF is going on inside the model, instead of treating it like a black box Let's dig into each of these one-by-one! Performance SQLCoder-8b-pro significantly exceeds the performance of our previous sqlcoder-8b model on Postgres text-to-SQL (from 88.2% to 90.2% accuracy - gpt-4o is at 87.6%, for reference). It is also better at following instructions. This was done via self-merges, hand crafted fine-tuning data, and adapting the training data to fit our tokenizer. Cost You can host this on the model on a single $3,500 RTX4090, and support ~5 requests/second via VLLM. If you're looking to host on the cloud instead, you can run it on a single L4 GPU that costs $300/mo on GCP Repeatability We have a dense 8b model with no MoE shenanigans. For the same prompt with temperature=0, you'll always get the same answer – which is critical in BI. Teachable In our alignment and feedback modes, you can give the model feedback on how it answered certain questions, and it will automatically adapt to the feedback. Debuggable You can use logprobs and attention scores to determine where, exactly is the model paying attention to inside a prompt + what it's getting confused by when generating outputs. Available today You can use Defog on the cloud today by going to docs[dot]defog[dot]ai, and getting an API key. Excited to hear what you think!

Rishabh Srivastava

13,465 views • 2 years ago