Piramilan Suthesakumaran

Full-Stack & AI Engineer

Blog

Articles about AI consulting, custom software development, website projects, mobile apps, automation workflows, and service delivery. Every post is grounded in the same work behind Find Milan.

Looking for direct service details instead of articles? Visit the services page for current offerings, common project requests, and contact details.

Browse Topics

View all topics

Latest Articles

042 / archive
01OpenClaw

OpenClaw Alternatives and When to Choose OpenClaw Instead

A practical comparison of OpenClaw against coding agents, workflow automation tools, and local computer-control assistants so buyers can pick the right shape of tool.

Read article
02OpenClaw

OpenClaw Architecture: Gateway, Dashboard, Browser, and Channels

A practical architecture walkthrough of how OpenClaw fits together, including the gateway, dashboard, browser surface, channels, models, and the failure points that show up in real deployments.

Read article
03OpenClaw

Is OpenClaw Free? Pricing, Hosting Costs, and VPS Options

A practical pricing guide that separates the free open-source software from the real operating costs: model providers, hosting, storage, browser automation, and support time.

Read article
04OpenClaw

OpenClaw Security Checklist for Self-Hosted AI Assistants

A security-first guide for protecting OpenClaw deployments, based on the official docs around pairing, dashboard exposure, device auth, and safer account isolation.

Read article
05OpenClaw

What Is OpenClaw and What Does It Actually Do?

A direct explanation of what OpenClaw is, what it does well, which workflows it fits, and when a simpler or more hosted tool is the better choice.

Read article
06Mobile App Development

Building Mobile Apps with Expo & React Native for Canadian Organizations

How I build cross-platform mobile apps for organizations like the Canadian Tank Museum and Canadian Tamil Radio using Expo and React Native.

Read article
07AI Consulting

AI Consulting and Custom AI Development Services for Growing Businesses

How Milan helps companies plan, validate, and ship custom AI products, automation systems, and production-ready workflows.

Read article
08OpenClaw

How to Install OpenClaw on an Android Phone

If you are following the Android or Termux route from the video, treat it as an experimental Linux-shell install and keep the setup minimal.

Read article
09Website Development

Custom Website Development for Service Businesses and Startups

What modern website development should include when your business needs speed, SEO, lead generation, and clean user experience.

Read article
10OpenClaw

How to Reach the OpenClaw Dashboard Remotely Without Port Forwarding

Keep the gateway bound safely, then use an SSH tunnel or Tailscale-style access instead of exposing the control UI directly to the public internet.

Read article
11Mobile App Development

Mobile App Development for Startups and Operations Teams

A practical look at building mobile apps that support customer experiences, field teams, and business operations without unnecessary complexity.

Read article
12OpenClaw

Free API Providers You Can Use to Set Up OpenClaw

Inspect the live provider catalog from the CLI, shortlist the free options, and only keep providers that still show healthy auth in status output.

Read article
13OpenClaw

How to Find Free OpenClaw Models and Provider Keys for Setup

Use the model catalog commands to shortlist providers, then add only the credentials you need for the models you actually plan to test.

Read article
14OpenClaw

How to Automatically Repair OpenClaw Errors and Re-Validate the Stack

Run doctor with repair mode, then verify gateway RPC, model auth, and channel probes so you know the fix held after the repair pass.

Read article
15OpenClaw

How to Connect OpenClaw to Telegram

Create the bot token, add the Telegram channel, approve or allow the first DM, and verify the bot from the CLI before you use it in groups.

Read article
16OpenClaw

How to Connect OpenClaw with Telegram from the CLI

Add the Telegram bot token from the shell, probe the channel, and use logs to read sender IDs before you build allowlists.

Read article
17OpenClaw

How to Reinstall OpenClaw with OpenRouter and Telegram

Back up first, reinstall cleanly, then reconnect OpenRouter and Telegram in that order so you can test models before you test the chat channel.

Read article
18OpenClaw

How to Uninstall and Reinstall OpenClaw Without Losing Your Telegram Setup

Back up first, remove the Telegram channel cleanly, reinstall OpenClaw, then add the bot token back and verify pairing.

Read article
19OpenClaw

How to Set Up OpenClaw Without a Paid API Key

Install OpenClaw normally, connect any free-tier provider you trust, and verify the gateway before you start testing workflows.

Read article
20OpenClaw

How to Find Free Models and Providers to Try OpenClaw

Use the OpenClaw model catalog and scan commands to shortlist free test candidates, then set the default only after the status output is clean.

Read article
21OpenClaw

Free API Providers and Models to Test OpenClaw

Use the models scan and list commands to inspect free or low-commitment options before you wire one into your default model slot.

Read article
22OpenClaw

How to Try OpenClaw for Free Without Adding Credit

Use OpenClaw's normal install path, scan the free catalog, and only set a default model after you verify what is actually available.

Read article
23OpenClaw

How to Automatically Repair OpenClaw Errors

Use doctor in repair mode for config and service cleanup, then verify the gateway and model state before you return the system to users.

Read article
24OpenClaw

OpenClaw Telegram Setup: BotFather, Pairing, and First Reply

Create the bot, add the token, approve the first DM, and verify the sender and chat IDs from logs before you move into groups.

Read article
25OpenClaw

How to Fix the 'Failed to Read Config' Error in openclaw.json

Back up the config, let doctor repair the file first, and only hand-edit the JSON when the CLI tells you exactly what is broken.

Read article
26OpenClaw

How to Disable or Remove a Channel Like Telegram or WhatsApp in OpenClaw

List the channels first, then decide whether you want a reversible disable or a full removal with token cleanup.

Read article
27OpenClaw

How to Open the OpenClaw Terminal UI Instead of the Web UI

Start the gateway, open the TUI, and keep debugging or chatting from the terminal when you do not need the browser dashboard.

Read article
28OpenClaw

How to Run the OpenClaw Gateway Locally

Use the local gateway mode, verify the RPC probe, and only open the dashboard after the service is responding cleanly on your machine.

Read article
29OpenClaw

How to Clear All Fallback Models in OpenClaw

Use the dedicated clear command so you reset the fallback chain cleanly instead of hand-editing model config under pressure.

Read article
30OpenClaw

How to Delete a Model in OpenClaw Without Breaking the Picker

Use the model configuration flow to remove stale entries cleanly, then verify the active primary model and allowlist from the CLI.

Read article
31OpenClaw

How to Add a Fallback Model in OpenClaw

Add fallbacks from the CLI, list the chain, and probe auth so the backup model is actually usable when the primary fails.

Read article
32OpenClaw

How to Change the Primary or Default Model in OpenClaw

Set the new primary model directly from the CLI, then verify the full resolver state so the dashboard and slash commands match your config.

Read article
33OpenClaw

How to Delete a Model from the OpenClaw Fallback Chain

Use the fallback remove command instead of hand-editing the model object when you only want to prune one backup entry.

Read article
34OpenClaw

How to Find All Enabled Fallback Models in OpenClaw

Use the dedicated fallbacks list command plus full model status so you can see the chain that OpenClaw will actually try at runtime.

Read article
35OpenClaw

How to Start OpenClaw in Verbose Mode

Launch the gateway with verbose logging, keep a live log tail open, and reproduce the problem once so you can capture the first useful error.

Read article
36AI Consulting

AI Personal Assistant Development and OpenClaw Setup

Where AI assistants create real business value, how custom assistant systems are built, and when OpenClaw setup makes sense.

Read article
37OpenClaw

How to Find All Added Models in OpenClaw

Use the configured list plus the status view to see the primary, the fallback chain, and any model allowlist that is constraining the picker.

Read article
38OpenClaw

How to Debug OpenClaw Issues from the Command Line

Start with gateway status, then move to models, channels, logs, and doctor so you narrow the failure instead of restarting blindly.

Read article
39OpenClaw

How to Restart OpenClaw and Check Gateway Status

Restart the managed gateway, require a clean RPC probe, and only reopen the dashboard after the service layer is healthy.

Read article
40OpenClaw

How to Install and Set Up OpenClaw

Run the standard installer, finish onboarding, verify the gateway, and only then move on to channels, fallbacks, or service tweaks.

Read article
41OpenClaw

How to Install OpenClaw on AWS EC2

Deploy the CLI on a Linux VM, keep the dashboard private, and verify the gateway from the shell before you expose any workflow to real traffic.

Read article
42OpenClaw

OpenClaw AI Full Setup and Troubleshooting Support

OpenClaw AI setup, channel configuration, security checks, remote access setup, troubleshooting, and issue fixing for self-hosted AI assistants.

Read article