Embodied AI: The Future of Robotics and Physical Intelligence

Susiloharjo

In the rapidly evolving landscape of 2026, the term ‘AI’ is undergoing a massive shift. We are moving away from simple text-based interactions toward what experts call Embodied AI. But what does this actually mean for engineers and the future of automation? Beyond the Chatbot: The Nervous System of Machines For years, Large Language Models … Read more

The Future of DIY Hardware: Arduino meets Edge AI (2026 Edition)

Susiloharjo

The DIY hardware scene is undergoing its biggest transformation since the launch of the original Arduino Uno. In 2026, the convergence of Arduino and Edge AI has empowered makers to build devices that can see, hear, and think—entirely offline. The Power of Local Intelligence For years, microcontrollers were limited to simple if-this-then-that logic. With the … Read more

The Rise of SLMs: Why Smaller AI Models are Winning in 2026

Susiloharjo

While the world was obsessed with trillion-parameter giants, a quiet revolution was happening in the background: the rise of Small Language Models (SLMs). In 2026, efficiency has become the new benchmark for enterprise AI, and SLMs are the ones leading the charge. Efficiency Over Brute Force Running a massive LLM requires significant GPU resources, leading … Read more

Embodied AI: Giving LLMs a Physical Body in 2026

Susiloharjo

The transition from digital-only AI to Embodied AI marks the most significant shift in robotics since the invention of the industrial arm. In 2026, we are no longer just talking to Large Language Models (LLMs) through a screen; we are embedding their reasoning capabilities into physical entities that can navigate, manipulate, and interact with the … Read more

How to Install OpenClaw on Ubuntu Server: A Step-by-Step Guide

Susiloharjo

OpenClaw is a powerful agentic framework that allows you to build and deploy your own personal AI assistants. In this guide, we will walk you through the process of installing OpenClaw on an Ubuntu Server. Prerequisites An Ubuntu Server (22.04 or 24.04 recommended). Node.js (v18 or higher) installed. A basic understanding of the Linux command … Read more

TypeScript Tip: Berhenti Pakai any, Mulailah Pakai unknown

typescript

Banyak yang bilang TypeScript itu bikin ribet karena “cerewet” soal tipe data. Akhirnya, jalan pintas diambil: pakai any. Padahal, menggunakan any secara berlebihan itu sama saja dengan kembali ke JavaScript biasa—kita kehilangan seluruh perlindungan dari type checker. Kalau kamu ingin codebase yang lebih secure dan robust, unknown adalah solusinya. Kenapa unknown lebih aman daripada any? … Read more