As engineering, product, design, DS, etc. melt into a new kind of role, I was reflecting on what roles might look like in the future. For example, when I look at the Claude Code team I see what I think is five archetypes:
1. Prototyper: comes up with brand new ideas; churns out many ideas, most of which don't ship
2. Builder: quickly turns a prototype/idea into production-grade product/infra
3. Sweeper: cleans up the UI, simplifies the code and system, unships, optimizes performance
4. Grower: takes a product that has been built and iterates on it to improve Product-Market Fit
5. Maintainer: owns a mature system to make it secure, reliable, fast, and efficient as it scales
Many people span across 2 roles, and sometimes 3 roles. I also notice that these roles are not really tied to job function -- eg. across Anthropic, some designers match category 1, some 2, some 3; same for engineers, PM, DS.
A healthy team needs a mix of these, depending on the product:
- A product that is new and pre-PMF needs people that are strong at 1+2+3
- A product that is growing and has found PMF needs 2+3+4 and some 5
- A product that has strong PMF needs 3+4+5 and some 2
Maybe product roles of the future will look more like this, and less like the domain-specific roles of today?
🚀 Zed v1.8 is out!
The new `agent.terminal_init_command` setting runs a command automatically whenever you open a new terminal thread in the agent panel.
DBeaver lleva 15 años siendo el cliente de base de datos por defecto.
Es potente. Y también es un dinosaurio de Java que tarda 20 segundos en arrancar.
Alguien lo construyó desde cero en Rust y añadió lo que DBeaver nunca tuvo.
Se llama Tabularis. 2.5k estrellas. Apache-2.0. Activo hace 17 horas.
El detalle que más me ha flipado:
Lo construyó una sola persona (@debba_92 ) como experimento de desarrollo asistido por IA.
Quería ver hasta dónde podían llegar los agentes construyendo una herramienta real.
El resultado: 55 releases, 1.192 commits y un cliente de base de datos que compite con herramientas de empresas con decenas de ingenieros.
Lo que tiene que DBeaver no tiene:
✅ Servidor MCP integrado - Claude, Cursor y Windsurf pueden leer tu esquema y ejecutar queries directamente desde el chat
✅ SQL Notebooks con gráficos inline y variables entre celdas
✅ Visual EXPLAIN con análisis de IA del plan de ejecución
✅ Constructor de queries visual con JOINs drag-and-drop
✅ Diagramas ER generados automáticamente
✅ Compatible con PostgreSQL, MySQL/MariaDB, SQLite y ClickHouse via plugin
✅ Editor Monaco con autocompletado inteligente
✅ Sin telemetría, sin cuentas, sin suscripción
Lo que DBeaver sí tiene y Tabularis todavía no:
SQL Server y Oracle. Si los necesitas, DBeaver sigue siendo la opción.
Para todo lo demás: esto arranca en 2 segundos, pesa menos y tu agente de IA puede consultarlo directamente.
el enlace 👇
🚀 Zed v1.7 landed yesterday, here's what's new!
The agent now automatically compacts your thread context.
Adjust the `https://t.co/gETm5p8Wyw_compact.threshold` setting to control when compaction occurs, and run `/compact` to trigger it manually.