Sam Altman (CEO of OpenAI):
"You no longer need to write prompts. GPT-6 Astra literally does everything better than you.”
In just 26 minutes, he explains how to use LLMs at a level that most people can't even imagine.
After watching it, I realized I was only taking advantage of about 15% of what this tool can really do.
Watch it in full and then read the guide below on how to create a system that prompts itself 👇🏼
an open-source robot arm design sits at 7,294 stars on github
it costs $122 to build
no company owns it, no funding round backs it - just a public repo anuone can clone and print
by itself, the arm can't do anything smart
hugging face built the layer that fixes that: lerobot, 27,204 stars, still shipping commits today
clone the arm repo -> print the parts -> $122 in servos and screws
clone lerobot -> hand-guide the arm through a task a few times
the arm copies what you showed it - nobody wrote code for that specific task
the hardware is free
the only ceiling is what you're willing to teach it
If I were in my 30s or 40s right now and wanted to leverage AI to retire within 10 years, here's what I'd do:
1. Immediately form an LLC company. Not next month. Not once you're 'ready.' This week.
Ya tengo GPT-6 Astra y, si también tenéis acceso, os recomiendo una primera prueba: pedirle que revise vuestros AGENTS.md y skills.
Es lo primero que hice para ponerlo a prueba. Me propuso bastantes ajustes en las instrucciones y, desde que los apliqué, he notado una mejora en las respuestas.
Os dejo el prompt para probarlo con los vuestros:
Revisa mis archivos AGENTS.md y habilidades en busca de instrucciones poco claras, conflictivas o superpuestas que podrían hacerte detener innecesariamente, pedir confirmaciones redundantes o dejar el trabajo incompleto.
Presta particular atención a las reglas sobre autonomía, aclaración, aprobación y finalización de tareas. Distingue las salvaguardas intencionales de la redacción que accidentalmente hace que el trabajo rutinario requiera confirmación.
Para cada problema, cita las instrucciones relevantes, identifica los archivos, explica cómo podrían afectar tu comportamiento y propone una edición específica.
Preserva los requisitos explícitos de aprobación y señala cualquier cambio propuesto que amplíe tu autoridad. Prioriza los cambios que harían la mayor diferencia práctica. Propón ediciones para revisión antes de cambiar cualquier archivo.
Once you get Astra access run this prompt against your codebase (or just a part of it). It's magic.
"Think from first principles about what we're trying to achieve here. Interrogate what you built before calling it done:
1. is anything here unnecessary, overly complicated, or based on weak assumptions? Challenge them.
2. What can be deleted entirely?
3. What can be simplified now that unnecessary pieces are gone?
Then make the changes. Prefer deleting over simplifying, simplifying over optimizing, and optimizing over automating.
It might be done too - you dont HAVE to go and make changes. if its good, leave it alone"