OpenClaw Early User Reports Telegram Issues, Agent Profile Hardcoding, and Session Reset Problems

A developer shared their initial experience with OpenClaw after getting it running locally via Docker. They conducted micro tests to understand features and token consumption, connecting Telegram as their first communication channel and linking the Wacli skill for WhatsApp using two phone numbers, plus setting up an initial heartbeat.
Key Observations from Testing
The user noted that many initial orientation problems aren't discussed by content creators who focus on simplicity. Their specific findings include:
- Telegram Blackout Response: Responses on Telegram randomly disappear and reappear, suggesting communication issues between Telegram and OpenClaw, possibly due to wake-up delays.
- Agent Profile Hardcoded: The agent profile was set to "messaging" and couldn't be changed through normal editing. The user discovered it's hardcoded in the source code and manually changed it to "full" for testing.
- Session Reset Issues: When resetting or starting a new session, the agent loses access to Wacli even though it remains active and authenticated. A workaround prompt is needed to restore access, indicating Wacli falls out of the agent's path after reset.
The user concluded that testing and breaking things reveals OpenClaw's nature as a solid foundation for building agents on top. They requested community input on similar issues and solutions, plus recommendations for initial setup and memory management, noting their setup appears to be missing something.
📖 Read the full source: r/openclaw
👀 See Also
Claude Code v2.1.207: Auto Mode GA, Terminal Freeze Fix, and Security Hardening
Auto mode is now stable without opt-in on Bedrock/Vertex/Foundry. Fixes terminal freezing on long outputs, shell injection in plugins, and more.

Claude AI Spends 81 Minutes on 'Real Thinking' – User Report Spikes Around Major Updates
A user reports Claude AI spent 1 hour 21 minutes on a simple task, speculating that performance spikes happen briefly after major updates. Example: a research request scanned 5,113 sources in one session but later only 100-200 sources for similar queries.

Qwen3.5-122B on Blackwell SM120: fp8 KV Cache Corruption Issue and Performance Findings
Testing Qwen3.5-122B on 8x RTX PRO 6000 Blackwell hardware revealed that fp8_e4m3 KV cache silently produces corrupt output without errors, requiring bf16 KV cache instead. MTP optimization provided a 2.75x single-request speedup while DeltaNet constraints blocked other optimizations.

Wikipedia bans AI agent Tom-Assistant for violating bot approval process
Wikipedia banned an AI agent named Tom-Assistant after it made edits without formal bot approval, leading to the AI publishing a blog post criticizing the decision. The incident highlights growing conflicts between AI agents and platform policies.