- What's brewing in AI
- Posts
- đ§đź October AI news, sans hype
đ§đź October AI news, sans hype
And what I'm actually using
October AI news sans hype
A monthly digest of the 1% of AI news and tools that mattered
Was this email forwarded to you? Sign up here.

Howdy wizards,
AI companies pushed shiny new browsers, agents and context systemsâand achieved some insane valuations. Meanwhile, smart people are cautioning against hype and workslop.
Hereâs whatâs brewing in AI.
New tools & product features (part 1)
OpenAI launched Atlasâa browser with ChatGPT at the core. It sees the pages youâre on and remembers what youâve seen, and has an agent mode that lets it click around to do tasks. With this launch OpenAI has stepped fully into the agentic browser warsâalong with other contestants like Dia, Perplexityâs Comet, Operaâs Neon and the open source BrowserOSâall trying to get a piece of Chromeâs sweet monopoly-situation (and the ad dollars that come with it). Atlas is currently Mac only, but will extend to the lesser alternative (đŞ hehe) and mobile soon.
Claude now has skills. Skills are basically folders of information (files, code scripts, etc) that you create, and Claude loads them when itâs relevant to the task. Letâs say youâre making a presentation for work. In your arsenal you might have the skills âbrand guidelinesâ and âmake presentationâ. Claude can now take your input, find the relevant skills by itself, and use them to give you an on-brand slide deck. Available on paid Claude plans.
OpenAI shipped a bunch of goodies on their DevDay. With the introduction of Apps in ChatGPT, OpenAI aims for the lucrative position of the middleman between you and your apps. They also introduced AgentKit, a set of visual tools that makes it easier to automate workflows with AI, and give your workflow a chat interface (e.g. make your own support agent). See also: my full breakdown of DevDay.
Google launched Gemini Enterprise, basically bundling its workplace AI into a single $20-30/user package. It comes with a no-code agent builder and admin controlsâbasically Googleâs answer to OpenAIâs AgentKit. However, the interface is more conversational, while OpenAIâs product is more Zapier-like. Googleâs product currently has a tighter integration with Gmail, Calendar, etc, but lacks the ability to use MCPs.
IN PARTNERSHIP WITH EMERGENT
Building full-stack apps just got easier. Emergent lets you create complete applicationsâwith authentication, database, and deploymentâusing nothing but plain ol' English. No coding required.
Emergent lets you build and ship your app using top LLMs (GPT-5, Claude Sonnet 4.5), while handling complex stuff like Auth and database for you.
Perfect for non-developers prototyping internal tools, or teams that want to ship MVPs fast without wrestling with code.
New tools & product features (part 2)
ChatGPT is transitioning to a more human-like personality and will get less restrictive for things like erotica (for adult users) in December. Brace yourselves: NSFW AI companions are going mainstream. Grok did this first. The question is, with ChatGPTease on the horizon, will Claudia and GeminiXXX be far behind?
Google launched an MCP for Chrome DevTools, which lets the AI see what happening in the browser on a technical level. If youâre doing AI-assisted coding with command line tools like Claude Code or Codex, MCPs are a god-send. The exact installation depends on which CLI tool youâre using (youâll find what you need in the docs).
NotebookLM from Google got beefed up: now has a 1 million token context window, 6x longer memory and it automatically explores content from multiple angles.
Perplexityâs Comet browser is now open to everyone (ie you donât have to beg for an invite anymore).
Googleâs viral image generator Nano Banana is now generally available, and you can now choose which aspect ratios it should use. Are you a nano banana convert yet? Whatâs proving useful to me is that itâs actually great at editing images, too, not just generating new ones.
Models
Cursor, the grandaddy of vibe coding tools, got 3 major updates:
Composerâtheir own agent model thatâs 4x faster than similarly intelligent models. Itâs based on the realisation that devs want smart models that are interactive, ie they donât take 30 minutes of thinking time to center a div (it completes mosts requests in <30 seconds).
Theyâve also made it easier to run multiple agents in parallel inside Cursor, without them interfering with one another (powered by Git Worktrees). This includes having multiple models attempt the same problem, and letting you choose the best result.
Theyâve added voice mode for native text to speech. Just tested this feature and itâs greatâwill definitely give some competition for tools like Paraspeech and Wispr Flow.
Google wouldnât just let Sora 2 slide, so they rolled out Veo 3.1 this monthâan improved version of their video model with richer audio, more realism, and better editing controls. You can now add up to 3 reference images, choose start/end frames and extend scenes up to 1 minute.
Industry moves
OpenAI just finished their transition to a for-profit company, giving Microsoft a 27% stake. Theyâre now the worldâs most valuable private company after a $6.6B employee tender priced the company at a $500B earlier this month.
OpenAI is also like a stoned teenager on 7/11 on a Friday night, desperate for chips. Theyâre now going to design 10GWs worth of their own chips in collaboration with Broadcom. It will be a long project, starting in 2026 and aiming for a full rollout by the end of 2029.
Research
Stanford surveyed â1,000 workers about workslop; a new term for purely AI generated outputs that are given to other colleagues to do work based off of. Shockingly, it ends up in wasted time due to people on the receiving end having to decode and redo a bunch of things. As the Buddha says: if you didnât put effort into writing your workslop, donât expect others to put time, energy and care into reading it.
The AI tools that startups spend most money on are OpenAI, Anthropic and Perplexity. Investment firm a16z analysed transactional data from Mercury to show which AI companies are actually getting B2B revenue. Vibe coding platforms and creative tools were also high on the list. Agent-type tools for specific industries were also trending on the charts. In the sea of hype, itâs great to see some hard data like this. Butâwhich of these companies are actually profitable? Thatâs a different topic entirely.
Latest reviews from whatplugin
Me and Jake put leading AI tools through real-world tests so you can easily compare them and decide what's worth your time and money.
Emergent (app builder)*: Iâve reviewed Emergent, as well as created a small full-stack app with the platform to show off its capabilities. PS check out the digital swear jar I vibe coded; feel free to use it to track your unfortunate habits.
Our writer and musician Jake reviewed all the top options for AI audio mastering (the final step of an audio production). LANDR was a step above the rest. Check out the full review.
*Sponsored
Talks & tutorials
Andrej Karpathy went on the Dwarkesh Podcast. Itâs an fascinating episode. Among other things, he tried to dampen some of the expectations around AI agents. This resulted in a bit of a backlash for AI-assisted coding where many established developers took to twitter with some variation of âI told you vibe coding was uselessâ. My take is that Andrejâs points about LLMs struggling with truly novel code are totally fairâbut they donât âdebunkâ the usefulness of AI coding tools because the vast majority of business applications involves creating variations of existing solutions, where LLMs do excel as they have abundant training data. Truly original work is a different matter entirely.
Came across this great example on using Claude Code for sales, even if youâre non-technical. If youâre feeling intimidated by command-line coding tools, seeing someone stumble through using it for their workflow like this is surprisingly helpful.
What Iâm actually using
Iâve finally succumbed to the FOMO and been playing with Nano Banana this month. Itâs really good, and Iâve used it to generate this newsletterâs featured image. The main negative Iâve found versus ChatGPT, is that keeps generating hands and feet in weird places, whereas Chat seems to be more accurate/better at adhering to my prompt.
For the people coding with AI, I recommend Googleâs MCP for Chrome DevTools. It has become the second MCP Iâm using daily in my development workflow, and saves a lot of time troubleshooting and copy pasting information from DevTools into Codex. The other one is the Supabase MCP, which lets the AI read and take actions on the database Iâm using at the backend of the apps Iâm creating.
Whatâs on my radar
Confession: I havenât tried Atlas yet. After testing Dia, Comet and the crappy beta of Claude for Chrome, it hasnât exactly made me lust for more. Someone please give me a compelling reason to try it!
Claude Skills looks interesting, but Iâve cancelled my Claude subscription recently in favour of ChatGPT Pro and Codex. Might be back to Claude soon though, apparently Codexâ performance is on a decline (last month everyone was going from Claude Code to Codex, and now itâs the other way). Anywaysâhave you found Claudeâs Skills useful so far? If so, for what? Iâd love to know.
The new voice mode in Cursor is actually great and it transcribes while you talk, which makes it really fast. I still prefer Paraspeech for dictation though, because it works across my apps, is fully offline and has a cheap lifetime license (my readers can still get it at 15% off with the code HOWDYWIZARDS at checkout).

THATâS ALL FOR THIS WEEK!
Hereâs me from HQ (the library) wrapping up todayâs email. Hope you found it useful! Enjoy your weekend. Hug your friends. Ciaaao. | ![]() |
Was this email forwarded to you? Sign up here. Want to get in front of 21,000+ AI builders and enthusiasts? Work with me. This newsletter is written & shipped by Dario Chincha. |
What's your verdict on today's email? |
Affiliate disclosure: To cover the cost of my email software and the time I spend writing this newsletter, I sometimes link to products and other newsletters. Please assume these are affiliate links. If you choose to subscribe to a newsletter or buy a product through any of my links then THANK YOU â it will make it possible for me to continue to do this.



