What happens when AI starts building itself?

Richard Socher has been a major figure in AI for some time, best known for founding the early chatbot startup You.com and, before that, his work on ImageNet. Now he’s joining the current generation of research-focused AI startups with Recursive Superintelligence, a San Francisco-based startup that came out of stealth on Wednesday with $650 million…

Read More

Supertone Releases Supertonic v3: On-Device Text-to-Speech Model with 31-Language Support, Fewer Reading Failures, and Expression Tags

Supertone released Supertonic 3, the third generation of its on-device, ONNX-based text-to-speech system. Supertonic 3 ships with 31-language support, improved reading accuracy, fewer repeat and skip failures, and v2-compatible public ONNX assets. It is Lightning Fast, On-Device, Multilingual and Accurate TTS. What Changed from v2 to v3 Compared with Supertonic 2, Supertonic 3 reduces repeat…

Read More

How to Build a Django-Unfold Admin Dashboard with Custom Models, Filters, Actions, and KPIs

(ROOT / “shop” / “admin.py”).write_text(”’ from django.contrib import admin, messages from django.contrib.auth.admin import (UserAdmin as DjangoUserAdmin, GroupAdmin as DjangoGroupAdmin) from django.contrib.auth.models import User, Group from django.shortcuts import redirect from django.utils.html import format_html from django.utils.translation import gettext_lazy as _ from unfold.admin import ModelAdmin, TabularInline from unfold.contrib.filters.admin import ( ChoicesDropdownFilter, RangeNumericFilter, RangeDateFilter, MultipleChoicesDropdownFilter, ) from unfold.decorators import…

Read More

Lovable just backed a company that’s looking to bring vibe coding to hardware

Lovable, the AI-powered app-building platform, has backed Danish hardware startup Atech, which wants to introduce “vibe coding” to the process of creating hardware. Lovable was part of an $800,000 pre-seed round that also included a16z’s scout fund, Sequoia Scout Fund, and Nordic Makers.  In a chat with TechCrunch, Atech’s head of customer experience, Gustav Hugod,…

Read More

OpenAI says Codex is coming to your phone

Codex is going mobile. The coding tool — which OpenAI launched approximately a year ago — has now been integrated into the ChatGPT app, allowing users to monitor and manage their development workflows remotely. The new function allows users to see their Codex live environments in any devices where it is running. The company announced…

Read More

Poetiq’s Meta-System Automatically Builds a Model-Agnostic Harness That Improved Every LLM Tested on LiveCodeBench Pro Without Fine-Tuning

Poetiq has just published some very interesting results showing its Meta-System reached a new state-of-the-art on LiveCodeBench Pro (LCB Pro), a competitive coding benchmark, by automatically building and optimizing its own inference harness — without fine-tuning any underlying model or accessing model internals. The result: GPT 5.5 High with Poetiq’s harness scores 93.9% on LCB…

Read More