World Model · podcast knowledge graph

Is finetuning GPT4o worth it? — with Alistair Pullen, Cosine (Genie)

2024-08-22 · 65 min · 16 entities

Asserted relationships

  • → appeared on Latent Space: The AI Engineer Podcast podcast
    0.68
    evidence rules-v4
    Is finetuning GPT4o worth it? — with Alistair Pullen, Cosine (Genie)
  • → founded Small company
    0.54
    evidence rules-v4
    founder of Small.
  • → founded Kozen company
    0.54
    evidence rules-v4
    founder of Kozen
  • → works at Small company
    0.50
    evidence rules-v4
    founder of Small.
  • → works at Cosign company
    0.50
    evidence rules-v4
    CEO of Cosign
  • → works at Kozen company
    0.50
    evidence rules-v4
    founder of Kozen
  • → works at Resonance company
    0.50
    evidence rules-v4
    CTO of Resonance
  • → discusses Science concept
    0.40
    evidence rules-v4
    Feed category: Science
  • → discusses Technology concept
    0.40
    evidence rules-v4
    Feed category: Technology

Entities found in this episode

companys 10

  • mentioned Small company
    0.68
    evidence rules-v4
    founder of Small.
  • mentioned Kozen company
    0.68
    evidence rules-v4
    founder of Kozen
  • mentioned Cosign company
    0.62
    evidence rules-v4
    CEO of Cosign
  • mentioned Resonance company
    0.62
    evidence rules-v4
    CTO of Resonance
  • founded Small company
    0.54
    evidence rules-v4
    founder of Small.
  • founded Kozen company
    0.54
    evidence rules-v4
    founder of Kozen
  • works at Small company
    0.50
    evidence rules-v4
    founder of Small.
  • works at Cosign company
    0.50
    evidence rules-v4
    CEO of Cosign
  • works at Kozen company
    0.50
    evidence rules-v4
    founder of Kozen
  • works at Resonance company
    0.50
    evidence rules-v4
    CTO of Resonance

concepts 4

  • mentioned Science concept
    0.50
    evidence rules-v4
    Feed category: Science
  • mentioned Technology concept
    0.50
    evidence rules-v4
    Feed category: Technology
  • discusses Science concept
    0.40
    evidence rules-v4
    Feed category: Science
  • discusses Technology concept
    0.40
    evidence rules-v4
    Feed category: Technology

persons 1

  • mentioned Alistair Pullen person
    0.72
    evidence rules-v4
    Is finetuning GPT4o worth it? — with Alistair Pullen, Cosine (Genie)

podcasts 1

Episode description as stored
Betteridge's law says no: with seemingly infinite flavors of RAG, and >2million token context + prompt caching from Anthropic/Deepmind/Deepseek, it's reasonable to believe that "in context learning is all you need". But then there’s Cosine Genie , the first to make a huge bet using OpenAI’s new GPT4o fine-tuning for code at the largest scale it has ever been used externally; resulting in what is now the #1 coding agent in the world according to SWE-Bench Full, Lite, and Verified: SWE-Bench has been the most successful agent benchmark of the year, receiving honors at ICLR (our interview here ) and recently being verified by OpenAI . Cognition (Devin) was valued at $2b after reaching 14% on it. So it is very, very big news when a new agent appears to beat all other solutions, by a lot : While this number is self reported, it seems to be corroborated by OpenAI, who also award it clear highest marks on SWE-Bench verified : The secret is GPT-4o finetuning on billions of tokens of synthetic data. * Finetuning: As OpenAI says : Genie is powered by a fine-tuned GPT-4o model trained on examples of real software engineers at work , enabling the model to learn to respond in a specific way. The model was also trained to be able to output in specific formats, such as patches that could be committed easily to codebases. Due to the scale of Cosine’s finetuning, OpenAI worked closely with them to figure out the size of the LoRA: “They have to decide how big your LoRA adapter is going to be… because if you had a really sparse, large adapter, you’re not going to get any signal in that at all. So they have to dynamically size these things.” * Synthetic data : we need to finetune on the process of making code work instead of only training on working code. “… we synthetically generated runtime errors . Where we would intentionally mess with the AST to make stuff not work, or index out of bounds, or refer to a variable that doesn't exist, or errors that the foundational models just make sometimes that you can't really avoid, you can't expect it to be perfect.” Genie also has a 4 stage workflow with the standard LLM OS tooling stack that lets it solve problems iteratively: Full Video Pod like and subscribe etc! Show Notes * Alistair Pullen - Twitter , Linkedin * Cosine Genie launch , technical report * OpenAI GPT-4o finetuning GA * Llama 3 backtranslation * Cursor episode and Aman + SWEBench at ICLR episode Timestamps * [00:00:00] Suno Intro * [00:05:01] Alistair and Cosine intro * [00:16:34] GPT4o finetuning * [00:20:18] Genie Data Mix * [00:23:09] Customizing for Customers * [00:25:37] Genie Workflow * [00:27:41] Code Retrieval * [00:35:20] Planning * [00:42:29] Language Mix * [00:43:46] Running Code * [00:46:19] Finetuning with OpenAI * [00:49:32] Synthetic Code Data * [00:51:54] SynData in Llama 3 * [00:52:33] SWE-Bench Submission Process * [00:58:20] Future Plans * [00:59:36] Ecosystem Trends * [01:00:55] Founder Lessons * [01:01:58] CTA: Hiring & Customers Descript Transcript [00:01:52] AI Charlie: Welcome back. This is Charlie, your AI cohost. As AI engineers, we have a special focus on coding agents, fine tuning, and synthetic data. And this week, it all comes together with the launch of Cosign's Genie, which reached 50 percent on SWE Bench Lite, 30 percent on the full SWE Bench, and 44 percent on OpenAI's new SWE Bench Verified. [00:02:17] All state of the art results by the widest ever margin recorded compared to former leaders Amazon Q and US Autocode Rover. And Factory Code Droid. As a reminder, Cognition Devon went viral with a 14 percent score just five months ago. Cosign did this by working closely with OpenAI to fine tune GPT 4. 0, now generally available to you and me, on billions of tokens of code, much of which was synthetically generated. [00:02:47] Alistair Pullen: Hi, I'm Ali. Co founder and CEO of Cosign, a human reasoning lab. And I'd like to show you Genie, our state of the art, fully autonomous software engineering coll