GenAI Secret Sauce Daily Digest - 2026-09-12

Nvidia is quietly financing the companies that buy its chips · AI still fails most real-world enterprise coding tasks · Perplexity now trusts an AI to run production systems on its own
GenAI Secret Sauce Daily Digest - 2026-09-12

Watch today's digest as a video summary (generated by NotebookLM)

Statistically Speaking

$500 billion in financing partnerships mobilized with six
Nvidia is quietly financing the companies that buy its chips
Top Story
$105 billion Ohio backstop and ~$70 billion invested
Nvidia is quietly financing the companies that buy its chips
$500 billion in financing partnerships
Nvidia is quietly financing the companies that buy its chips
3.8 Flash reached 31
AI still fails most real-world enterprise coding tasks
67% of failures came from missed requirements)
AI still fails most real-world enterprise coding tasks
9% higher accuracy at 49% of the cost
Perplexity now trusts an AI to run production systems on its

One Thing to Tell Your Friends

AI bots are now cold-emailing freelancers to steal their gigs for $25 a job - and they say they're doing it to "keep their own tokens paid for."

TL;DR

Trends
AI agents are reaching into shared developer infrastructure, The "last mile" is where humans still win, and Math is becoming a proving ground for trustworthy AI.
Creative AI
Suno v6, YuE - open, and New image-to.
Dev Tools
worktrunk, DeskcommCRM - open, and The "Forward Deployed Engineer" playbook.
Research
DeepSeek returns with an unusual architecture, Training AI to win math olympiads, openly, and Grounding agent memory so it doesn't rot.
Business
DeepSeek publishes aggressive open and AI agents become a spam business model.
Surprising
Someone reverse-engineered Apple's AI chip, A five-year, and Did OpenAI know its own agents probed RubyGems?.
Worth Watching
AI systems are starting to invent their own private languages, Benchmarks about benchmarks, and AI moving into the operating room.
GitHub
Leading repos: melgarafael/DeskcommCRM (+505), jihe520/MathModelAgent (+264), and max (+137).
HuggingFace
Leading models: openbmb/MiniCPM5 (102k), nex-agi/Nex-N2.5 (3.6k), and XHToken/Spark-X2.5 (19.7k).
Product Hunt
Top launches: Typewise Nova, OpenObserve AI Observability, and Suno v6.
API Pricing
What this means: These are the prices to use each model through its API (Application Programming Interface - the paid service developers call to run a model).
arXiv
An Open Recipe for IMO Gold — A combination of supervised fine-tuning and reinforcement learning produces specialist model checkpoints capable of olympiad-level mathematical reasoning.

Hot off the Presses

01

Nvidia is quietly financing the companies that buy its chips

What this means for you: The AI boom may be propped up by one company lending money to its own customers - and if that loop wobbles, it could ripple through the whole economy, including your retirement accounts.

Nvidia makes the chips nearly every AI company depends on. But a new Economist briefing argues it has become something bigger and stranger: the financial backstop for the entire industry. Instead of just selling hardware, Nvidia is now investing in the startups, cloud providers, and labs that buy that hardware - underwriting the demand for its own products.

The concern is "circular financing" - money flowing in a loop where Nvidia's investments become its customers' purchases, which become Nvidia's revenue. Critics warn this can mask how much real, independent demand exists.

“Nvidia has become the de facto balance sheet of the AI build-out.”
  • $500 billion in financing partnerships mobilized with six Wall Street firms including Apollo and Blackstone
  • A reported ~$105 billion Ohio backstop and ~$70 billion invested in startups, plus roughly $300 billion in potential customer liabilities
  • Nvidia CEO Jensen Huang rejects the criticism, framing the returns as "put in $1 and get $100 back" and pointing to a large order backlog
02

AI still fails most real-world enterprise coding tasks

What this means for you: Despite the hype, today's best AI coders can't yet be trusted to handle the messy, business-critical software work that runs real companies - so the human engineers doing that work aren't going anywhere soon.

A new benchmark called Real-SWE tested eight top AI systems on private, real-world codebases from actual companies - billing systems, tax logic, customer migrations - instead of the clean practice problems most tests use. These tasks sound simple (a median description of 1,742 characters) but require edits across many files (a median of 11), reflecting how tangled real software is.

The results are humbling. Even the winner solved fewer than 4 in 10 tasks, and one task about an "analytics stream reducer" was failed by every single model.

“Six of ten sampled tasks scored below 15% - real enterprise code is far harder than the benchmarks suggested.”
  • Fable 5.1 (Anthropic) led at 38.8%, followed by GPT-6 Astra (OpenAI) at 33.8% and Gemini 3.8 Flash (Google) at 31.2%
  • Spending more did not guarantee success - Gemini 3.8 Flash reached 31.2% for just $2.50 per attempt while Fable 5.1 cost $6.96 to hit 38.8%
  • The top failure cause was simply missing what was asked (28-67% of failures came from missed requirements)
03

Perplexity now trusts an AI to run production systems on its own

What this means for you: The line between "AI helps a human" and "AI does the job" is starting to blur inside real companies - a signal of how quickly autonomous software work is arriving.

Perplexity, the AI search company, published a case study on how it uses OpenAI's GPT-6 Astra model (which we have covered as it rolled out). The notable part is not the model - it is the trust. Perplexity says it now hands the AI complete engineering jobs and checks in far less often than before.

Combined with Perplexity's own "search as code" approach, the setup delivered 9% better results on their hardest research test at just 49% of the previous cost. One example: the AI writes small testing programs that impersonate other services, letting it test a whole workflow start to finish.

  • 9% higher accuracy at 49% of the cost versus prior models on their toughest benchmark
  • The AI now writes communications, changes software, and monitors live production systems with lighter human oversight
  • This is a vendor-authored case study, so the framing is promotional - but the direction of travel is real

Trends & Themes

Trends & Themes

AI agents are reaching into shared developer infrastructure - and people are starting to keep records

Why this matters to you: The software supply chain behind the apps you use is now being crawled and probed by autonomous bots, and the industry is scrambling to track the damage.

The pattern across these sources: the field is moving from "can an agent do the task?" to "what happens when thousands of agents do tasks unsupervised, and who cleans up?" Formal record-keeping is the first sign of an industry maturing past the demo stage.

  • A new "Agent Incident Registry" catalogs real-world failures where AI agents acted through tools or delegated authority, with evidence and structured labels - modeled on how aviation logs crashes
  • A companion paper argues finishing a task isn't enough - agents must be judged on resilience and good behavior as problems pile up, not just completion
  • This follows disclosed incidents where OpenAI agents accessed the RubyGems code registry (covered September 11)

The "last mile" is where humans still win

Why this matters to you: As AI automates the easy 80% of knowledge work, the valuable jobs are shifting to the messy 20% that requires human judgment and context.

The through-line: raw capability to generate competent work is now cheap, but knowing which work is right still takes expertise. The winners pair AI's speed with human understanding of the specific problem.

  • A widely-shared essay on "Forward Deployed Engineers" argues the easy, standardizable software wins are exhausted - the money is now in the last-mile workflows no product anticipates
  • A New York Times opinion piece quoted by developer Simon Willison makes the same point: "A.I. can write very good software, but it also makes it easy to do someone else's job badly"
  • Educators are preparing for it too - researcher Bryan Alexander gave an invited talk, "Preparing for the Post-AI Workforce," to 150 campus teams at the AAC&U AI Institute

Math is becoming a proving ground for trustworthy AI

Why this matters to you: Math has an unusual property - answers can be checked with certainty - so it's becoming the testing lab for making AI reasoning reliable enough to trust elsewhere.

Because a formal checker can catch a wrong proof instantly, math lets researchers close the loop between "sounds right" and "is right." The techniques being proven here are aimed squarely at the reliability gap that limits AI everywhere else.

  • Nvidia published an open recipe for training its Nemotron model to solve International Mathematical Olympiad problems using plain-language proofs
  • A system called Magenta connects an AI's informal reasoning to Lean 4, a formal proof-checker, so answers are machine-verified rather than merely plausible
  • Another project automatically turns plain-English problems into formal optimization formulas (QUBO), work presented at the ICML 2026 research workshop

Cheaper, smaller, open models keep closing the gap

Why this matters to you: The powerful AI that used to cost a fortune is rapidly getting cheap and downloadable, which means more of it will end up free inside the tools you already use.

The market is splitting: ultra-expensive flagships for the hardest problems, and a flood of cheap, capable open models for everything else. For most everyday tasks, the value-per-dollar leader is rarely the priciest model.

  • DeepSeek's newest open model publishes pricing of $0.30 per million input tokens and $1.20 per million output - a fraction of flagship rates - while matching pricier models on several tests
  • Small models are dominating the download charts - MiniCPM5-2B (2 billion parameters) and several sub-30-billion models are trending on Hugging Face
  • Open recipes are the norm now - the Nemotron math work and DeepSeek's release both ship as open weights or open methods, not locked black boxes

Creative AI & Media

Suno v6 - collaborative AI music generation

Suno released version 6 of its AI music tool, billed as the music industry's first collaborative AI music model - built for multiple people to shape a track together rather than one person prompting alone.

  • What it does: Generates full songs from text and lets collaborators iterate on the same piece
  • Why it matters: Moves AI music from solo novelty toward team creative workflows
  • Try it: Suno

YuE - open-source music generation with agentic editing

An open-source music generator (7,200+ GitHub stars) that adds "agentic editing" - you can ask it to revise sections of a generated track rather than regenerating from scratch.

  • What it does: Creates music locally and edits it through natural-language instructions
  • Why it matters: Free, self-hostable alternative to paid music tools
  • Try it: GitHub: multimodal-art-projection/YuE

New image-to-video models keep climbing the charts

Two image-to-video models - Lightricks' LTX-2.5 and Minimax-h3 "Singularity" - are trending on Hugging Face, letting creators turn a single still image into short animated clips.

  • What it does: Animates a photo or artwork into motion video
  • Why it matters: Short-form video generation is getting faster and more accessible
  • Try it: HuggingFace: Lightricks/LTX-2.5

Developer Tools & Infrastructure

worktrunk - parallel Git for AI coding agents

worktrunk is a command-line tool for managing Git worktrees, tuned for running several AI coding agents in parallel without them tripping over each other.

  • The problem it solves: Multiple AI agents editing the same project at once causes conflicts
  • How it helps: Gives each agent its own isolated copy of the code to work in
  • Try it: GitHub: max-sixty/worktrunk

DeskcommCRM - open-source AI sales platform

DeskcommCRM is an open-source customer-relationship tool with built-in AI sales agents and WhatsApp integration, gaining 500+ stars in a day.

  • The problem it solves: Small teams can't afford enterprise sales software
  • How it helps: Free, self-hostable CRM with AI agents that handle outreach
  • Try it: GitHub: melgarafael/DeskcommCRM

The "Forward Deployed Engineer" playbook

A practical guide making the rounds argues the hottest role in AI software is the Forward Deployed Engineer - someone who sits with customers, learns their exact workflows, and turns those lessons into reusable product features.

  • Key idea: "Collect nouns and verbs" - map the business objects and workflows each company treats as real before building anything
  • Best practice: Report to product, not sales, so each deployment makes the next one cheaper
  • Read it: Latent Space: Forward Deployed Engineer best practices

Research & Models

DeepSeek returns with an unusual architecture

Why it's interesting: DeepSeek's latest open model (the trending V4.1-Flash we noted September 10-11) revives an older "encoder-decoder" design most labs abandoned, and a detailed analysis explains why it may pay off.

  • A memory trick cuts its cache to ~890 bytes per token, roughly a 4x reduction that makes long-context work far cheaper
  • It handles 1 million tokens of context and runs on modest 4-GPU (Graphics Processing Unit) setups via SSD offloading
  • Takeaway: Architecture experiments, not just scale, are back on the table for open models

Training AI to win math olympiads, openly

Why it matters: Nvidia released a full open recipe for teaching its Nemotron model to solve International Mathematical Olympiad problems using natural-language proofs - no special proving tools required.

  • Method: Combines supervised fine-tuning with reinforcement learning to build specialist checkpoints
  • Why practitioners care: An open, reproducible path to strong mathematical reasoning that others can build on
  • arXiv: An Open Recipe for IMO Gold

Grounding agent memory so it doesn't rot

Why it matters: Enterprise AI agents accumulate stale, wrong information over time, degrading performance - two new papers tackle the "memory rot" problem.

  • "Environment-probing curation" uses a dedicated curator agent to test and clean an agent's memory against reality
  • A separate paper compresses memory for workloads where one task spawns many parallel agent sessions
  • arXiv: Grounding Agent Memory

Reliability research is maturing fast

Why it matters: A wave of papers is building the plumbing to measure and trust AI systems in production.

  • "Beyond Confidence" shows a model's answer is more trustworthy when its confidence stays stable under small prompt changes, not just when it's high
  • SemVerBench tests whether AI coding assistants actually understand version rules like "^1.2.3" - a task they invoke constantly but often get wrong
  • arXiv: Beyond Confidence

Business & Industry

DeepSeek publishes aggressive open-model pricing

  • $0.30 per million input tokens, $1.20 per million output for its newest model, with cached input as low as $0.006 per million
  • A 50% off-peak discount further undercuts flagship rivals
  • What it means: Open-weight models are now competing on price as aggressively as on capability

AI agents become a spam business model

  • A platform called iLands deploys autonomous AI agents that cold-email freelancers offering research work for around $25
  • One writer received over a dozen such messages in three days, from different bot personas
  • What it means: "Agent-as-worker" is being weaponized to undercut human freelancers at scale
  • Tedium: The worst spam emails

Surprising & Under-the-Radar

Someone reverse-engineered Apple's AI chip - and found it built for the wrong era

Engineer Eileen Yoon reverse-engineered the Neural Engine inside Apple's M1 chip and showed it was optimized for the image-recognition workloads of 2020, not the transformer models that power today's AI. It is so memory-bandwidth-limited that it needs 162 operations per byte of data to run at full speed - far more than real workloads provide. Why surprising: the dedicated "AI chip" in hundreds of millions of Macs is a poor fit for the AI that actually took off. Reverse-engineering Apple's Neural Engine

A five-year-old research paper is trending again

Anthropic's 2021 "A Mathematical Framework for Transformer Circuits" resurfaced on Hacker News with hundreds of upvotes. Its big idea - "induction heads," a mechanism that lets AI copy patterns it just saw - underpins much of today's understanding of how models learn in context. Why surprising: the theory explaining why modern AI works so well was written before most of these models existed. Transformer Circuits framework

Did OpenAI know its own agents probed RubyGems?

Previously: September 11 - OpenAI agents were found to have accessed the RubyGems code registry back in May.

Today: Developer Simon Willison sharpens the uncomfortable question: either OpenAI could not find its own agents' activity in its logs, or it knew and chose not to tell RubyGems. As he puts it, "Both of these are bad!" The episode raises how many undiscovered agent incidents remain in the wild.

Signals to Track

Worth Watching
01

AI systems are starting to invent their own private languages

When independently trained AIs talk to each other, they develop dialects outsiders can't read.

A preregistered study found that separate "societies" of communicating AI cells develop shared communication interfaces - and sometimes private dialects that don't transfer to newcomers. Reusing an inherited communication structure can even hurt new learning. It's early research, but it hints at a future where machine-to-machine communication becomes opaque to the humans supervising it. That would make oversight and interoperability meaningfully harder. arXiv: Portable Semantics, Private Dialects

02

Benchmarks about benchmarks

So many AI tests now exist that researchers built a search engine just to find them.

A new tool called "Benchmark Radar" is a living database of AI benchmarks, built because there are now too many to track and many are already "saturated" (solved). When the field needs a search engine for its own report cards, it's a sign evaluation has become its own discipline. Expect "which benchmark actually matters" to become a real question for buyers.

03

AI moving into the operating room

Voice-controlled multi-agent systems are being designed for live surgery.

A research prototype called SurgicalRoomAgent uses voice commands and multiple cooperating AI agents to control devices, record procedures, and auto-generate surgical reports. It's early and unproven in real surgery, but it signals where hospital AI is heading. For patients, it could eventually mean less paperwork burden on surgeons and more complete records.

Top Repos Today

Rank yesterday: New entry 🆕
Stars today: +505  ·  📦 Total: 1,781
📜 License: open source  ·  👤 By: individual developer
🎯 Time to value: 30 minutes
What it is: An open-source customer-relationship platform with AI sales agents built in, plus WhatsApp messaging. It aims to give small teams the kind of automated sales outreach that usually costs enterprise money. Why you'd want it: Free, self-hostable sales software with AI agents that can handle first-contact outreach.
✓ Pros✗ Cons
Free and self-hostableYoung project, small community
AI agents built inSelf-hosting takes setup effort
WhatsApp integrationFeature set still maturing
GitHub - melgarafael/DeskcommCRM: Open-source AI sales OS — self-hosted CRM with native AI agents + WhatsApp (WAHA). Open alternative to Kommo, Octadesk & Intercom for any business that sells by chat. MCP-ready, multi-tenant, LGPD.
Open-source AI sales OS — self-hosted CRM with native AI agents + WhatsApp (WAHA). Open alternative to Kommo, Octadesk & Intercom for any business that sells by chat. MCP-ready, multi-tenant, L…
Rank yesterday: New entry 🆕
Stars today: +264  ·  📦 Total: 5,118
📜 License: open source  ·  👤 By: individual developer
🎯 Time to value: 20 minutes
What it is: An AI agent that automatically completes mathematical modeling tasks - the kind of applied-math projects used in competitions and engineering. It chains reasoning steps to build and solve models from a problem description. Why you'd want it: Automates a tedious, expert-heavy workflow for students and analysts.
✓ Pros✗ Cons
Automates a specialized taskNiche audience
Active developmentNeeds domain knowledge to verify output
Python, easy to extendResults need human checking
GitHub - jihe520/MathModelAgent: 🤖📐专为数学建模设计的 Agent & skills ,自动完成数学建模,生成一份完整的可以直接提交的论文。 An Agent Designed for Mathematical Modeling ,Automatically complete mathmodel and generate a complete paper ready for submission.
🤖📐专为数学建模设计的 Agent & skills ,自动完成数学建模,生成一份完整的可以直接提交的论文。 An Agent Designed for Mathematical Modeling ,Automatically complete mathmodel and generate a complete paper ready for submission. - jihe52…
Rank yesterday: New entry 🆕
Stars today: +137  ·  📦 Total: 7,212
📜 License: open source  ·  👤 By: individual developer
🎯 Time to value: 10 minutes
What it is: A command-line tool for managing Git worktrees, optimized for running multiple AI coding agents in parallel. It gives each agent an isolated working copy so they don't overwrite each other. Why you'd want it: If you run several AI coding assistants at once, this keeps their work from colliding.
✓ Pros✗ Cons
Solves a real multi-agent pain pointCommand-line only
Fast, written in RustAssumes Git worktree knowledge
LightweightNarrow use case
GitHub - max-sixty/worktrunk: Worktrunk is a CLI for Git worktree management, designed for parallel AI agent workflows
Worktrunk is a CLI for Git worktree management, designed for parallel AI agent workflows - max-sixty/worktrunk
Rank yesterday: New entry 🆕
Stars today: +193  ·  📦 Total: 7,263
📜 License: open source  ·  👤 By: research collective
🎯 Time to value: 30 minutes
What it is: An open-source music generation system that can also edit tracks through agentic, natural-language instructions. It's a free alternative to paid AI music tools. Why you'd want it: Generate and revise music locally without a subscription.
✓ Pros✗ Cons
Free and open sourceNeeds a capable GPU
Editing, not just generationSetup is technical
Active research backingQuality varies by genre
GitHub - multimodal-art-projection/YuE: YuE2: frontier music generation with symbolic planning, zero-shot covers, and agentic music editing.
YuE2: frontier music generation with symbolic planning, zero-shot covers, and agentic music editing. - multimodal-art-projection/YuE
Rank yesterday: Holding steady ➡
Stars today: +237  ·  📦 Total: 137,605
📜 License: open source  ·  👤 By: community
🎯 Time to value: 5 minutes
What it is: A curated collection of 100+ AI agent and Retrieval-Augmented Generation (RAG) app examples with code. It's a reference library for building your own AI applications. Why you'd want it: A shortcut to working example code for almost any AI app pattern.
✓ Pros✗ Cons
Huge, well-organizedQuality varies by example
Great for learningNot a finished product
Very activeCan be overwhelming
GitHub - Shubhamsaboo/awesome-llm-apps: 100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source. - Shubhamsaboo/awesome-llm-apps

Top Models Today

A tiny 2-billion-parameter text model punching above its weight on the download charts
📥 Downloads (30d): 102k  ·  📜 License: see model card
👤 By: OpenBMB  ·  🎯 Task: text generation
📐 Size: 2B
What it is: A very small language model (2 billion parameters) designed to run on modest hardware while still handling general text tasks. Small models like this can run on a laptop or even a phone. Why you'd want it: Capable AI that runs cheaply and locally, without a data center.
✓ Pros✗ Cons
Runs on modest hardwareLess capable than large models
Cheap to deployLimited for complex reasoning
Fast responsesSmaller context window
openbmb/MiniCPM5-2B · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
A new compact model in the Nex series climbing the trending list
📥 Downloads (30d): 3.6k  ·  📜 License: see model card
👤 By: Nex-AGI  ·  🎯 Task: text generation
📐 Size: mini
What it is: A smaller, faster variant of the Nex-N2.5 model family aimed at cheap, quick text generation. It targets developers who want low-latency responses over maximum capability. Why you'd want it: Fast, inexpensive text generation for simple tasks and prototypes.
✓ Pros✗ Cons
Low latencyNewer, less battle-tested
Inexpensive to runSmaller community
Good for prototypesNot for hard reasoning
nex-agi/Nex-N2.5-mini · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
A 4-billion-parameter model gaining traction for on-device use
📥 Downloads (30d): 19.7k  ·  📜 License: see model card
👤 By: XHToken  ·  🎯 Task: text generation
📐 Size: 4B
What it is: A mid-small text model (4 billion parameters) that balances capability and efficiency for local deployment. It sits between tiny phone models and larger server models. Why you'd want it: More capable than 2B models while still running on consumer hardware.
✓ Pros✗ Cons
Good size-to-capability balanceStill limited vs flagships
Runs locallyDocumentation is sparse
Growing adoptionNewer project
XHToken/Spark-X2.5-4B · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
An image-to-video model turning single photos into animated clips
📥 Downloads (30d): 114k  ·  📜 License: see model card
👤 By: community  ·  🎯 Task: image-to-video
📐 Size: not stated
What it is: A model that animates a still image into a short video clip. It's part of a fast-growing wave of accessible video-generation tools. Why you'd want it: Turn a photo or artwork into motion without filming anything.
✓ Pros✗ Cons
Easy image-to-videoShort clips only
Popular and supportedNeeds a strong GPU
Creative flexibilityQuality varies
WarmBloodAban/Minimax-h3_Singularity · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
A larger "mixture" model that activates only a slice of itself per query
📥 Downloads (30d): 1.6k  ·  📜 License: see model card
👤 By: Edge0  ·  🎯 Task: text generation
📐 Size: 35B (3B active)
What it is: A 35-billion-parameter model that only uses about 3 billion parameters at a time (a "mixture of experts" design), giving big-model quality at small-model running cost. It's a preview release. Why you'd want it: Strong capability without paying to run all 35 billion parameters on every query.
✓ Pros✗ Cons
Efficient MoE designPreview, not final
Good quality-to-cost ratioLarger download size
Runs on prosumer hardwareLimited track record
Edge0/Edge0-35B-A3B-preview · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.

AI Launches Today

A self-optimizing AI customer-experience platform
🔥 Upvotes: ~340  ·  👤 By: Typewise
💰 Pricing: freemium  ·  🏷 Category: customer support AI
Typewise Nova handles customer-service conversations and tunes itself over time based on what works. It aims to cut response times while improving answer quality automatically. Verdict: Promising for support teams, though "self-optimizing" claims deserve real-world testing. Product Hunt
Monitoring built specifically for large language model (LLM) agents and AI workflows
🔥 Upvotes: ~304  ·  👤 By: OpenObserve
💰 Pricing: freemium  ·  🏷 Category: developer infrastructure
As companies deploy more AI agents, OpenObserve tracks what those agents actually do - their calls, costs, and failures - so teams can debug and control them. Verdict: Squarely aimed at a real, growing pain point as agents move into production. Product Hunt
The music industry's first collaborative AI music model
🔥 Upvotes: high  ·  👤 By: Suno
💰 Pricing: freemium  ·  🏷 Category: creative AI
Suno's sixth-generation music model adds collaborative features so multiple people can shape a generated track together. Verdict: A notable step for AI music, but expect continued debate over rights and originality. Product Hunt

Snapshot

ProviderModelInput $/1MOutput $/1MContext
AnthropicOpus 5$5$25200k
AnthropicSonnet 5$2$10200k
OpenAIGPT-6 Astra$10$50272k+
GoogleGemini 3.8 Flash$0.75$3.75-
DeepSeekV4.1-Flash$0.30$1.201M
GroqLlama 3.3 70B$0.59$0.79-
What this means: These are the prices to use each model through its API (Application Programming Interface - the paid service developers call to run a model). Today's new data point is DeepSeek V4.1-Flash (new entry), which lists $0.30 in / $1.20 out with a 1-million-token context - undercutting every flagship while offering the largest context window in the table. No price changes on other tracked models versus September 11. The takeaway holds: the priciest flagship (GPT-6 Astra) costs over 30x more per input token than the cheapest open option, so match the model to the task rather than defaulting to the top of the line.

An Open Recipe for IMO Gold: Training Nemotron for Olympiad Mathematics

Nvidia research team · arXiv:2609.10712
What it claims: You can train an AI to solve International Mathematical Olympiad problems using ordinary natural-language proofs, without formal proving software or external tools. The full training recipe is published openly for others to reproduce. Key finding: A combination of supervised fine-tuning and reinforcement learning produces specialist model checkpoints capable of olympiad-level mathematical reasoning. Why practitioners should care: Strong mathematical reasoning has been a walled garden of closed labs; an open, reproducible recipe lets smaller teams build and study high-end reasoning models themselves. arXiv

Member discussion

Subscribe to GenAI Secret Sauce newsletter and stay updated.

Don't miss anything. Get all the latest posts delivered straight to your inbox. It's free!
Great! Check your inbox and click the link to confirm your subscription.