The zero-cost fallacy: #OpenSource software in the #agentic erahttps://www.thoug…
The zero-cost fallacy: Open source software in the agentic eraOpen source software is the foundation of much of our digital infrastructure. However, is AI undermining the incentive structure? What needs to change?
🤖 #LiquidAI released #LFM2_5 2.6B, an #agentic model that runs entirely on-device: planning, tool calling & multi-step tasks without any cloud API
#GitHub #agenticworkflow and #renovatebot.In this post, I want to describe the problem when combining the two, how I tried to fix it, and the correct solution.
GitHub agentic workflows and RenovateI’ve been a big fan of Renovate for a couple of years already. Renovate scans your repositories, detects outdated package versions, and opens pull requests to automatically bump them. It’s similar to Dependabot in that it keeps your dependencies up to date. If I had to compare them in one sentence, I’d say Renovate is less integrated in the GitHub ecosystem, but handles more ecosystems and, more importantly, is extensible.