Kyle Daigle (@kdaigle) Yup, platform activity is surging. There were 1 billion commits in 2025. Now, it's 275 million per week, on pace for 14 billion this year if growth remains linear (spoiler: it won't.) GitHub Actions has grown from 500M minutes/week in 2023 to 1B minutes/week in 2025, and now 2.1B minutes so far this week. So we're pushing incredibly hard on more CPUs, scaling services, and strengthening GitHub’s core features. And as a fine purveyor of hand-crafted shit code for many years, I'm not gonna weigh in on that. 🤣 — https://nitter.net/kdaigle/status/2040164759836778878#m
SOFTWARE
-
OpenClaw CLI Configuration Now Available Since January
By
–
You can configure OpenClaw to use the cli, this works since January. It’s just a bit slower than direct API.
-

Google Gemma 4 31B Open Model Now Live on Poe
By
–
Gemma 4 is now live on Poe. Google's most capable open model: 31B dense parameters, 256K context window, 140+ languages, multimodal inputs, built-in chain-of-thought reasoning, and function calling support. Apache 2.0 licensed. You can try it in Poe app on all platforms and in
-
Running Gemma-4 Locally with Llama-Server and OpenClaw Integration
By
–
llama-server -hf ggml-org/gemma-4-26b-a4b-it-GGUF:Q4_K_M openclaw onboard –non-interactive \ –auth-choice custom-api-key \ –custom-base-url "http://127.0.0.1:8080/v1" \ –custom-model-id "ggml-org-gemma-4-26b-a4b-gguf" \ –custom-api-key "llama.cpp" \ –secret-input-mode plaintext \ –custom-compatibility openai \ –accept-risk
→ View original post on X — @huggingface, 2026-04-04 00:22 UTC
-
OpenAI Sub Now Officially Supported and Working Well
By
–
The OpenAI sub works well and is officially supported.
-
Team Switches to Hermes for Better Workflow
By
–
I can’t afford, or have a need for, a bunch. Use whatever works. My team switched to Hermes because it is better for us.
-
Improving Prompt Cache Efficiency for API Users
By
–
I put up a few PRs to improve prompt cache efficiency actually, to benefit folks using it through API/overages
-
Engineering Tradeoffs: Subscription Model Optimization Strategy
By
–
I know it sucks. Fundamentally engineering is about tradeoffs, and one of the things we do to serve a lot of customers is optimize the way subscriptions work to serve as many people as possible with the best model. Third party services are not optimized in this way, so it's
-
Claude: End of Subscription Coverage for Third-Party Tools
By
–
Starting tomorrow at 12pm PT, Claude subscriptions will no longer cover usage on third-party tools like OpenClaw. You can still use these tools with your Claude login via extra usage bundles (now available at a discount), or with a Claude API key.
-
Ship Fast: Validate Real User Value Over Perfect Planning
By
–
Ship and see if anyone gets value out of what you built. Boil the ocean approaches bug me
