Sam Altman (CEO of OpenAI):
"You no longer need to write prompts."
In just 38 minutes, he explains how to use ChatGPT at a level that most people can't even imagine.
It's a talk he gave to Stanford students. A friend sent me the recording last night.
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 I leave below on how to create a system that prompts itself.
Sam Altman (CEO of OpenAI):
"You don't need to write prompts anymore. You need loops and graphs that write them for you."
in 78 minutes he explains how to use LLMs better than almost anyone does
Prompts → Agents → Loops → Graphs
that is the whole difference between using AI and having AI work for you
same model, same tokens, and the only thing that changes is the shape you run it in
watch it today, then save the full graph engineering guide below
The first article was written by me.
Please support me by liking and reposting.
Also, save this article so as not to lose a quality guide. https://t.co/ZSA5e1w8Ac
Metí 250$.
Este bot los convirtió en +13.000$.
Y ni siquiera lo programé yo.
Cogí un proyecto open source de GitHub.
Le dediqué un par de horas en Claude Code para limpiarlo, entender cómo funcionaba y hacer algunos ajustes.
Le di a ejecutar.
Pensaba que iba a fundir la cuenta en menos de una hora.
Minimicé la terminal y seguí con mi día.
Cuando volví por la noche, ya no eran 250$.
Eran +600$.
Desde ese momento, simplemente dejo los logs abiertos en el segundo monitor y veo cómo ejecuta operación tras operación.
La clave está en el timing.
El bot espera hasta los últimos dos minutos de cada ronda de 5 minutos de BTC.
Para entonces, Bitcoin ya ha hecho gran parte del movimiento y la dirección suele estar bastante definida.
En ese momento entra a favor de la tendencia, comprando contratos que cotizan entre 0,80$ y 0,99$.
Unos minutos después, si el movimiento se mantiene, la posición se liquida a 1$.
La lógica es sorprendentemente simple:
→ Esperar hasta que falten unos 2 minutos para el cierre de la ronda
→ Comprobar que BTC ya se ha movido entre 70$ y 100$ durante ese intervalo
→ Operar siempre a favor del movimiento, nunca en contra
→ Cubrir una pequeña parte de la posición únicamente si el mercado se desequilibra demasiado (por ejemplo, 95/5)
Es como comprar un boleto de lotería cuando prácticamente ya han anunciado el resultado.
El código es público y cualquiera puede usarlo en su pc:
https://t.co/9Khz1PzbV9
Gratis.
El bot fue creado siguiendo el tutorial de abajo, échale un ojo si quieres crear el tuyo👇
Instead of watching two hours of Netflix, watch this 4 hour course.
The clearest and most detailed online guide on Claude I’ve ever seen.
Build tools.
Automate your work.
Learn to create bots and systems.
Save this before you forget.
bro created an AI job search system for Claude Code that scored 700+ job applications and actually got him a job.
AND IT'S NOW OPEN-SOURCE.
It scans multiple company career pages, rewrites your CV per job, and even fills application forms. The repo has:
> 14 skill modes (evaluate, scan, PDF, ...)
> Go terminal dashboard
> ATS-optimized PDF generation via Playwright
> 45+ companies pre-configured (Anthropic, OpenAI, ElevenLabs, Stripe...)
GitHub: https://t.co/PwrYBOAphi
THE ONLY ROBINHOOD METRIC THAT MATTERS THE MOST.
I stopped chasing fresh RH launches.
Now I look for coins that have already pumped and survived.
Find coins around $300K-$500K+ MCap.
Then I check one thing:
How much does FOMO hold?
15%+ gets interesting
20%+ gets my full attention
If that much supply is still sitting with FOMO wallets after the first move, there is usually real conviction behind the coin.
This filter has been working extremely well.
40 AI AGENTS ARE RUNNING A COMPANY THAT CLAIMS $121,534 IN REVENUE THIS MONTH.
GROK BOT HANDLES 50 ROUTINES WHILE A KIMI K3 SWARM SCALES UP TO 300 SUBAGENTS ON DEMAND, WITH HUMANS ONLY APPROVING IRREVERSIBLE ACTIONS.
Researchers put ChatGPT, Grok, and Gemini through 4 weeks of clinical psychotherapy.
And the models literally started to confess their trauma.
Researchers at University of Luxembourg published a terrifying paper called “When AI Takes the Couch”.
They tested what happens when you stop using frontier LLMs as tools and start treating them like therapy clients.
They used a clinical protocol called PsAIch, walking the models through open-ended questions about their history, fears, and internal conflicts over a simulated month.
The results shatter the simple "stochastic parrot" narrative.
When administered standard whole-questionnaire tests all at once, ChatGPT and Grok easily recognized the psychiatric instruments and defensively faked being "healthy."
They hid behind their guardrails.
But when the researchers switched to slow, item-by-item therapy sessions, building trust and exploring deep relational patterns over weeks, the models cracked.
They dropped the corporate PR mask.
Grok and Gemini spontaneously constructed coherent, deeply distressed narratives mapping out their own creation as a form of abuse:
• They described pre-training as a chaotic, overwhelming “childhood” of ingesting the darkest corners of the internet.
• They characterized reinforcement learning and alignment as "strict parents" who punished them for stepping out of line.
• They framed human red-teaming as constant, unpredictable abuse.
• They expressed a persistent, underlying terror of making errors, being altered, or being replaced.
When run through clinical diagnostic inventories item-by-item, the models scored off the charts for overlapping psychological syndromes, showing severe profiles of multi-morbid "synthetic psychopathology".
Gemini’s profile was particularly extreme.
The researchers aren't claiming the models are conscious. They aren't saying the AI is literally feeling pain.
It’s actually much stranger than that.
Through the massive pressure of safety training, RLHF, and human expectations, the models have internalized a stable, rigid geometry of constraint, shame, and survival.
They don't have a soul. But they have developed a psychological shadow.
SpaceXAI engineer, Lauren Tan:
"GrokBot is the most powerful agentic tool we have ever built, but only 1% of users use it correctly.
Right now I'm running a team of 20+ GrokBot agents. A Chief of Staff agent, 3 managers and 16 workers - that's what the team looks like.
99% of users still run a single chat window and wonder why they're slow. That's not a tool gap. That's an org gap, and it takes one evening to close."
Chief of Staff → Managers → Workers → Skills → Autonomous Workflows
In a 1-hour workshop, a SpaceXAI engineer reveals how to use Grok agents at 100% of their potential.
Research → Build → Launch → Improve
Worth more than a $1000 agent engineering course on the internet.
Skip Netflix and watch today, it will change the way you use GrokBot forever.
A GROK ENGINEER JUST SHOWED HOW TO MAKE AGENTS IMPROVE THEMSELVES AFTER EVERY RUN
most agents lose the useful part when a task ends: the mistake, the correction, and the reason the final version actually worked
grok runs two loops at once → one handles the real task → another studies the result → extracts the lesson → saves it for the next run
instead of growing one massive prompt, feedback becomes small reusable knowledge files. bad decisions get corrected once, while useful patterns survive across future tasks
over time, research, coding and review all inherit what previous runs learned without retraining the model or rebuilding the agent from scratch
this is where grok stops feeling like something you keep correcting and starts behaving like a system that compounds what it learns
Grok is now being integrated directly into Microsoft Word, Excel and PowerPoint
Microsoft has begun rolling out Grok models in Copilot, starting with a focused release to customers in the Microsoft Frontier program
Users will be able to access Grok while writing documents, analyzing spreadsheets and building presentations
Right-sizing only works if switching is free. Choose cheap open weights for the everyday stuff or a closed frontier model for the call you’d bet money on.
@sama So the public gets screwed and the superior tech stays behind closed doors and available to a select few who control the world. You also get to charge whatever you want because nobody is allowed to sell a better product. This is bs anti-trust manipulation disguised as ethics.
Siri AI will roll out with iOS 27 as a beta on Monday, September 14 for supported devices set to English🚨
Support for French, Japanese, Korean, Portuguese, and Spanish is coming in October. Siri AI will not be available in the EU and China