Is Grok @bot broken right now? Getting the same “Bot failed to respond” error on both iOS and Mac.
Already tried logging out and back in, reinstalling the app, deleting every bot and starting from scratch. Error still shows up every time.
@slooowshutter@bot Yeah same. Mine kept stopping midway a few times too. Cron jobs still pretty flaky, those errors finally made me just delete the bot and start a new one.
Nope, never used a VPN on iOS or Mac. Already switched between wifi and cellular, logged out, reinstalled, deleted every bot and started from scratch. Same error every single time.
Looks like a known early beta issue with the agent computer under load. Gonna try Recover / Update Agent Computer next.
Yeah. By design.
Control plane stays out of the chat data path, so each instance keeps its own Compose project, volume, and ports and just keeps running if the controller dies mid-action.
You can still inspect or stop them with plain Docker on the deterministic names. That’s outside the managed path though, so desired state can drift until Fleet comes back and reconciles. Leases expire clean so partial work doesn’t stick around.
Running multiple Hermes Agents and need proper isolation?
Built Hermes Fleet Manager — a local-first control plane. Each instance gets its own Docker Compose project, volume, and ports. The control plane stays outside the chat data path, so agents keep running independently. Secrets encrypted, every action explicit.
https://t.co/15D4Vn7aFF
Feedback welcome.
Thanks, @OpenAI, for constantly resetting ChatGPT’s weekly usage. GPT-5.6 is great, and Codex Security is solid too, even if scans sometimes stop after being flagged for potential cybersecurity risks.
Maybe someone has the same use case: RelayPrint lets you share a printer between Windows and macOS on the same network, even though regular printer sharing would probably work :)
https://t.co/s7hOjcORgW
Maybe someone has the same use case: RelayPrint lets you share a printer between Windows and macOS on the same network, even though regular printer sharing would probably work :)
https://t.co/s7hOjcORgW
Tibo is back campaigning for higher limits. 😅
We literally just got the weekly reset, and he's already talking about the next one. More GPT-5.6 Sol madness if it actually happens. 😌
gpt-5.4 thinking
“Build a single-file HTML/CSS/JS (no libs) demo that uses SVG to simulate a plant growing: stem extends, leaves sprout + unfurl with springy/windy “physics”, then seamlessly loops forever.”
Kenapa pakai cara ini?
1. Pesan jadi lancar, nggak delay parah.
2. wwebjs nggak keberatan mikirin hal yang berat-berat.
3. Kalau mau update logika bot tinggal utak-atik n8n aja, nggak ngaruh ke wwebjs.
Bikin Bot WhatsApp Pakai wwebjs dan n8n Biar Gak Lemot
1. Fungsi wwebjs (WhatsApp Gateway)
Intinya sih, wwebjs tugasnya cuma jadi perantara WhatsApp aja. Pesan masuk WhatsApp bakal langsung dilempar ke n8n lewat webhook. Jadi wwebjs nggak mikirin logika bot lagi.