AI Helps Me Think, Not Type - Short blog: (2025-12-31)
I believe in AI and its power, but I’m cautious about using it to write code. I’m learning and implementing a lot of AI-related work, yet I rarely let AI generate code for me.
My goal is to build real muscle memory, so I write all code myself mostly in Vscode, sometimes in Vim, with AI assistants disabled. I use LLMs for brainstorming architecture, reviewing my logic, writing documentation, and discussing optimal algorithms, not for copy-pasting solutions.
Even if I like an AI-generated approach, I rewrite it myself instead of just copy & pasting.
Recent Work:
- Built the scalable multimedia binary processing backend system using ffmpeg, & audiowaveform : PX47
- Built p2p tunnel for file sharing, using webrtc protocol : SDR-9
- Design the chatapp backend which has a potential to scale for millions of user: VARTA


