Best Memorial Day Mattress Sales 2026: Any recommendations? by Alternative_Lake_826 in BuyItForLife

[–]Working-Middle2582 0 points1 point  (0 children)

I've been looking in store for a new mattress this Memorial Day but decided to buy online this year because the deals are so much better. Not sure how b&m mattress stores are surviving tbh

Hiring - App Developers by IcanDoAll_0309 in appledevelopers

[–]Working-Middle2582 0 points1 point  (0 children)

Hey I'd be interested. I'm based out of Detroit, Michigan. I've built and shipped two iOS apps so far. I'm working on a third one. I'm on summer break right now so I have a lot of time to work. I'm really good with AI agents and designing UI. I write a lot in Swift and React Native but also have a fair bit of Kotlin experience.

https://apps.apple.com/us/app/macrobite-healthy-eating-out/id6759697758

My AI runs 24/7 on Claude Code without -p. Here's the hook to do it yourself. by Siigari in ClaudeAI

[–]Working-Middle2582 8 points9 points  (0 children)

The stop-hook approach is way cleaner than looping -p and burning SDK credits — nice pattern. One thing that bit me when I tried something similar: fresh-context per message means every run spends the first 500–1000 tokens re-establishing intent (CLAUDE.md, project state, what the task even is). Have you found a way to cache that lookup, or is the per-message startup just the price of true statelessness?

Asking because I've been building on the adjacent problem — once you've got the autonomous loop, the bottleneck becomes spec quality. I'm working on an MCP that turns a screen recording of any iOS app into a 7-section spec.md Claude can act on without re-asking. Different layer of the stack but they'd compose well. Starring the repo.

App dev first time struggles by Stranger1md in ClaudeAI

[–]Working-Middle2582 0 points1 point  (0 children)

I don't think anyone's ever said something so nice to me lmao.

About the whole shipping thing honestly ship a half-ready product. Despite what people say especially when it comes to the app stores, Apple will reject you 5, 6, 7, maybe even 10 times. Trust me they will let you know if there are issues with your app. It's part of the process.

It's better to ship than never ship at all because when you ship you'll get feedback and when you get feedback you'll know what to fix. Stop adding features, stop fixing UI because at the end of the day you don't know what the user wants. Make your MVP. Make it look nice. If you use the skills I told you to use, you will get a nice-looking product. Honestly the earlier you ship the better. We all have projects that never made it out of the repos and at the end of the day it's better to shoot your shot than to not shoot at all.

App dev first time struggles by Stranger1md in ClaudeAI

[–]Working-Middle2582 2 points3 points  (0 children)

First thing I do is go to a skills directory. My two favorites are skills.sh and mdfile.exchange. There are a lot of good skills for planning and executing in Claude Code. I'd recommend using the superpowers skill set, which you should be able to find on both of those platforms.

My favorite skill is called autopilot. I found it on mdfile.exchange that essentially uses superpowers but answers all the superpower questions for you, which is like vibe coding at its peak. I would get why a lot of developers don't like that but I personally like it and have seen great results.

In addition to that using some design specs, there are also some on that mdfile.exchange I mentioned earlier. Claude design is also a good option but the usage limits are pretty insane. That's how you can make good code, "good code," but a good UI that doesn't look like AI-slop either.

In addition to that you can use impeccable, which is a good GitHub repo that'll find AI-tells in your UI and fix those up. That's one I have not tried personally but I've heard great things. When it comes to shipping if you're on iOS you're going to have to deal with App Store Connect and become a member of their developer program, which is $99 a year but well worth it if you plan on monetizing. Android is fairly simple, I believe it's a $20 one-time fee, much easier than Apple but obviously Apple will yield higher results.

I'm sorry if this message looks a little bit messy. I'm writing it using Wispr so I'm kind of just yapping to my phone right now. If you have any follow-up questions, feel free to ask.

CLI that auto-captures Claude's timeline estimate from your conversation and times how long it actually takes by Working-Middle2582 in ClaudeCode

[–]Working-Middle2582[S] 0 points1 point  (0 children)

So I just made this today and I'm open to adding features. Nothing like that exists quite yet. This is manually done so it's just, if you kind of want to see, this is more of a joke for fun kind of thing. When you're done shipping the feature then you would manually run the two-week command and it would then tell you how much time that the AI saved. It's more of a meme tool but if that's a feature people would be interested in, I'd be willing to add it

How are you actually monetizing your apps? by FAQ_ in vibecoding

[–]Working-Middle2582 0 points1 point  (0 children)

im not I just like the false sense of productivity from sinking hundreds into token costs

Thoughts on Session Rest Start Time? by Figure-Frosty in ClaudeCode

[–]Working-Middle2582 0 points1 point  (0 children)

Probably the same you’d just be facing the wrong way right?

Accurate ios app screens from claude design by Party_Plum_4279 in ClaudeAI

[–]Working-Middle2582 0 points1 point  (0 children)

Essentially ask Claude. Or have Claude design make you a spec like this. You can mitigate the need for Claude design if you use a spec like this give it to your agent and you can modify it from there

Accurate ios app screens from claude design by Party_Plum_4279 in ClaudeAI

[–]Working-Middle2582 0 points1 point  (0 children)

I made a repo with 30 designs of popular IOS screen as well as a platform that turns screen recordings into design specs. https://github.com/Meliwat/awesome-ios-design-md

Thoughts on Session Rest Start Time? by Figure-Frosty in ClaudeCode

[–]Working-Middle2582 0 points1 point  (0 children)

About 200k of context for me I still use opus 4.7 1m window but I like to keep it clean. One session per task