📋 Log for 2026-02-20
YouTube Summaries
[50 days with OpenClaw: The hype, the reality & what actually broke](https://www.youtube.com/watch?v=NZ1mKAWJPr4)
Channel: VelvetShark
Summary:
- Here is a summary of the video "50 days with OpenClaw: The hype, the reality & what actually broke":
Key Takeaways
- OpenClaw, after 50 days of consistent daily use, proves to be a versatile self-hosted AI agent with a broad spectrum of practical applications across personal and professional life.
- The long-term reality of using such an agent involves a balance between significant benefits and inherent challenges, including system stability issues, operational costs, and the ongoing need for human oversight.
- Security is a paramount concern for self-hosted AI agents, requiring proactive and diligent mitigation strategies.
- Effective integration with existing tools and robust community support are crucial for maximizing OpenClaw's utility and overcoming hurdles.
Main Arguments
- The true capabilities, limitations, and practical value of a self-hosted AI agent like OpenClaw are best understood through extended, consistent real-world usage over an extended period (e.g., 50 days).
- While AI agents offer advanced automation and problem-solving, they are not yet fully autonomous and require ongoing management, troubleshooting, and occasional human intervention (e.g., memory compaction, task babysitting).
- The real power of OpenClaw is unlocked through its integration into daily workflows, infrastructure management, and knowledge management systems, rather than as a standalone tool.
- Users must critically assess the cost-benefit analysis and clearly define their specific use cases ("what do I use it for?") to derive meaningful value from their AI agent setup.
- Proactive and robust security measures are indispensable when deploying and managing self-hosted AI agents.
Notable Quotes/Phrases
- "This is my 50-day OpenClaw review after running a self-hosted AI agent every single day."
- "This is a real 50-day field report."
- "20 real OpenClaw use cases from daily life"
- "Discord channel architecture + per-channel model routing"
- "Markdown-first workflows with Obsidian + semantic search"
- "What actually breaks (memory, compaction, browser automation)"
- "Security risks and how I mitigate them"
- "The "what do I use it for?" problem"
- "Tasks that still need babysitting"
- "The verdict: should you use OpenClaw?"
Important Nuances
Extensive Use Cases Demonstrated (20 total)
- Daily Automations: Morning Twitter briefings for day organization, daily AI art generation for e-ink displays, and automated self-maintenance tasks like updates and backups performed overnight.
- Always-On Checks: Background health checks that successfully caught critical issues, such as a forgotten Netflix payment failure.
- Research & Content Generation: Use cases include a research agent that can spawn multiple parallel sub-agents, querying YouTube analytics in plain English, and a rapid URL summarization skill (`/summarize`).
- Infrastructure & DevOps: Practical applications in server migration, managing zombie processes, and even enabling "coding from phone" capabilities (though deemed unsuitable for production environments).
- Daily Life Integration: Streamlining email triage (via a draft-only mode), managing shared calendars with a spouse through WhatsApp, transcribing voice notes into actionable outputs, and handling various personal reminders (e.g., coffee shops, weather, product reminders).
- Discord, Knowledge Management & Creative Workflows: Migration from Telegram to Discord was highlighted as a significant upgrade, with advanced Discord bookmarking replacing dedicated tools like Raindrop. Integration with Obsidian for semantic search across over 3,000 notes is a key workflow. Other creative uses include a WordPress honeypot, generating Excalidraw diagrams, and ongoing development for Home Automation with Home Assistant.
Technical Limitations & Breakage Points
- Significant challenges were encountered with "memory loss and context compaction," impacting agent reliability over extended periods.
- Browser automation was identified as a common area where functionalities tend to break.
- Certain complex or critical tasks still necessitate human oversight and "babysitting" to ensure successful completion.
Operational Realities
- The "cost reality" of running self-hosted agents is substantial, underscoring the need for cost optimization and careful consideration of the investment.
- The common user hurdle of the "what do I use it for?" problem is addressed, emphasizing the importance of defining clear, valuable applications for the agent.
Security Considerations
- The video explicitly discusses "security risks" associated with self-hosted agents and details practical mitigation strategies employed by the speaker.
- The existence of specialized resources like the "ClawHub security check skill" is noted.
Workflow Enhancements & Community Resources
- Detailed architectural insights into Discord setup, including per-channel model routing.
- Emphasis on "Markdown-first workflows" facilitated by Obsidian and semantic search.
- The active community, showcased on Clawdiverse.com, and recommended "starter pack" workflows are highlighted as valuable resources for new users.
Published: 2026-02-20T22:34:46+00:00
[I cut my OpenClaw API bill by 80% with one config change](https://www.youtube.com/watch?v=fkT41ooKBuY)
Channel: VelvetShark
Summary:
- Here is a summary of the video "I cut my OpenClaw API bill by 80% with one config change":
Key Takeaways
- Many OpenClaw users are unknowingly overspending on API costs due to default configurations.
- Implementing "multi-model routing" or "model tiering" is presented as a solution to reduce API expenses significantly (50-80%).
- This strategy involves directing different types of tasks to specific AI models based on their cost and performance characteristics, ensuring quality for critical tasks while using cheaper models for less demanding ones.
- The video provides guidance on configuring multi-model routing for heartbeats, sub-agents, and main tasks within OpenClaw.
- A ready-to-use JSON5 configuration file is offered for easy implementation.
- The `/model` command is highlighted as a tool for real-time cost control.
- A free cost calculator is available to help users estimate their potential savings.
- The discussion includes reasons why relying solely on free tiers might not be the optimal approach.
Main Arguments
- The Problem: The default setup for OpenClaw often utilizes more expensive AI models for all operations, regardless of task criticality, leading to inflated API bills. This is exacerbated by the vast cost differences between various available models.
- The Solution: Model tiering or multi-model routing is proposed as the fix. This involves creating a system where requests are intelligently routed to different models. For example, simple, repetitive, or non-critical tasks (like heartbeats or basic queries) are assigned to highly cost-effective models, while complex, critical, or high-priority tasks are directed to more powerful (and typically more expensive) models. This ensures that users pay only for the capabilities they truly need for each specific task.
Notable Quotes
- "If you're running OpenClaw, there's a good chance you're burning money right now without realizing it."
- "cut your API costs by 50-80% - without losing quality on the tasks that actually matter."
- "That's a 60x difference between the cheapest and most expensive option." (This quote refers to the significant price disparity between AI models).
Important Nuances
- Model Pricing Variability: The video mentions a significant price difference (e.g., a "60x difference") between AI models. While specific pricing examples were provided for models like Gemini 2.5 Flash-Lite, DeepSeek V3.2, GPT-5, and Claude Opus 4.5, some of the quoted prices appeared to be malformed or unusually low (e.g., `0.00` for Claude Opus 4.5). These should be treated as illustrative of the cost spectrum rather than exact figures and may require verification from current sources.
- Configuration Details: A specific JSON5 configuration file is offered, intended to be easily copy-pasted, detailing how to implement the multi-model routing rules.
- Runtime Control: The `/model` command is presented as a valuable utility for users to actively manage and control model usage and costs on the fly.
- Strategic Use of Tiers: The video suggests that while free tiers exist, they might not always be suitable for all OpenClaw operational needs, implying that a tiered approach combining paid and free models strategically is more effective.
- Scope of Optimization: The configuration and routing strategies discussed are applicable to distinct components within OpenClaw, specifically heartbeats, sub-agents, and main processing tasks.
Published: 2026-02-04T00:21:47+00:00
Latest OpenRouter Models
Google: Gemma 4 26B A4B (google/gemma-4-26b-a4b-it)
Gemma 4 26B A4B IT is an instruction-tuned Mixture-of-Experts (MoE) model from Google DeepMind. Despite 25.2B total parameters, only 3.8B activate per token during inference — delivering near-31B quality at a fraction of the compute cost. Supports multimodal input including text, images, and video (up to 60s at 1fps). Features a 256K token context window, native function calling, configurable thinking/reasoning mode, and structured output support. Released under Apache 2.0.
Published: 03/04/2026
https://openrouter.ai/google/gemma-4-26b-a4b-it
Google: Gemma 4 31B (google/gemma-4-31b-it)
Gemma 4 31B Instruct is Google DeepMind's 30.7B dense multimodal model supporting text and image input with text output. Features a 256K token context window, configurable thinking/reasoning mode, native function calling, and multilingual support across 140+ languages. Strong on coding, reasoning, and document understanding tasks. Apache 2.0 license.
Published: 02/04/2026
https://openrouter.ai/google/gemma-4-31b-it
Qwen: Qwen3.6 Plus (free) (qwen/qwen3.6-plus)
Qwen 3.6 Plus builds on a hybrid architecture that combines efficient linear attention with sparse mixture-of-experts routing, enabling strong scalability and high-performance inference. Compared to the 3.5 series, it delivers major gains in agentic coding, front-end development, and overall reasoning, with a significantly improved “vibe coding” experience. The model excels at complex tasks such as 3D scenes, games, and repository-level problem solving, achieving a 78.8 score on SWE-bench Verified. It represents a substantial leap in both pure-text and multimodal capabilities, performing at the level of leading state-of-the-art models.
Published: 02/04/2026
https://openrouter.ai/qwen/qwen3.6-plus
Free Models Catalog
| Model |
Capabilities |
Publication Date |
| NVIDIA: Nemotron 3 Super (free) |
N/A |
11/03/2026 |
| MiniMax: MiniMax M2.5 (free) |
N/A |
12/02/2026 |
| Free Models Router |
N/A |
01/02/2026 |
| StepFun: Step 3.5 Flash (free) |
N/A |
29/01/2026 |
| Arcee AI: Trinity Large Preview (free) |
N/A |
27/01/2026 |
| LiquidAI: LFM2.5-1.2B-Thinking (free) |
N/A |
20/01/2026 |
| LiquidAI: LFM2.5-1.2B-Instruct (free) |
N/A |
20/01/2026 |
| NVIDIA: Nemotron 3 Nano 30B A3B (free) |
N/A |
14/12/2025 |
| Arcee AI: Trinity Mini (free) |
N/A |
01/12/2025 |
| NVIDIA: Nemotron Nano 12B 2 VL (free) |
N/A |
28/10/2025 |
Google: Gemini 3.1 Pro Preview (google/gemini-3.1-pro-preview)
Gemini 3.1 Pro Preview is Google’s frontier reasoning model, delivering enhanced software engineering performance, improved agentic reliability, and more efficient token usage across complex workflows. Building on the multimodal foundation of the Gemini 3 series, it combines high-precision reasoning across text, image, video, audio, and code with a 1M-token context window. Reasoning Details must be preserved when using multi-turn tool calling, see our docs here: https://openrouter.ai/docs/use-cases/reasoning-tokens#preserving-reasoning. The 3.1 update introduces measurable gains in SWE benchmarks and real-world coding environments, along with stronger autonomous task execution in structured domains such as finance and spreadsheet-based workflows.
Designed for advanced development and agentic systems, Gemini 3.1 Pro Preview improves long-horizon stability and tool orchestration while increasing token efficiency. It introduces a new medium thinking level to better balance cost, speed, and performance. The model excels in agentic coding, structured planning, multimodal analysis, and workflow automation, making it well-suited for autonomous agents, financial modeling, spreadsheet automation, and high-context enterprise tasks.
Published: Thu, 19 Feb 2026 14:00:27 GMT
OpenAI: GPT-4 (openai/gpt-4)
OpenAI's flagship model, GPT-4 is a large-scale multimodal language model capable of solving difficult problems with greater accuracy than previous models due to its broader general knowledge and advanced reasoning capabilities. Training data: up to Sep 2021.
Published: Sun, 28 May 2023 00:00:00 GMT
OpenAI: GPT-3.5 Turbo 16k (openai/gpt-3.5-turbo-0125)
The latest GPT-3.5 Turbo model with improved instruction following, JSON mode, reproducible outputs, parallel function calling, and more. Training data: up to Sep 2021.
This version has a higher accuracy at responding in requested formats and a fix for a bug which caused a text encoding issue for non-English language function calls.
Published: Sun, 28 May 2023 00:00:00 GMT
OpenAI: GPT-3.5 Turbo (older v0301) (openai/gpt-3.5-turbo-0301)
GPT-3.5 Turbo is OpenAI's fastest model. It can understand and generate natural language or code, and is optimized for chat and traditional completion tasks.
Training data up to Sep 2021.
Published: Sun, 28 May 2023 00:00:00 GMT
OpenAI: GPT-3.5 Turbo (openai/gpt-3.5-turbo)
GPT-3.5 Turbo is OpenAI's fastest model. It can understand and generate natural language or code, and is optimized for chat and traditional completion tasks.
Training data up to Sep 2021.
Published: Sun, 28 May 2023 00:00:00 GMT
Good News
Mountain Rescue Script Flipped as Hiker Saves Lost Dog Instead of a Dog Saving Hiker
In what was noted to be a bit of a reversal of traditional roles, a dog was rescued by mountaineers after spending a frigid night in a hollow below a mountaintop. Five dogs and four hikers were approaching the summit of Fionn Bheinn in the Scottish Highlands near Achnasheen recently, when their dogs fell through […] The post Mountain Rescue Script Flipped as Hiker Saves Lost Dog Instead of a Dog Saving Hiker appeared first on Good News Network .
Published: Fri, 20 Feb 2026 14:00:35 +0000
Read more
How Popular Resistance Constrained Trump in His First Term
If activists want to oppose Trump in his second term, then they must study the successful progressive movements of his first one.
Published: Mon, 07 Apr 2025 21:49:02 +0000
Read more
The Trans Organizers Building Better Housing Solutions
Safe housing eludes many trans people in the U.S. Trans-led organizations are meeting the need.
Published: Mon, 07 Apr 2025 14:00:00 +0000
Read more
Inside the Student Protests That Shook Columbia University
A new documentary follows Mahmoud Khalil and other student activists as they fight for divestment and Palestinian liberation.
Published: Thu, 03 Apr 2025 14:00:00 +0000
Read more
The Makah Tribe Is Calling Back the Whales
Celebrating the Tribe’s victory in their decades-long struggle to legally resume hunting gray whales.
Published: Wed, 02 Apr 2025 19:19:17 +0000
Read more
← back to index