Latest Posts
π
April 30, 2026
βοΈ wanleung
π
Computer
A one-way pipeline that canβt respond to feedback is just a code generator. This post covers two features that make the system a real collaborator: a feedback loop where review comments on a pull request trigger automatic code revisions, and a Q&A mechanism where the AI pauses mid-run to ask clarifying questions before building the wrong thing.
Read more β
π
April 29, 2026
βοΈ wanleung
π
Computer
Without memory, every pipeline run starts from scratch β the agents forget what frameworks you chose last week, what they built last month, what the reviewer rejected last time. This post covers a three-tier memory system: per-run context, a searchable history of past projects, and a living knowledge base kept inside each target repo.
Read more β
π
April 28, 2026
βοΈ wanleung
π
Computer
A pipeline that crashes halfway through loses all the AI work done so far. This post explains how the system saves progress after every stage so a failed run can resume exactly where it left off β never repeating work. It also covers how to route different projects to different GitHub repos from a single pipeline.
Read more β
π
April 27, 2026
βοΈ wanleung
π
Computer
The pipeline has six core roles β Product Manager, Architect, Engineers (running in parallel), Code Reviewer, and QA Engineer. Each role hands a structured output to the next. The quality of those handoffs matters more than any individual agent. A vague requirement produces a vague design, which produces broken code. Getting the handoffs right is the whole game.
Read more β
π
April 26, 2026
βοΈ wanleung
π
Computer
Instead of building a new database or custom framework to run the AI team, I used GitHub itself β issues, branches, pull requests, and Actions β as the backbone. Agent behaviour lives in plain markdown files, not code, so anyone can read and change it. This design means adding a new agent takes minutes, not days.
Read more β
π
April 24, 2026
βοΈ wanleung
π
Computer
Introduction post in the AI Software House series.I spent three and a half years at Builder.ai believing in an idea: that software development could be industrialised. That you could describe an app...
Read more β
π
March 15, 2026
βοΈ wanleung
π
Computer
An Arduino project that enables ESP32-C3 to act as a display driver for lcd4linux daemon using an I2C OLED 128x32 display (SSD1306).
Read more β
π
February 16, 2025
βοΈ wanleung
π
Computer
A new article was posted on Media https://wanleung.medium.com/learning-from-it-project-failures-key-lessons-and-strategies-for-success-c6c2cd4461a8
Read more β
I had been to the Bignor Hill for the winter shooting at 2 Jan 2025. The sky was very very clear. And I had a chance to shoot Orion. It would only possible to be seen in the UK winter. The most...
Read more β
My previous company was in this culture. It works very well. But it is a small company. So, I don't think a large enterprise would work as most of the large enterprises are very hierarchy and...
Read more β