Loading video...

Video Failed to Load

Go Home

My thoughts on Grok 3 after 24hrs: - it’s *really* good for code - context window is HUGE - utilizes context extremely well - great at instruction following (agents!) - delightful coworker personality Here’s a 5min demo of how I’ll be using it in my code workflow going forward.

2,897,713 views • 1 year ago •via X (Twitter)

12 Comments

Mckay Wrigley's profile picture
Mckay Wrigley1 year ago

As mentioned it’s the 1st non o1-pro model that works with my workflow here:

Mckay Wrigley's profile picture
Mckay Wrigley1 year ago

Regarding my agents comment: I threw a *ton* of highly specific instruction based prompts with all sorts of tool calls at it. Nailed every single request, even on extremely long context. So I suspect when we get API access it will be an agentic powerhouse.

Mckay Wrigley's profile picture
Mckay Wrigley1 year ago

It appears they may be doing some form of context truncation behind the scenes? Context summarization maybe? The web app does not error out on context until about 1M tokens, but an xAI employee says its context window is 128k tokens. This would make it 1:1 with o1 pro.

Mckay Wrigley's profile picture
Mckay Wrigley1 year ago

Overall I’m just thrilled to be living in a world with so many great companies making so many great models. OpenAI, Anthropic, xAI, and Google are all making exceptionally great models and I’m a very happy user/customer of each. Great multi-model world to be living in :)

Matt Figdore's profile picture
Matt Figdore2 years ago

This is the biggest productivity cheat code right now. Kiss reading documents goodbye. You can get an instant summary of any document with this tool.

Lorenzo's profile picture
Lorenzo1 year ago

@iruletheworldmo Trade talk, real-time. @XFlowChat.

John Schoenith's profile picture
John Schoenith1 year ago

Love RepoPrompt @pvncher

Mckay Wrigley's profile picture
Mckay Wrigley1 year ago

@pvncher Eric is the goat

internetVin's profile picture
internetVin1 year ago

This is cool. I'm excited to run my own experiments with Code Gen and grok 3. I'm assuming all of this isn't built into Cursor yet, right.

Mckay Wrigley's profile picture
Mckay Wrigley1 year ago

No Cursor integration just yet

Kay's profile picture
Kay1 year ago

grok is super underrated IMO

Mckay Wrigley's profile picture
Mckay Wrigley1 year ago

It’s extremely good

Related Videos

New short course: Building Code Agents with Hugging Face smolagents! Learn how to build code agents in this course, created in collaboration with Hugging Face, and taught by Thomas Wolf, its co-founder and CSO, and m_ric, Hugging Face’s Project Lead on Agents. Tool-calling agents use LLMs to generate multiple function calls sequentially to complete a complex sequence of tasks. They generate one function call, execute it, observe, reason, and decide what to do next. Code agents take a different approach. They consolidate all these calls into a single block of code, letting the LLM lay out an entire action plan at once, which can be executed efficiently to provide more reliable results. You’ll learn how to code agents using smolagents, a lightweight agentic framework from Hugging Face. Along the way, you’ll learn how to run LLM-generated code safely and develop an evaluation system to optimize your code agent for production. In detail, you’ll learn: - How agentic systems have evolved, gaining greater levels of agency over time—and why code agents are a next step. - How code agents write their actions in code. - When code agents outperform function-calling agents. - How to run code agents safely in your system using a constrained Python interpreter and sandboxing using E2B. - To trace, debug, and assess the code agent to optimize its behaviours for complex requests. - How to build a research multi-agent system that can find information online and organize it into an interactive report. By the end of this course, you’ll know how to build and run code agents using smolagents, and deploy them safely with a structured evaluation system in your projects. Please sign up here!

Andrew Ng

127,724 views • 1 year ago