52 Articles

AI & Machine Learning Articles

Latest trends in artificial intelligence, machine learning, deep learning, LLMs, and AI tools transforming the tech industry.

Stop Inferring State From Your Logs—Pick a Marker Instead
AI & Machine Learning 5 min read

Stop Inferring State From Your Logs—Pick a Marker Instead

I was debugging a production issue at 2 AM last month when I realized I'd been doing something stupid. Our system was showing the wrong status for batch processing jobs because I'd built state inference on top of scattered log lines instead of a single, intentional marker. I kept...

Stop Organizing Code for Machines. Organize It for AI.
AI & Machine Learning 5 min read

Stop Organizing Code for Machines. Organize It for AI.

Last month, I was running Claude on three parallel tasks across one of my projects—a schema migration, an API contract update, and frontend fixes to match it. By hour two, the agent started hallucinating file paths. It wasn't confused because the codebase was too big. It was conf...

จาก chatbot ธรรมดา สู่ AI ที่ทำงานแทนเราได้ — เราเติมอะไรเข้าไปบ้าง?
AI & Machine Learning 2 min read

จาก chatbot ธรรมดา สู่ AI ที่ทำงานแทนเราได้ — เราเติมอะไรเข้าไปบ้าง?

จาก chatbot ธรรมดา สู่ AI ที่ทำงานแทนเราได้ — เราเติมอะไรเข้าไปบ้าง? เวลาเราใช้ ChatGPT หรือ Claude ครั้งแรก — เราพิมพ์คำถาม ได้คำตอบ จบ นั่นคือ LLM (Large Language Model) ในรูปแบบพื้นฐานท...

Stop Writing SQL to Talk to Your Database — But Should You?
AI & Machine Learning 4 min read

Stop Writing SQL to Talk to Your Database — But Should You?

I spent three hours last week debugging a query that a non-technical stakeholder asked me to run. They wanted to know how many users had churned in the last month, and instead of a five-second answer, I got pulled into explaining joins, WHERE clauses, and date functions. By the t...