- What's brewing in AI
- Posts
- š§š¼ GPT-5. August.
š§š¼ GPT-5. August.
Also: Make apps while doing other stuff
Howdy wizards,
and welcome to the 475 new subscribers who joined last week.
Hereās what I got this week:
GPT-5 is around the cornerāhereās what we know about it
How I AI builds my app while I do other things
Hereās whatās brewing in AI.

DARIOāS PICKS
The Verge shared this week that GPT-5 is coming already next month according to sources familiar with OpenAI. This seems very plausible as Sam Altman has confirmed earlier that GPT-5 will be released āthis summerā.
Apparently, theyāre releasing it in a main, mini and nano version, all available through the API. And it will not be the model that was used to get the gold medal in the International Math Olympiad.
So then, what will the new model be like?
Altman shared earlier this year that he āhates the model pickerā in ChatGPT and that GPT-5 will be a model that integrates a lot of their current tech, hinting at something that blends the language fluency of their omni models with the reasoning of o3, as well as is capable of tool use (voice, canvas, deep research, and more).
How much better it will be than their current models is still a mystery. However, in a podcast with comedian Theo Von this week, Sam said that āGPT-5 is smarter than us in almost every wayā. He also made an example from the same morning where he got emailed a question he didnāt quite understand and put it in the model and it answered it perfectly. ā, describing the experience as a āhere it is momentāā, noting that he felt āuseless relative to AIā and that "it was a weird feeling."
ā Why it mattersā ā GPT-5 seems to be ready, with Sam Altman saying heās actively using it.
Moving away from the model picker in ChatGPT will help mass adoption. Whether you should use a general purpose or a reasoning model or which tool to use shouldnāt really be a user decision at all. Case in point, Iāve got friends ā paying ChatGPT users ā who didnāt even know that you can switch between models until I told them. Personally, I hope they arrive at some version of ChatGPT where they leave the manual settings in for power users (like in DSLR cameras). But for most people, stripping away the complexity is what they need and so defaulting to full-auto mode makes sense.
As for the actual performance gains of the new model, thatās still very much TBA.

IN PARTNERSHIP WITH PODCASTLE
Get premium text-to-speech technology without the huge price tag.
Podcastle offers lifelike AI voices that are perfect for creating compelling audio content in seconds with integrated audio and video editing.
1000+ AI Voices.
Range of accents and emotions.
Instant voice cloning.
If youāre a developer you can also directly access our proprietary TTS via our API. Test it out for free to hear lifelike AI voice generation.

UP CLOSE
This section is about how Iām using AI from week to week, as well as practical tips & tricks I discover and actually use.
Vibe coding lets me build apps while working on other stuff

Iām pretty much obsessed with vibe coding these days. I started building my first app in Cursor 1.5 months ago, going into it with relatively little coding skills. Itās an analytics app for newsletter operators.
Itās coming along nicely, Iāve added the possibility to upload .csv files of your data, a fully fledged log-in system, a Supabase database that stores and processes there userās data and preferences, and much more.
This week Iāve been deep into building a drag and drop interface which lets you organise your data visually, and then recalculates the analytics depending on the structure you create.
Hereās 2 non-obvious but very useful things Iāve learnt while working on this project over the last month:
Approach vibe coding like a project manager

A snapshot of the task list Cursorās AI builds for me based on my PRD. These tasks were checked off while I was writing this newsletter.
I spend time talking to the AI to figure out the optimal solution before asking it to build anything. Since Iām not too technical, I often donāt know how an ideal setup of something should be, so I go back and forthāmessaging, reading, learning. During the process, Iāll even share flowcharts and rough Figma mockups to clarify what Iām trying to do.
Once the main components are clear, I have the AI draft a PRD which I then carefully refine. When itās ready, I ask the AI to split it into tasks. Iām following Ryan Carsonās 3-step AI coding workflow. Once you get a basic grasp on Cursor, itās a relatively intuitive way to work with AI if youāve done project management before in any capacity.
The beauty is you spend almost no time manually breaking down work. This is something ārealā teams spend a huge amount of time on, thinking, writing, having meetings about it, applying sophisticated prioritisation strategies, you name it.
With AI, once your PRD is ready, it generates the tasks for you in seconds.
You can get a lot done with vibe coding as a background activity
When the hardest work ā properly specifying your PRD ā is done, vibe coding can become something of a background task. Let me explain, once AI starts tackling the bite-sized pieces of work weāve laid out, all I need to do is check back on the results every 10 minutes or so.
As Iām writing this newsletter, Iām literally building a drag and drop interface for my app, and every so often I check back on the AIās progress and test whatever itās come up with. If it worksāgreatāon to the next subtask on the list.
If something doesnāt work I ask it to write detailed error logs and provide it with screenshots of what happens in my app, most of the time thatās able to solve the problem. If that doesnāt work, I ask it to focus on researching the codebase deeply until it finds a solution, then have it implement the solution in the next step. After a few times of doing this, it becomes routine and requires little mental effort.
However, at some point AI will end up going in circles, unable to solve the taskāno matter how many error logs or screenshots I give it. It usually means thereās a bigger problem with the app. In that case, I stop my other activities and focus fully on the Cursor. I open a new chat and explain the problem again thoroughly, until I find out whatās going wrong.
Once the bottleneck is solved and weāre back into the flow of hammering out mini-tasks from my list again, I go back to treating vibe coding as a secondary activity.
This workflow allows me to build in the background while Iām working on something else. It wouldnāt work without the purposeful and dedicated slots of mental effort Iāve mentioned, but it feels way more efficient than sitting and watching the screen while the AI works.
I imagine thereās a next level to this, e.g. having a separate AI check in on the subtask, and giving it a role as QA engineer. Iāve seen some people talk about workflows like this, so itās something I plan to test in the near future.
Want to get started vibe coding? Hereās how.
I think many ānon-technicalā people havenāt started with vibe coding yet because it sounds dauntingāand it can be.
What worked for me is I started to experiment with Claude Artifacts until I started realising its limitations naturally. Theyāre dirt simple to create and they do everything behind the scenes, you just need to prompt a few times and before you know it you have a working app.
When you want something more powerful, thereās a range of great tools now that can take your app idea all the way to real users and even charge money for it if you want. Easiest one apart from Artifacts is Lovable; if youāre going in that direction, I recommend this 17-min tutorial on how to set it up, including connecting GitHub and a database to your app.
Iāve created this guide of the top vibe coding tools so itās easy to choose the right one depending on your technical ability.
The optimal place to start is to have a problem in mind that you want to build a solution for. But honestly? Just get vibe coding something as soon as you can. Itās one of the best things you can do for yourself to keep up to pace with AI right now. Your future self will thank you for it.
Approach it all with a beginnerās mindset, and youāll be off to the races, vibe coding your first useful thing, in no time.
š Poll: Have you tried vibe coding? (pick your closest match)If you haven't tried it yet, drop a comment about what's holding you back |

MY VIBE CODING PLAYLIST
Last night I had the pleasure of attending a DJ set with Ora the Molecule at a venue here in Oslo, Norway. Let me tell you, this is an amazing artist in the making.
Iāve added a handful of tracks that was played to whatplugin FM. If you like electronic music with a layer of delicious disco soundāthis might blow you away.

THATāS ALL FOR THIS WEEK
This week I finally picked up a new book! Iāve been way too focused on AI lately. Need to nourish my mind with something new. Itās a handbook for becoming a better writer. Iām one chapter deep and already loving it. Itās called Steering the craft. | ![]() |
Was this email forwarded to you? Sign up here. Want to get in front of 17,000 AI enthusiasts? Work with me. This newsletter is written & curated by Dario Chincha. |
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.