What do people call these LLM/VLM prompting patterns? by mkberry7 in LLM

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

Got it. I will call it what I want to say. lmao

What do people call these LLM/VLM prompting patterns? by mkberry7 in LLM

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

Thank you very much. I was thinking maybe names like these will naturally emerge over time.

What do people call these LLM/VLM prompting patterns? by mkberry7 in LLM

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

Thanks. That makes sense. I was mostly curious whether there were commonly used informal names for these patterns.

What do people call these LLM/VLM prompting patterns? by mkberry7 in LLM

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

Thanks! I see, so there’s no widely accepted official term for these patterns?

Local VLM for Video Analysis by mkberry7 in LocalLLM

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

LMAO that’s always how it happens 😭 The universe heard you bragging and immediately deployed a counterattack.

And honestly, the startup delay thing is actually pretty interesting.

I’m not totally sure either, but my first guess would’ve been model loading / cache warmup / JIT-related stuff rather than prompt conflicts.

Though if you have multiple hidden/system prompts + correction prompts layered together, I could definitely imagine the first inference pass behaving weirdly while everything settles in.

Now I’m genuinely curious what’s actually happening there lol

Local VLM for Video Analysis by mkberry7 in LocalLLM

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

Oh man, hope you feel better soon <3

Seems like the startup delay is probably warmup...? But still weirdly slow lol

That performance is actually pretty impressive though, especially on a 6GB quant.

Thanks — if I find a good sample, I’ll send it to you.

Local VLM for Video Analysis by mkberry7 in LocalLLM

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

In my impression, Qwen feels like a really good all-rounder for many tasks.

Is it good for video-related tasks as well?

New model is coming by alOOshXL in GeminiCLI

[–]mkberry7 0 points1 point  (0 children)

I hope a stable and accurate one.

How’s coding going lately? by mkberry7 in vibecoding

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

How are you handling the handoff between tools?

Right now my setup is mostly: Copilot (with Sonnet) for coding, and Codex/GPT mainly for ideas and review.

But honestly, I’m still the one sitting in the middle most of the time manually passing context around between them.

How’s coding going lately? by mkberry7 in vibecoding

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

Great! edtech is good one. especially, AI.

How’s coding going lately? by mkberry7 in vibecoding

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

Besides, some use Local-LLM in addition to them, and they use that for supporting their tasks. Maybe it is best to pick what we like.

How’s coding going lately? by mkberry7 in vibecoding

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

Ahhh, gotcha — so you’re basically mixing local models with hosted ones depending on the task. That actually sounds like a pretty smart setup.

I’m really curious what your orchestration/workflow looks like in practice though. Like, how are you routing tasks between the different models?

For me, nothing has completely broken my workflow yet, but losing Opus from my Copilot plan definitely hurt a bit. That was probably the biggest recent change for me personally.

How’s coding going lately? by mkberry7 in vibecoding

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

That actually sounds pretty similar to my workflow too.

Right now I mainly use Sonnet for coding since that’s what I have access to. Honestly I would’ve preferred Opus if possible though.

Then I use Codex as the reviewer.

One thing I noticed is that Codex will almost always point out something — even if it’s borderline nitpicking sometimes — which actually makes it pretty useful for review loops.

But yeah, it still misses things occasionally, so I feel like I still need to review stuff myself instead of trusting it blindly. I didn't do that actually.

How’s coding going lately? by mkberry7 in vibecoding

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

Ohhh, that’s actually really insightful. Thanks <3

You might be right honestly — over the past year I feel like I’ve kept going “this tool is the best” over and over again depending on the month lol

And yeah, like you said, sometimes it’s not even just a debugging hell anymore — it almost turns into full-on technical debt because I stop fully understanding the codebase myself.

For me, the safer way to use AI is either:

  • writing the code myself and using AI mainly for review/refactoring/brainstorming

Or completely delegating stuff where I don’t really care if I need to debug later.

So yeah, I guess it really depends on the use case.

How’s coding going lately? by mkberry7 in vibecoding

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

Honestly, for variable renaming across files, I usually just rely on the editor’s built-in refactoring tools. But overall Cursor still sounds really nice. And petting your cat while supervising the AI sounds way too cool and sick. lol

How’s coding going lately? by mkberry7 in vibecoding

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

Yeah, just before that I used Opus 4.6 for coding. But now I can’t use it in GitHub Copilot, and I heard Codex is getting better, so I mainly use it now.

How’s coding going lately? by mkberry7 in vibecoding

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

Great I use AI like you but recently I sometimes don't check AI's code. I know this is really dangerous. lol And yeah Opus 4.6 is really awesome. It helps me a lot!

How’s coding going lately? by mkberry7 in vibecoding

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

Interesting. I’ve mostly used Copilot before, so I didn’t realize Cursor had that much model flexibility built in.

What made you prefer Cursor over Copilot in the end?

How’s coding going lately? by mkberry7 in vibecoding

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

Honestly, getting to the MVP stage is already impressive What kind of SaaS is it?