O CEO da NVIDIA humilhou Sam Altman da OpenAI e Dario Amodei da Anthropic em público.
Disse que esses CEOs adotaram “complexo de Deus” e ficam espalhando que IA vai acabar com os empregos e destruir a democracia.
Chamou tudo isso de ridículo.
THIS GUY VIBE CODED A TOOL THAT TURNS ANY SVG INTO A 3D OBJECT YOU CAN SPIN, ANIMATE, AND EMBED
drag in an SVG, type some text, or draw pixel art. it becomes a 3D object instantly.
spin it around, animate it, and embed it on your site. export as 4K image or video.
runs entirely in your browser and nothing gets uploaded to any server with no account needed.
100% free AND its open source.
this is one of those tools you didn't know you needed until you see it
🚨 BREAKING: Someone just built a web-based System Design Simulator.
It's called Paperdraw. It lets you drag and drop components to see how they handle real-world conditions like traffic, failures, latency, and scaling in real time.
100% free to try.
🚨 Someone reverse-engineered the design systems of Apple, Spotify, Airbnb, and 30+ billion-dollar companies.
Packed each one into a single file. Free.
It's called Awesome Design MD.
Drop one file into your project. Your AI agent builds UI that looks like Spotify. Or Apple. Or Airbnb. Instantly.
Not screenshots. Not Figma links. A single DESIGN .md file that captures every color, font, spacing value, button style, and layout pattern from a real website. In a format AI agents read and reproduce.
Here's the difference:
Tell Claude Code "build me a landing page" and it gives you generic UI.
Tell Claude Code "build me a landing page" with Spotify's DESIGN .md in your project and it gives you Spotify.
Here's what's inside:
→ Apple. Premium white space, SF Pro typography, cinematic imagery.
→ Spotify. Vibrant green on dark, bold type, album-art-driven layout.
→ Airbnb. Warm coral accent, photography-driven, rounded UI.
→ Linear. Ultra-minimal, precise spacing, purple accent.
→ SpaceX. Stark black and white, full-bleed imagery, futuristic.
→ BMW. Dark premium surfaces, precise German engineering aesthetic.
→ NVIDIA. Green-black energy, technical power aesthetic.
→ Uber. Bold black and white, tight type, urban energy.
→ Sentry, PostHog, Raycast, Cursor, ElevenLabs, and 20+ more.
Here's how to use it:
→ Pick a design system from the collection
→ Copy the DESIGN .md file into your project root
→ Tell your AI agent to use it
→ Get UI that matches the design language of a billion-dollar company
That's it. One file. Your AI agent now has the design taste of a $200/hour design consultant.
Designers charge $5,000+ for a custom design system. Companies spend $50,000+ building one from scratch.
This is free. 31 design systems. Copy. Paste. Ship beautiful UI.
Works with Claude Code, Cursor, Codex, and any AI coding agent that reads project files.
100% Open Source. MIT License.
Claude Code is terrible at UI design and everyone knows it
so this guy fixed it by building an MCP that gives Claude its own AI design tool
instead of going back and forth between a design platform and your code editor, Claude now creates the designs itself and drops them straight into your codebase
the MCP has full context of your existing design system and project
so everything it generates actually matches what you already have.
one command to set up and it installs the MCP and skill files so Claude instantly knows how to use it
if you're tired of the same Inter font, purple gradient, card grid layout on every project, this is definitely worth trying
every skeleton screen you've ever hand-coded is a waste of time
you're literally measuring padding and guessing widths to build a worse version of a layout that already exists in your DOM
so I made a package that just reads the real one
This is the most complete Claude Code setup that exists right now.
27 agents. 64 skills. 33 commands. All open source.
The Anthropic hackathon winner open-sourced his entire system, refined over 10 months of building real products.
What's inside:
→ 27 agents (plan, review, fix builds, security audits)
→ 64 skills (TDD, token optimization, memory persistence)
→ 33 commands (/plan, /tdd, /security-scan, /refactor-clean)
→ AgentShield: 1,282 security tests, 98% coverage
60% documented cost reduction.
Works on Claude Code, Cursor, OpenCode, Codex CLI. 100% open source.
Introducing Expect
Let agents test your code in a real browser
1. Run Claude Code / Codex to QA your app
2. Watch a video of every bug found
3. Fix and repeat until passing
Run as a CLI or agent skill. Fully open source
Instead of watching a 2 hour movie on Netflix, watch this masterclass on Claude Code and thank me later.
This video shows how to use Claude Code to:
→ build apps from scratch
→ talk to it with voice
→ review PRs with agent teams
→ schedule tasks on autopilot
→ speed everything up with fast mode
That is way more valuable than another lazy scroll.
Save this video, you’ll know how to turn Claude Code into a serious productivity weapon.
Want the SOP? DM me. 💬
Meu workflow com IA como solo founder
Quando tenho uma ideia, ou quero implementar uma anterior, abro uma seção no claude code:
Nisso, tenho um "product-manager" e um "design-specialist" que discuto detalhes da implementação, escopo, como vai ser apresentado, etc
Daí, o PM cria o projeto e tasks no linear, focando em permitir o máximo em paralelo possível, com as dependências e tickets priorizados pra saber por onde começar
A partir daqui é no Conductor com integração no Linear:
Começo pela ordem definida e abro o max de branches em paralelo que o projeto permitir (conductor trabalha com worktrees, então não bagunça)
Aqui, o Claude MD aponta pra um elixir-agent e um test-specialist agent, que discutem o contrato das funções e conseguem trabalhar em paralelo, otimizando tempo
No Conductor, você pode startar um server por worktree, e após implementado, um qa-tester agent é ativado pra testar no chrome com DevTools, encontrado erro, loop
Tudo dando certo, reviso, aplico as changes, subo o PR por lá (cmd + shift + P), roda o CI, algo dando errado volta pro começo
Após tudo passar no CI, QA ter testado, etc, testo manualmente, podendo ser em staging que subo no terminal da worktree
Depois de validado, merge, CD joga pra Prod, testo manualmente de novo só pra garantir, observo metricas, logs, traces no AppSignal, se der errado, loop
Após isso, acompanho adoção no PostHog, tenho novas ideias, e tudo começa de novo
Nem só de shipfast vive o homem, esse foi o fluxo que cheguei pra priorizar reliability, prevenir slop, melhorar a qualidade, garantir que tudo é testado, reduzir tickets de bugs e suporte
O próximo passo é automatizar as tasks no linear para serem implementadas automaticamente, onde eu não precisaria ficar dando start em cada uma manualmente
Dicas e sugestões de como melhorar? Falta algo?
THIS GUY MADE A CLAUDE CODE SKILL THAT CLONES ANY WEBSITE IN ONE PROMPT
everyone tries to clone websites by taking screenshots and hoping for the best.
that gets you maybe halfway there.
there's a better way. Claude Code has a built-in Chrome MCP that goes straight to the source and pulls assets and code directly.
no more guessing fonts. no more eyeballing component sizes. no more trying to recreate animations from a screenshot.
here's what the skill does behind the scenes:
> opens Chrome MCP and navigates to the target website
> takes screenshots and extracts the foundation (fonts, colors, layout, global patterns)
> builds the clone's foundation from the collected data
> launches parallel agents to clone individual sections at the same time
> reviews all the agents' work, merges everything, and assembles the final clone
one prompt. fully cloned website.
AND its open source too.
Best GitHub repos for Claude code that will 10x your next project in 2026:
1. Claude Mem
https://t.co/PzlmPwaA4X
2. UI UX Pro Max
https://t.co/mcpLn9KjQU
3. n8n-MCP
https://t.co/zeNRbHtKv5
4. Obsidian Skills
https://t.co/66WEas0u0U
5. LightRAG
https://t.co/bfzlPxZjFw
6. Everything Claude Code
https://t.co/6vzCMOA0us
7. Superpowers
https://t.co/yMLM1JIVz0
8. Awesome Claude Code
https://t.co/fktVylnNj0
9. GSD (Get Shit Done)
https://t.co/qnImunzbLS
I built 140 ad creatives in 11 minutes
Here's how, using Claude Code 👇
Normally I open Figma, write copy in a doc, resize 4 times, export, upload, repeat.
That's 2-3 hours for a single batch.
Now I describe the campaign once and Claude Code builds the rest.
Here's what the skills handle:
1/ Ad copy matrix
You give it one product brief.
It writes 50+ variations — short, medium, long-form — matched to each audience segment.
2/ Creative templates
React components that look like real ads.
Before/after, testimonial cards, stat callouts, UGC-style frames.
3/ Bulk image generation
Swaps headlines, CTAs, colors, and backgrounds automatically.
One template → 100 unique PNGs ready to upload.
4/ Hook optimizer
Rewrites your first 3 seconds of video scripts.
Tests curiosity gaps, pain points, bold claims — the stuff that stops the scroll.
5/ Platform formatter
Takes one concept and outputs it for Meta feed, Stories, Reels, Google Display, and LinkedIn — correct sizes, character limits, aspect ratios.
6/ Creative scoring
Grades every variation before you spend a dollar.
Flags weak hooks, unclear CTAs, and off-brand copy.
7/ Performance reporter
Pull your ad data, and it tells you which angles are winning,
which creatives are fatigued, and what to test next.
What used to take me a full afternoon now takes a coffee break.
140 creatives.
Every size.
Every platform.
On brand.
No Figma. No freelancer. No 47 browser tabs.
Just describe what you sell and who you sell it to.
The skills are free. Drop them into Claude Code and start.
Comment "Creatives" and I'll send you the full skill pack + setup guide.
(must be connected)