22:51
81%

Feed

Notes, devlogs, and small engineering thoughts.

Swift/iOS debugging notes, local AI experiments, product updates, Xcode observations, and technical ideas worth keeping.

Local notes

Pinned shorts

Quick notes and tiny debugging markers.

Short

Delegate callback flow notes

Trying to get this delegate callback flow working properly. The feature works now, but I still do not fully trust the flow.

SwiftUIKitDebugging
Short

Xcode previews stopped updating again

Xcode previews stopped updating again. I do not know if it is me, the cache, or the universe.

XcodeSwiftUI

Notes and devlogs

Longer entries about Swift, local AI, product work, and project progress.

Technicalswift-genui

Schema-first UI generation

Thinking through how much structure a local model needs before generated SwiftUI stops feeling random.

The interesting part of Swift GenUI is not just generating views. It is designing schemas that keep the output native, predictable, and easy to inspect.

Swift GenUILocal LLMsSwiftUI
Devlogrelive

Relive as a private product

For Relive, the public trail should be product progress, interaction notes, and screenshots instead of source code.

Relive is personal product work, so the code stays private while the public page becomes a product journal: progress, interaction notes, screenshots, technical decisions, and the small design questions that shape the experience.

ReliveiOSProduct
Note

Tracing data flow like a detective

Codex keeps calling this production-level, but I am still tracing the data flow like a detective.

Codex keeps calling this production-level, but I am still tracing the data flow like a detective. The feature can look done from the outside while the internal flow still needs more trust.

CodexArchitectureDebugging