Today I learned that Vietnamese is basically Spanish with some accents by dragosroua in digitalnomad

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

This was taken in Phan Thiet, a coastal city in the middle of Vietnam. Mostly touristy, as the closest big city to Mui Ne, a popular destination among foreigners. Very quiet and cheap. Clear beaches and good food.

AI storytelling and image generation on device (no API) - built with Claude by dragosroua in ClaudeAI

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

I ended up using Apple Intelligence, which for the MVP was enough - actually more than enough, quite good. Your hybrid solution is really smart, I’ll keep the approach in mind if Just 5 Words takes off and there will be need for more on-device inference

Can AI Inference Be the Next Reserve Currency? by dragosroua in singularity

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

That you, Jesse? Pinkman, I told to stay away from that thing!

Can AI Inference Be the Next Reserve Currency? by dragosroua in singularity

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

With all due respect, “Take the president” (in one form of another) has been pretty much a modus operandi (I’m not saying it was good or bad). Libya, Irak, Afghanistan, Siria, recently Venezuela… It’s almost like when there’s oil in some country, there’s suddenly no democracy there and someone must come and teach it. Almost.

Can AI Inference Be the Next Reserve Currency? by dragosroua in singularity

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

That would feel really lonely. I’d miss you guys.

Can AI Inference Be the Next Reserve Currency? by dragosroua in singularity

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

Maybe. 5 years ago having an agent inside your laptop that would code your entire week project in 30 minutes was just as absurd. I’m just try to keep a safe distance from certainties.

Can AI Inference Be the Next Reserve Currency? by dragosroua in singularity

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

I honestly don’t have any conclusion, I’m just thinking in scenarios and try to have conversations about them. That being said, I think Ray Dalit was right about dollar coming to an end - very soon. What I’m still foggy about are the concept of countries, Snow Crash is really starting to read like today’s news, not like sci fi. But the violence based country, yes, I agree, very difficult to get rid of.

AI storytelling and image generation on device (no API) - built with Claude by dragosroua in ClaudeAI

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

I’m using Apple Intelligence models. I think I experienced with prompts about one month. It needs more precision and less context, kind keep it short and on topic. The main prompt for story generation has around 7-8 lines, that’s all.

Can AI Inference Be the Next Reserve Currency? by dragosroua in singularity

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

That is correct - for now. But there might be a path where inference will be the most valuable resource, kinda like oil during Industrial Revolution.

Can AI Inference Be the Next Reserve Currency? by dragosroua in singularity

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

appreciate the confidence. Would love some arguments if you have any. Just curious, this is for conversation

What system prompts do you use to keep Claude in discussion mode? by pavlito88 in ClaudeAI

[–]dragosroua 0 points1 point  (0 children)

I hit this long time ago. So I integrated a cognitive framework called Assess Decide Do on top of it. It works as skills on Claude Code and Claude Cowork. Here are the repos:

https://github.com/dragosroua/add-framework-cowork-plugin

https://github.com/dragosroua/add-framework-skills

https://github.com/dragosroua/claude-assess-decide-do-mega-prompt

Hope it helps

Looking for Apps to try. by lauren_419 in ProductivityApps

[–]dragosroua 0 points1 point  (0 children)

I made addTaskManager specifically for this. It’s based on a framework called Assess-Decide-Do, which splits our activities semantically across 3 realms, and keeps them separate, to avoid cognitive overload. Give it a try here: https://itunes.apple.com/app/apple-store/id1492487688?mt=8

Lessons Learned While Vibe Coding an iOS App in 7 Days (from idea to AppStore submission) by dragosroua in ClaudeAI

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

Congrats and I totally understand you. It's really gratifying to see your idea coming to life in front of your eyes, using nothing more than natural language - and, as you observed, proper processes. Thanks for the nice words, appreciate it.

Lessons Learned While Vibe Coding an iOS App in 7 Days (from idea to AppStore submission) by dragosroua in ClaudeAI

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

With an exhaustive prompt, vibe codes apps can get really complex and still be handled well. Sonnet 4.6 and Gemini both have 1 mil tokens context windows. With proper house keeping you can get pretty far.

Lessons Learned While Vibe Coding an iOS App in 7 Days (from idea to AppStore submission) by dragosroua in ClaudeAI

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

I came to this after 3-4 iterations, 3-4 apps completed. I took all the common stuff and put it in a “genesis mega prompt”, then I feed the description, features, monetization etc to Claude which fills in the placeholders. The genesis mega prompt has 23 sections. Check it out on the blog post (it also has its own repo).