I Let AI Build My Blog From Telegram Posts

I crap-coded, sorry, vibe-coded – that is what they call it now.
As an experiment to see whether a top Codex-like model can build something complete and working on top of an existing codebase, I decided to give it a task that was not too critical but still interesting: to build my blog.
I want to write, but I do not want to commit to writing regularly, so I needed a workaround. That is how the whole system appeared:
1. On a schedule, all posts from my Telegram channel (this one) are imported automatically.
2. They are passed through GPT-5.1: translate, generate a title, and create tags.
3. The translation is stored in the database.
4. Images (if any) are uploaded to S3.
You can see the result here: https://tobishua.com/blog
My contribution there: a few edits (simply because I cannot stand bad code architecture) and lots and lots of prompts.
More to explore
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…
Startup Taxes Between Estonia and Portugal: A Quick Reality Check
As a tax resident of an EU country who files my own returns, today is my quarterly 'Tax Day'. On this day I set aside a few hours to file social security report…
Saylify Update: Fighting Perfectionism, Refactoring, and Finding the Right Focus
I have not written anything about Saylify for a long time, even though I planned to launch in January. Unfortunately, life likes to throw in challenges you can …
Human-Like Memory for LLMs
TL;DR I wrote a manifesto-style essay about a memory model for LLMs that is as close as possible to human memory and lets the system build a relationship histor…