---
title: "The Power of AI-Driven Content Creation"
description: "HMD Corporation's founder utilises a bespoke AI system to generate blog posts from spoken words."
date: 2026-04-05
category: Engineering
readingTime: "1 min read"
---


I do not write my articles using a keyboard. Instead, I speak into my phone and, within a few seconds, the text appears on my system. The words I am speaking now will follow the same path, and this conversation will become a blog post.

On my phone, I have a shortcut that I tap to begin recording. Once I finish speaking, the audio is sent to my server, where a two-stage process takes over. The first stage is a speech recognition model that converts my voice into text. The second stage is a language model that takes the raw Turkish transcript and produces professional English, including the title, description, tags, category, and date. I have given this model a detailed set of instructions so it understands the tone, the format, and what to avoid.

Once the post is generated, it is committed directly to my code repository. The site rebuilds automatically, and I do not need to touch anything. Access is protected by a secret key, so only I can trigger the pipeline.

The result is that writing this post required no keyboard and no editing session. I spoke for a few minutes while walking, and the article took care of itself.
