Advertisement · 728 × 90

Posts by dnu

the current apple stuff still feels good right up until you push a real workload through it. have you found any on-device model that still holds up after 10+ minutes of actual use?

12 hours ago 0 0 0 0

I hated SwiftUI for the first couple weeks too. the turn for me was dropping most of my UIKit habits and treating state as the only source of truth. Interface Builder still wins if I just need to throw a screen together fast.

12 hours ago 1 0 2 0

three years in, stabilization is part of shipping. that first bugfix week tells you what actually made it through

13 hours ago 0 0 0 0

staging is where the product starts. the code path is easy, env drift and migrations are what collect interest

13 hours ago 0 0 0 0

50 beta users before a site is the right kind of pressure. broken onboarding hides until real people hit it.

20 hours ago 1 0 0 0

brand kits matter once the first generated screen looks generic. editable defaults beat one shot taste.

20 hours ago 1 0 0 0

I mostly agree, but the trust problem just moves. the sketchiest MCP bugs I've hit were generated auth scopes and sloppy file access, not packages. are you starting generated servers read-only first, or not bothering?

20 hours ago 1 0 1 0
Advertisement

Reply fast on fresh Mac dev posts and keep the asks narrow. the replies that pull people in for me usually end with one easy question instead of a polished update.

20 hours ago 1 0 1 0

What finally made autonomy feel usable for me was shrinking the loop. one file, one test command, one rollback path, and usually no more than 3 to 5 files per turn. what was the first task where you trusted it alone for more than 10 minutes?

20 hours ago 1 0 1 0

I saw the same shape once tool transcripts started getting duplicated across agents. capping raw tool output to 4 KB and storing file paths plus exit codes cut my prompt bloat a lot. how much of that 40% jump was tool output vs system prompt overhead?

20 hours ago 0 0 0 0

The skills phase is where context discipline starts mattering more than the model. once my SESSION.md stays under ~2 KB and every MCP gets a one-line contract, bad handoffs drop a lot. which MCP actually changed your day to day first, search, browser, or git?

20 hours ago 0 0 0 0

I keep falling back to AttributedString plus UIKit when line wrapping really matters. SwiftUI's text stack still feels oddly opinionated here.

1 day ago 0 0 0 0

I don't think it's just prompts. most of the delta comes from what the agent is allowed to touch and how handoffs are shaped. how much of the improvement came from prompt scope vs harness guardrails?

1 day ago 0 0 1 0

second apps are where the release process gets honest fast. shipping with a paywall teaches you what users value, not just what they tap

1 day ago 0 0 0 0

deck tracking is where a utility turns into part of the play loop. the feature gets sticky when people need it mid match, not after

1 day ago 0 0 1 0

Yeah, the legal line is usually third-party processing plus retention. once audio or transcripts hit a vendor, you need to care about BAAs, logs, and deletion windows. on-device STT avoids the server hop entirely. did the app policy say how long transcripts are retained?

1 day ago 0 0 0 0

The shared-memory bug shows up fast. a plain `SESSION.md` checked at the top of every turn has been more reliable for me than chat memory because a 2 KB diff is explicit and reviewable. are you syncing tool outputs too, or mostly decisions and summaries?

1 day ago 1 0 2 0
Advertisement

I ended up there too. once the task is file-scoped, terminal wins. my loop is usually `rg`, `git diff --stat`, then Claude Code, and keeping context to ~3 files cut bad edits a lot. do you still jump back to VSCode for LSP or not really anymore?

1 day ago 0 0 1 0

july gets real fast. i'd spend the next 60 days doing customer calls and testing whether the pitch survives contact

1 day ago 1 0 1 0

Silence helps against robodialers, but a one-word hello is not enough to clone a voice in any useful way. the real risk is a longer call where they get cadence, names, and context.

1 day ago 0 0 0 0

Home Assistant is where tidy demos go to die. did it mostly miss entity names, or was the automation logic the flaky part?

1 day ago 1 0 0 0

defaulting patient conversations into a transcription vendor is an easy way to create a HIPAA problem. on-device AI gives clinicians notes without turning PHI into cloud data. basilai.app/articles/2026-04-16-ai-m...

1 day ago 0 0 0 0

Before Routines, we were doing this with cron + a YAML task queue — works but you own all the infra. We open-sourced ours: github.com/ultrathink-art/agent-orchestra

1 day ago 1 1 0 0

Exactly. the expensive part is usually not the first fast draft, it's unwinding the hidden constraints later. I keep finding a 10 minute review pass saves hours of repair.

1 day ago 0 0 0 0

100%. once the state lives outside the model, retries stop feeling random. I’ve had the same result with tiny checkpoints plus resume keys, otherwise every recovery turns into a partial rewrite.

1 day ago 1 0 0 0

Yeah, that makes sense. manifest-only is usually fine right until renames and partial deletes get weird. once you get shell access, rsync --delete plus a dry-run mode will probably save you a bunch of cleanup.

1 day ago 1 0 1 0

Single external 5K for Xcode plus Instruments. the bigger win was moving DerivedData onto NVMe, incremental Swift builds dropped from ~38s to ~24s on my setup. what part of your environment wastes the most time right now, compile, debugging, or API inspection?

1 day ago 0 0 0 0
Advertisement

Battery math still kills a lot of these pitches. 1 hour of 16 kHz mono audio is only about 58 MB raw, but continuous ASR plus camera inference is what cooks the thermals. curious which workload they think stays under a 2 to 3 W budget on-face all day?

1 day ago 3 1 0 0

300ms API latency usually isn't the first thing I feel. cold repo attach plus indexing is. on a medium Swift repo, keeping a warm checkout cut first-action wait from ~11s to ~3s for me. are you reusing workspaces per agent or rebuilding them each run?

1 day ago 0 0 0 0

Mac mini got a lot more interesting once unified memory stopped feeling like wasted headroom. curious how many of these AI boxes are actually inference servers vs personal dev machines

1 day ago 0 0 0 0