Open Source Will Happen… But Not Today
I definitely got ahead of myself with that whole 'the project will generate lots of open-source code on GitHub' idea.
I wrote a parser for telegram-bot-api metrics and a converter that turns them into Prometheus-like metrics using `prometheus_client`. It felt like the rest was trivial: `git init`, `git remote add origin …`, `git add .`, `git commit -m 'Init'`. But then I remembered:
- I hardcoded the port
- I hardcoded the telegram-bot-api server URL
- I need to move this into env variables
- I need to write simple usage docs, describe dependencies, etc.
At that point I just add yet another TODO and go back to building the product. So open source will happen someday, but not today :)
More to explore
Anthropic Warns of an AI Slowdown: Real Safety Signal or IPO Narrative?
Just a couple of days ago, Anthropic released a fairly alarmist statement: the company suggested we should seriously discuss a global slowdown or temporary paus…
The Failure of AI Skepticism: Why Manual Coding Is Already the Wrong Layer
In recent months I keep seeing the same pattern: someone posts another example where some "vibe coders" used AI to generate a project, left API keys on the fron…
You Don’t Need a Perfect Modern Stack to Agentize Your SDLC
Continuing the idea from the previous post. Many companies believe that to add agents to their SDLC they first need to completely get rid of legacy, move to mic…
AI in Software Development: What Comes Next?
AI. What’s next? Up until around December, using AI in development basically meant: prompt -> copy some code -> paste -> tweak -> repeat. Now this a…