I'm considering a Steam Deck for the first time. Save me some digging - just go with Steam Deck or is there a generally approved alternative that also does HDMI out?
🚨 BREAKING: AI can now design at Apple-level creative standards — for free.
Here are 9 Claude Opus 4.6 prompts that generate complete design systems, brand guidelines & 47+ marketing assets in under 6 hours 👇
Top designers are already using this.
Bookmark this thread 🔖
@LukeADesign@evansakanno And his logo looks like ass in that demo screenshot. The text is offset from bottom of the icon unnaturally and looks like it was done by someone using their left hand and eyes closed
For years I've been doing this manually for each logo project.
Start with an Illustrator file with all my favourite fonts ready to be replaced with the brand name.
Or taking a screenshot of the logomark and scrolling through google fonts with the screenshot placed next to the type...
Now, @joshpuckett has saved me, and every other designer, hours on each project by creating a tool called Locale.
Insane work
NanoBanana 2 just made your static ad agency obsolete.
And I just open sourced the entire tool.
Drop your product page URL.
It pulls your logos, product images, fonts, colors, and brand voice automatically.
Builds a full brand guide for you.
Then generates ad creatives at scale using nearly 4,000 high-performing ad templates across 8 niches.
It dynamically matches the best templates to your brand and brief.
Here's what makes it different:
→ Instant resizing
Get any ad in 1x1, 4x5, 9x16 with one click. No regeneration. No broken text.
→ Highlight-to-edit
See an issue? Highlight the area and tell it what to fix.
→ Multiple brand profiles
Run different brands or segments from one tool.
→ Auto persona building from real customer reviews
→ Multiple QC loops on briefs and final assets
Catches AI-isms before you do.
→ Upload your own templates or use ours
Runs locally.
Just needs your Claude and Google API keys.
This is the lite version of what we use internally.
You get the full finished tool AND the open source code to make it your own.
Creatives still design the system, this handles iteration and scale.
Want a copy to download?
1. Like this post
2. Comment "AI"
Will DM you the tool along with a tutorial shortly after.
@NostalgiaPro@BestBuy@BestBuySupport At this point you’d be foolish to use Best Buy to do anything for you. I wouldn’t trust who they send, hire a local business who your money actually helps. When you spend it with Best Buy, it leaves your local economy.
I bought an 85" Sony Bravia from @BestBuy on March 1st.
Delivery took 12 days. Now mounting has been delayed another week and just got cancelled again via email.
I've been lied to and given the runaround by at least 5 different employees. A @BestBuySupport agent on X even told me to wait until he gets back from vacation to 'fix' it.
I spoke with someone from 'corporate' this morning who told me she has to investigate and will possibly get back to me tomorrow.
@BestBuy doesn't seem to care and refuses to actually mount the TV. @BestBuySupport help? This is unacceptable for a big purchase.
Here's a picture of the TV in the box sitting in my living room.
@steveruizok I’m just waiting for it to stop deploying to a separate install environment in the middle of actively working in a separate instance or project environment. Claude does this sometimes and it makes no sense
imagine you’re sam altman
you’re a stanford dropout building a location app called loopt.
it sells for $43M.
not legendary.
not world-changing.
just enough to get you inside silicon valley.
then y combinator.
suddenly every ambitious founder wants a meeting.
you stop building companies.
you start selecting them.
airbnb.
stripe.
doordash.
a decade of startups passes through your office.
most people would stay there.
powerful.
respected.
quietly rich.
you don’t.
2015.
you start a strange lab called openai.
most people treat it like a thought experiment.
then the models improve.
the demos get strange.
2022.
chatgpt launches.
100 million users in two months.
google panics.
every startup pivots to ai.
every government starts asking questions.
for a moment it looks like you already won.
then the board fires you.
not competitors.
not regulators.
your own board.
silicon valley thinks it’s watching a collapse in real time.
five days later you’re back.
same company.
more power.
here’s what people still miss.
sam altman was never just a ceo.
he’s a coordination engine.
capital.
compute.
talent.
politics.
while everyone debates ai,
you raise billions
buy more compute
ship the next model
and move the timeline forward.
most founders slow down after a crisis.
you accelerate.
the most dangerous person in a technological shift
is the one still building
while everyone else is arguing about it.
welcome to the sam altman era.
@robj3d3 Premiere does auto transcription. You can then get the text file, restructure the edit by making edits to the text transcript. The text transcript lines up with time code in premiere and you just paste an edit transcript back into premiere and tell it to build edit and it does
Looks like this might work with my workflow in DaVinci Resolve:
1. transcribe video with DaVinci (pro version)
2. copy + paste transcription to Claude Opus 4.6
3. prompt Claude to cut the transcription down to only the 'good bits'
4. save transcription as .txt
5. load .txt under Create New Timeline Using IntelliScript in DaVinci
6. IntelliScript reads the script, matches it against the transcribed audio, finds where those exact words were spoken in the footage, and builds a new timeline with just those segments
will report back soon ✌️
@DarlingtonDev@claudeai I struggle to want to use anything from open ai because of the lack of soul and life in Sam Altmans eyes. He gives off worse vibes than mark Zuckerberg.
@claudeai Anthropic casually giving away 2x compute while OpenAI figures out ad placements. One of these companies understands developers and the other one used to.
@claudeai Can you make your app more reliable? On pc, any time you change chats in Claude code it takes minutes for that channel to load, and then when you switch back from one to another you see the conversation from another chat. Feels incredibly half baked for being who you are…
@milan_milanovic Show your agent this thread and all the responses and then ask it to take all of these concerns into consideration when reviewing your app. Maybe it could help…
Someone builds a project management tool with Claude Code over a weekend. Ships it. Tweets "just replaced Jira."
The app works. One user, happy path, localhost. Then two people edit the same record simultaneously, and the data is silently corrupted. They don't know what an optimistic lock is. They never needed to before.
The prototype is maybe 1% of what makes software actually work. The other 99% is what you find after real users show up: race conditions, failed transactions, sessions expiring at the wrong moment, a payment webhook that fires twice and charges someone double. AI didn't cover any of that. It built exactly what you asked for.
And the confidence is the worst part. "Just need to adjust a few things before we go live." The few things you need to adjust are the product. That's like laying a foundation and telling people you basically built the house.
Vibe coding works. For personal tools, throwaway scripts, and prototypes you'll never put in front of paying users, it's genuinely fast and good enough. I use it. But there's a hard ceiling, and it shows up the moment the stakes get real.
Agentic engineering is a different discipline. You're not prompting for code. You're decomposing problems, designing system boundaries, writing specs precise enough that the agent doesn't go sideways. You review everything it builds, because it will make mistakes that only look wrong if you know what correct looks like. You guide it. You catch what it misses.
If you don't know what a distributed transaction is, the agent won't save you. It'll generate something broken with complete confidence, and you won't know until production.
The hard part of software was never writing the first 200 lines.
It never was.
@bedouincap Also built documentation, knowledge base, ticketing system with AI agent monitoring community forums and ticketing system. It’s insane. Platform analysis says it’s over 5500 hours of work if done by an agency. I’m obsessed. Working on researching automating the marketing now.
@bedouincap I’ve done $1M in development for an app that will absolutely disrupt the shitty apps out there to manage businesses in my industry and I’ve only been at it for 3 weeks. Have 64 modules built so far, landing page, platform analysis, a pdf playbook lead generator, ready for beta
we are being gaslit about AI on a societal level. Everybody is vibe coding but I haven’t seen one useful thing get produced. Everybody has agents doing something but nothing useful is getting done. Cool you had AI summarize a PDF and make a template. Nice