Aprendan arquitectura de software, diseño de sistemas, algoritmos y estructuras de datos.
Redes suma bastante más de lo que muchos creen.
Fuera de lo troncal/académico: LOCO, no es tan difícil leer sobre agent harness, usar 3 skills y ganar leverage. Investiguen un poco!
Y ya que estamos, entiendan de producto, marketing y administración de recursos. Muchas veces el bottleneck es el scope si no lo analizan bien. Abrazo 🫡
Dear @realDonaldTrump could you postpone the end of the world to 22:00 hs EST that @BocaJrsOficial plays first copa libertadores game ?
Best Regards
Focus.
Meet the new Stitch, your vibe design partner.
Here are 5 major upgrades to help you create, iterate and collaborate:
🎨 AI-Native Canvas
🧠 Smarter Design Agent
🎙️ Voice
⚡️ Instant Prototypes
📐 Design Systems and DESIGN.md
Rolling out now. Details and product walkthrough video in 🧵
Today, we're releasing shadcn/cli v4. It packs a ton of features: shadcn/skills, presets, dry-run, monorepo and more.
If you're using shadcn/ui with coding agents or need better control over the defaults, this is for you.
Here's everything new:
Anthropic accidentally leaked their entire source code yesterday. What happened next is one of the most insane stories in tech history.
> Anthropic pushed a software update for Claude Code at 4AM.
> A debugging file was accidentally bundled inside it.
> That file contained 512,000 lines of their proprietary source code.
> A researcher named Chaofan Shou spotted it within minutes and posted the download link on X.
> 21 million people have seen the thread.
> The entire codebase was downloaded, copied and mirrored across GitHub before Anthropic's team had even woken up.
> Anthropic pulled the package and started firing DMCA takedowns at every repo hosting it.
> That's when a Korean developer named Sigrid Jin woke up at 4AM to his phone blowing up.
> He is the most active Claude Code user in the world with the Wall Street Journal reporting he personally used 25 billion tokens last year.
> His girlfriend was worried he'd get sued just for having the code on his machine.
> So he did what any engineer would do.
> He rewrote the entire thing in Python from scratch before sunrise.
> Called it claw-code and Pushed it to GitHub.
> A Python rewrite is a new creative work. DMCA can't touch it.
> The repo hit 30,000 stars faster than any repository in GitHub history.
> He wasn't satisfied. He started rewriting it again in Rust.
> It now has 49,000 stars and 56,000 forks.
> Someone mirrored the original to a decentralised platform with one message, "will never be taken down."
> The code is now permanent. Anthropic cannot get it back.
Anthropic built a system called Undercover Mode specifically to stop Claude from leaking internal secrets. Then they leaked their own source code themselves. You cannot make this up.
Amigo, no hay nuevos programadores.
Hay gente usando herramientas, que está bien.
Ahora, si alguien aprende a programar ahora buenísimo.. le va a servir cuando tenga que subir 10 escalones más en la arquitectura de un sistema o en una solución compleja, pero esos escalones son décadas de experiencia, y entiendo el entusiasmo de quienes se están metiendo en el mundo, porque el boost de dopamina cuando algo que querés que ande, anda, pero es tarde..
El programador, en sí, no hace otra cosa que implementar en código algo que le pidieron. No sabe de infra, no sabe de sistemas, no sabe de arquitectura y no sabe decisiones técnicas de un modelo de negocio.
Querés un ejemplo? De hecho, lo hablábamos anoche..
Cualquiera puede empezar a fabricar chips de alta complejidad? Si.
Lo pueden hacer como Taiwan? No.
Alguien apostó antes a algo, y dedicó su vida a eso, y está fantástico que otros lo hagan, ayuda a mejorar el mercado, pero también hay programadores que SOLO PROGRAMARON por 10/20/30 años, y están en la misma que quien empieza hoy porque solo picaron tecla.
No es de elitista. Creo que es un problema entrar a un mundo y empezar a tratar de elitistas porque duele al ego ver que llegás tarde. Pero no aflojen... sigan y sigan porque el camino de este mundo es así.. Adaptación pura, y no todos lo logran. Ni siquiera quienes puedan decirse Seniors.
Muchos están programando con IA ahora, usando quizás Claude Code, Cursor, Copilot, GPT-Codex, etc.
Pero hay algo que casi nadie menciona…
Si tu proyecto está desordenado, la IA tampoco lo va a entender bien.
Una forma simple de organizar un proyecto cuando trabajas con IA:
📁 src/ → código de tu aplicación
📄 CLAUDE.md (contexto del módulo)
📁 docs/ → documentación técnica
📄 architecture.md
📁 decisions/
📁 runbooks/
📄 CLAUDE.md → contexto global del proyecto
📁 .claude/ → configuración del agente
📄 settings.json
📁 hooks/
📁 skills/
📁 code-review/
📁 refactor/
📁 release/
📁 tools/ → utilidades del proyecto
📁 scripts/
📁 prompts/
La idea es simple:
Separar código, documentación, contexto de IA y automatizaciones.
Cuando el proyecto está bien organizado:
• la IA entiende mejor tu código
• reutilizas instrucciones
• automatizas tareas
• desarrollas mucho más rápido
Programar con IA no solo es usar prompts. También es organizar bien tu proyecto.