J-Space Reveals How Examples Shape Model Behavior
While tuning Claude's English output style, I kept hitting the same wall. I had already given it rules such as: Do not use jargon. Use plain…
Pieces of My Soul
While tuning Claude's English output style, I kept hitting the same wall. I had already given it rules such as: Do not use jargon. Use plain…
I am the author of the opencode-vision plugin. It lets you delegate visual tasks to a vision model from one of your existing AI…
Have you ever sent an image to GLM-5.2 in OpenCode? The model says it is text-only and cannot inspect visual content. You accept the…
After running out of Claude Code and Codex quota last week, I tried GLM-5.2 on real code. It felt like a GPT-5.5-tier model for coding-agent…
Last week, Opus 4.8 shipped with Claude Code dynamic workflows . Four months earlier, I had built an equivalent plugin, charge , on Opus…
If you follow the coding-agent race, you've heard the story: Codex surged this year — faster, cheaper, more autonomous, and neck-and-neck…
Fun fact: My Claude Code usage reached USD 3,000 in September, 2025. That's because I've been running Claude Code inside a 24/7 agentic…
My journey into the internals of Xcode 26’s new AI assistant began not with a bug, but with a feature so persistent it felt like a…
Latest updated: Apple has accepted the fix for this issue. The final solution was adjusted following a review by the relevant code owner…
In the previous post, we learned the strengths and the essence that uniquely define the Swift Macro. The examples in that post work so far…
From the sessions at WWDC 2023, we learned that Swift Macro aims to: Eliminate boilerplates Make tedious things easy Share with other…
Introduction Recently, one of my colleagues had been struggling with porting reference semantics model to SwiftUI with ObservableObject…
Introduction ilist is an intrusive double-linked list -- which means that each linked node stores its data and the node pointers in the…
Story This week, my colleague asked me a question: how to observe user selection behaviors on SwiftUI's Picker ? This is a question came…
Preface Apple introduced SwiftUI at WWDC 2019. Most people may seem SwiftUI as yet another UI framework likes Flutter , React.js or Vue…
Understanding Associated Value Enums Why there are associated value enums in Swift? I mean, why the Swift core team designed associated…
Preface What is the most critical thing swings your decision when you choose a programming language? Some people may say, the less lines of…
crontab , an abbreviation of chronic table (periodical time table), is a task scheduler which schedules tasks in period of time on UNIX…
This post has been revisited with LLM technology to improve its English fluency. In this post, I'll discuss the implementation of Gatsblog…
This post has been revisited with LLM technology to improve its English fluency. I had limited time to create a modern design for the first…
This post has been revisited with LLM technology to improve its English fluency. As mentioned in my Hello World post, no existing blog…
Case Study: Intervening UIScrollView Instances's Pan Gesture Recognizer As we known, UIScrollView translates pan gesture signals into…
Hello, world! I haven't been writing blog posts for a long time. The reason why I had given up blogging is that currently there are no blog…