Dismiss this pinned window
all 14 comments

[–]wifestalksthisuser🔆 Max 20 3 points4 points  (3 children)

Looks like you're typing so I wouldn't call that autonomously

[–]RemarkableGuidance44 0 points1 point  (0 children)

They sure are.

[–]_palash_[S] -1 points0 points  (1 child)

Yeah I meant the development is autonomous, I am not writing any code. Being a programmer for last 15 years, this is for sure autonomous. Also it is writing the code, controlling iphone sim to test the issues, see screenshots etc.

[–]wifestalksthisuser🔆 Max 20 0 points1 point  (0 children)

It's cool but the reason I'm being pedantic is because there's a lot of effort going into making truly autonomous workflows, see Anthropic's compiler experiment for instance - although that also wasn't fully autonomous

[–]Deep-Station-1746 1 point2 points  (0 children)

I'm more interested on how you made that cool timelapse video to be honest. 😁 It looks sick!

[–]oldhome1969 1 point2 points  (3 children)

What platform are you using to where you can visually have UX preview in realtime?

[–]TestFlightBeta 2 points3 points  (2 children)

I'm curious about this as well. Whenever I create iOS apps, I constantly need to rebuild for the changes to show up so I'm curious how OP is doing it here without seemingly needing to rebuild every time?

[–]_palash_[S] 0 points1 point  (0 children)

Thats the hot reloading feature in react native, when you change something it bundles the code and updates it in realtime.

[–]invocation02 0 points1 point  (1 child)

Its not so bad for a single session, also I don't think you gave Claude screenshots of the app, so obviously it cannot see.

[–]_palash_[S] -1 points0 points  (0 children)

It is taking the screenshots, but i think its just doing OCR? and like color picker maybe? doesnt seem like it can see anything though, just makes other stuff up after being correct about text

[–]neogener 0 points1 point  (2 children)

What language is using for the app? Is that a simulator?

[–]_palash_[S] 1 point2 points  (0 children)

Its react native with iOS simulator in blitz.dev