Skip to content
View shihchengwei-lab's full-sized avatar

Block or report shihchengwei-lab

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
shihchengwei-lab/README.md

shihchengwei-lab

I make games with coding agents.

I am a vibe coder, not a software engineer. I do not usually know whether a diff is good by reading it line by line. I know from the outside: the game moves, the tool runs, the benchmark looks sane, or the thing feels less broken than it did before.

That is a strange place to build developer tools from. It is also the point. I trust AI unconditionally. I distrust its process and output just as hard. The thing can exist and still need to be smaller, clearer, and better.

Start Here

Repo What It Is For
coding-agent-guardrails Monorepo for my agent-side guardrails: keep edits small, record what happened, and make PR handoffs visible.

Current Shape

Most of this is side-project work around games. The guardrails are side projects too: tools I built because my own workflow is too loose without them. Some repos are usable tools. Some are experiments. Some are proof that I pressed the gas first and went looking for brakes afterward.

The pattern I keep coming back to:

  1. Build the thing with the agent.
  2. Keep the change small enough to inspect from the outside.
  3. Record what happened.
  4. Make the handoff visible.
  5. Ask whether the result can be better.

Notes

The work here is uneven on purpose. I am testing what helps when a coding agent can produce more code than I can fully understand. The answer, so far, is not blind trust or pretending to be an engineer. It is smaller loops, better records, and one more pass.

Pinned Loading

  1. coding-agent-guardrails coding-agent-guardrails Public

    Four agent-side tools that hold a coding agent to a handoff standard (working name)

    Python

  2. sporepath sporepath Public

    Local-first Python tool that turns AI chat history into an interactive memory graph with focus and latent paths.

    Python