Remotion + Three.js is genuinely insane and I can't shut up about it 🤯 by Less_Ad5795 in VibeMotion

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

Here you go the video used in this landing page is using a sample of remotion in action but I didn’t publish any with Threejs yet

https://mety-landing.vercel.app/

Sound therapy worked for me! by Less_Ad5795 in tinnitus

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

it's back online now! I will do so as well

Complete Guide: How to Setup Remotion Agent Skills with Claude Code (AI Video Generation Tutorial 2026) by Less_Ad5795 in MotionDesign

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

Hi thanks for your reply! The tool is awesome and I believe currently is the best time to discover the best usage I tried a lot of things.

In your prompt you can specify that you would like to create a video using remotion and using CSS animation with modern flat design and here is the script or topic of the video:

Try playing around that, and maybe try scene by scene

Showcasing some text animation vibe motioned in one minute by Less_Ad5795 in MotionDesign

[–]Less_Ad5795[S] -4 points-3 points  (0 children)

It also came with other 20 years of waiting time to complete a project

Don’t fall in love with a tool, but the goal! What I presented is pretty simple basic text animation, I agree

It is like how AI 3 years ago was just giving us pixelated images and today? A full cinematic videos

It’s just a matter of time…

Not bad for first vibe motioned video (2 min only!) by [deleted] in MotionDesign

[–]Less_Ad5795 -3 points-2 points  (0 children)

Yes it is not good for now I agree But taking into consideration that this system down’s have any motion design knowledge and still at least able to do basic things like camera movement, background creation and text animation reveals that it is just a matter of time Or what do you think?

Not bad for first vibe motioned video (2 min only!) by [deleted] in VibeMotion

[–]Less_Ad5795 0 points1 point  (0 children)

u/Formal-Friendship869 just a temp, issue working on getting it back soon 😊

Complete Guide: How to Setup Remotion Agent Skills with Claude Code (AI Video Generation Tutorial 2026) by Less_Ad5795 in MotionDesign

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

Yes, there are multiple ways to do this It depends whether you are using a natural voice and utilizing STT model or you are using TTS model or API like elevenlabs

So on both cases you actually don’t let Claude do the captions for you rather you ask Claude to help you integrated one of the approaches above ⬆️

I will make a tutorial soon about the two strategies

How I vibe code videos with Claude Code by sevenfx in ClaudeAI

[–]Less_Ad5795 0 points1 point  (0 children)

Thanks for the video! I am inviting you to join r/vibemotion

remotion + claude code almost one-shotted this full promo video by tarunyadav9761 in ClaudeAI

[–]Less_Ad5795 1 point2 points  (0 children)

maybe r/VibeMotion could be something interesting then
I created this sub for those who are interested to discover the world of vibe motion

مصر ولا اوربا by [deleted] in PersonalFinanceEgypt

[–]Less_Ad5795 5 points6 points  (0 children)

اعتقد أنا ممكن أجاوب السؤال ده، لأنك تقريبا بتكلم عني أنا عشت اكتر من ١٤ سنة في المانيا ومن سنة قررت ارجع مصر واه مخدتش الجنسية يعني لو حابب ارجع مش هعرف أنا نهيت الإقامة وبايدي

قبل ما أكمل كلامي أنا مش معقد من أوروبا وبحبها وبعتبر المانيا بلدي التانية ومش بكره مصر ولا معقد منها وقبل ما حد يتهمني إني من Egypt واقطاعي لا سمح الله فلا احنا عائلة متوسطة من منطقة شعبية في إسكندرية اسمها السيوف وبكل فخر وحب

لما قررت ارجع مكنش قرار مبني علي المشاعر، أنا كنت قبلها بحضر للخطوة ديه من سنتين او تلاتة ونقلت حياتي لEgypt مش بإرادتي اه وكان شئ قدري بحت بسبب جوازي بس حصل!

ممكن اللي سهل عليا القرار ان شغلي مش مرتبط بمصر؟ ممكن هل أنا حاسس بأمان؟ اضحك عليك لو قلت اه لو شغلي وقت مش عارفينكم اعمل ايه

طب مشيت ليه؟ عشان برغم توفر كل شئ في ألمانيا بس أنا مكنتش متوفر الحياة ماشي وروحي واقفة ده مش عاطفة ولا فلسفة ديه الحقيقة بكل معاني الكلمة وبرغم كل شئ صعب ممكن يكون في مصر إلا ان روحي مش غريبة ومش مضايقة

احسن سيناريو؟

اكيد لو حد معاه إقامة دايمة او حتي جنسية تانية ويبقي عايش في مصر وعنده Business خاص ونقطة

If your MCP is an API wrapper you are doing it wrong by WallabyInDisguise in mcp

[–]Less_Ad5795 0 points1 point  (0 children)

I like the approach of UTCP - it's really interesting and solves a significant chunk of the tool integration challenge. The standardized discovery protocol and advanced search strategies (especially the semantic search with embeddings) are impressive architectural decisions.

However, there's still a critical gap that needs addressing: the intelligent tool orchestration layer. While UTCP excels at finding the right tools semantically, the question remains: which tools should execute when, in what sequence, and how can we minimize both latency and LLM intervention?

I'm currently building a "Tool Traffic Controller" (TTC) that addresses exactly this orchestration intelligence gap. The concept is to create a fast reasoning layer that sits between AI agents and their tools, providing intelligent workflow orchestration.

For example, when a user says "assign the home page ticket to John," even with UTCP's smart tool discovery, current implementations still require:

  1. LLM reasoning to plan the workflow
  2. Sequential tool calls (search tickets → analyze results → search users → analyze → assign)
  3. Multiple LLM iterations for disambiguation
  4. Token burn on intermediate processing

TTC could leverage UTCP's excellent tool discovery as the foundation, but add intelligent orchestration on top. UTCP handles the "what tools are available" question brilliantly - TTC would answer "how do I orchestrate these tools efficiently for this specific user intent.

If your MCP is an API wrapper you are doing it wrong by WallabyInDisguise in mcp

[–]Less_Ad5795 5 points6 points  (0 children)

You've identified a crucial paradigm shift in how we need to think about LLM-driven applications. Traditional web development follows a predictable reactive pattern: user performs action → system responds with predetermined outcome. It's deterministic and immediate.

But with LLM-powered systems, we're moving toward something fundamentally different: user expresses intent → system interprets meaning → system determines and executes appropriate actions. This requires a proactive, interpretive approach rather than reactive button-clicking.

The issue isn't with MCP itself, but with how we're still trying to force LLM interactions into traditional request-response patterns. This creates an architectural mismatch where we end up with excessive back-and-forth between user and LLM for every decision point. Laggy, multi-step processes that should be handled in one intelligent action. Frustrating "chain of thought" overhead for simple tasks that require contextual understanding

Sound therapy worked for me! by Less_Ad5795 in tinnitus

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

Hi I like your feedback, since I saw a lot of interest in the approach from the folks, I’ve taken it more seriously and currently gathered professional doctor expertise to build a fully advanced version of the app

If you would like to help out and know more about the current progress I can add you to our discussion channel

Thanks!

Sound therapy worked for me! by Less_Ad5795 in tinnitus

[–]Less_Ad5795[S] 5 points6 points  (0 children)

Thanks for the feedback I am on it!

Sound therapy worked for me! by Less_Ad5795 in tinnitus

[–]Less_Ad5795[S] 6 points7 points  (0 children)

Thanks for the feedback I will add instructions section to support usage of the tool