RSSAmplifier

Blog

keep moving

a blog on current news and trends in software, hardware and technology

tongwing.woon.sgRSS feed ↗10 posts

Latest posts

AI Assistants in 2026: From Chatbots to Digital Butlers

In 2026, the term “AI assistant” has become increasingly broad. A few years ago, it mostly referred to a conversational chatbot. You ask a question, the chatbot replies, and the interaction ends when the chat ends. This model is still important, but it no longer describes the full landscape. AI assistants now appear in browsers, […]

The problem with AI today

One of biggest problem with AI today is that it will do exactly what you tell it to do. And often, it ties itself in knots trying. Tell it to add features, and it will. Make things prettier? No problem. Layer on more functionality, more complexity, more cleverness? It will happily comply. Even when the […]

OpenClaw Demystified: A Practical Guide (March 2026)

It’s been less than five months since Austrian developer Peter Steinberger pushed a weekend project called “WhatsApp Relay” to GitHub. Since then, that project — renamed from Clawdbot to Moltbot and finally to OpenClaw — has exploded to over 247,000 GitHub stars, drawn millions of visitors, and been called “the next ChatGPT” by NVIDIA’s Jensen […]

I want to wash my car. The car wash is 50 meters away. Should I walk or drive?

A seemingly trivial question has been making the rounds recently: “I want to wash my car. The car wash is 50 meters away. Should I walk or drive?” Several leading LLMs were asked this question and their responses were confident and polished, but wrong. At first glance, the correct answer seems obvious. If you want […]

Unrolling the Codex agent loop | OpenAI

This article describes the implementation of Codex behind the scenes. Codex CLI is an open-source software engineering agent that helps developers read, write, and reason about code by combining LLM with tooling. Unlike Claude Code, another popular agentic tool, Codex is open source, which makes its design choices and internal mechanics transparent and easier to […]

Threat Actors Expand Abuse of Microsoft Visual Studio Code

This is a relatively new attack technique that specifically targets developers. It typically begins under the guise of a technical interview, where candidates are asked to review a codebase by cloning a Git repository. Unknown to the victim, the repository is malicious. The attack leverages a lesser-known feature of Visual Studio Code called Tasks. When […]

Build production-ready applications without infrastructure complexity using Amazon ECS Express Mode | AWS News Blog

AWS just introduced a new wizard UI called Amazon ECS Express Mode. Amazon ECS is Amazon’s own container orchestration service. Compared to EKS, it is much simpler. However there are still quite a number of concepts (eg. task definition, task, service etc) to learn and steps to perform. ECS Express Mode simplifies it to just […]

Software Failures and IT Management’s Repeated Mistakes – IEEE Spectrum

This IEEE article talks about the failures of software projects. It is timely, as the world looks to AI as the panacea to all problems. Arguably, talent problems might be alleviated by proper use of AI tools – though even that is not a guarantee. Cautionary tales like the Phoenix’s payroll meltdown reminds us that […]

MCP Apps: Extending servers with interactive user interfaces | mcp blog

New extension to MCP protocol enables support for interactive UI for MCP hosts. The initial extension specification supports only text/html content. Instead of just returning raw text, MCP servers can now deliver UI in the way that is intended to be visualized, eg. in the form of a HTML chart. Today we’re introducing the proposal […]

Announcing Imagen 4 Fast and the general availability of the Imagen 4 family in the Gemini API – Google Developers Blog

Google’s Imagen 4 Fast is now generally available. I tested it to generate a vintage-style stamp featuring Singapore in the 60s – inspired by one of the sample prompts. Not bad, except that a Satay stall would not normally look like a pushcart. Try it in Google AI Studio. Discover Imagen 4 Fast, Google’s new […]