Skip to content
View chadxgpt's full-sized avatar

Organizations

@Multinate

Block or report chadxgpt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
chadxgpt/README.md
Jun Meng Tan — AI agents you can leave running.

I build AI agents reliable enough to leave running, and I write about how to get there.

Production engineer at Ant International (Alipay/Ant Group), ex-PayPal. I ship systems where mistakes cost real money, which happens to be the bar an agent has to clear before you can walk away from it.


The loop underneath all of it

An agent loop: gather context, act, check against external truth. On a mismatch the real error is fed back and it retries. On a match it exits.

An agent grading its own work is just the model agreeing with itself. The same weights that produced the error are now marking it.

So the check comes from somewhere the agent cannot argue with: a test that passes or fails, a schema it validates against, a total that matches a known number. When they disagree, the loop gets handed the actual discrepancy, not a request to try harder.


The ladder

Six levels of using AI. Each one is defined by a single thing: the part of the work you remove yourself from. Most people sit two levels lower than they think, because the tooling hides it.

Level What it means Who checks the work
L0 Chat as a tool You ask, it answers, you copy things out by hand you
L1 Persistent context Standing instructions and files it always sees you
L2 Skills Know-how in modules, loaded only when the task needs them you
L3 Scheduled agents Runs on a timer or an event, without you present you
L4 Multi-agent orchestration One agent coordinates several. Usually overkill still you
L5 Self-verifying systems Checks its own work against real ground truth, fails safe the environment

Read the last column downward. That is the whole ladder.


What I write about

  • Why agents fail silently, and the external checks that catch them
  • Skills, scheduled agents and orchestration: what they cost, and when not to use them
  • Teardowns of real systems, mine included: the loop, where it broke, what fixed it
  • The honest economics — most orchestration is over-engineering

I write about it on LinkedIn.

Popular repositories Loading

  1. eip-permissioned-erc20 eip-permissioned-erc20 Public

    Reference implementation for EIP-7963: Oracle-Permissioned ERC-20 with ZK-verified ISO 20022 payment instructions. Co-authored at Ant International.

    Rust 1

  2. airdropx-contracts airdropx-contracts Public

    Smart contracts for AirdropX — modular token distribution with pluggable eligibility criteria. ETHGlobal Bangkok 2024.

    Solidity

  3. airdropx-frontend airdropx-frontend Public

    Frontend for AirdropX — modular token distribution UI. ETHGlobal Bangkok 2024.

  4. ERCs ERCs Public

    Forked from ethereum/ERCs

    The Ethereum Request for Comment repository

    Solidity

  5. chrona-ai chrona-ai Public

    5-agent conversational workflow automation on OpenAI Agents SDK · Bolt.new Hackathon Jul 2025

    TypeScript

  6. chadxgpt chadxgpt Public