norbert515.bsky.social
@norbert515.bsky.social
What model did you use?
May 6, 2025 at 8:15 PM
If you plan on using AI for refactoring I can recommend the following:

- Make very small changes
- Be very explicit with your prompts
- Best case, have a strong test suite to run between any AI change (in most IDEs the AI can run those tests without your input)
May 6, 2025 at 6:15 PM
To be fair, without careful considerations LLMs seem to be least useful for refactoring. IMO it makes sense as refactoring is a very complicated task which is usually best done in very small iterations (with lots of testing/ type checking etc. between them).
May 6, 2025 at 6:15 PM
Yeah that's a good use. I also really like to use it for scripts!
April 24, 2025 at 8:59 PM
It's definitely more complicated, but AI helped me a ton creating a custom render object for my 'flutter_canvas' package implementation. Of course, it was more trial and error but bigger chunks of code (complicated transforms) were fully AI built!
April 24, 2025 at 8:31 PM
I haven't tried self-hosting but I'd assume it performs pretty well. But I agree, it's mind blowing to think about all of that intelligence fitting on consumer hardware 😃
April 24, 2025 at 8:23 PM
You can always self host (for example Deepseek which is really good!).

I like to think about AI in a way where it allows you to do more in the same amount of time. Think of it this way, the AI takes care of the nitty gritty details while your brain can focus on the real hard challenges!
April 24, 2025 at 8:17 PM
In the end, it all boils down the task at hand. Some tasks AI is great for, for some it's not. You just have to figure out when to use it to what extent!
April 24, 2025 at 8:05 PM
From my experience, AI usually goes the extra mile. For example when building an API endpoint you might just throw some error to get the feature shipped. The AI usually tries to follow best practices, throw telling errors etc.

I often found the AI handle cases that I didn't think about myself!
April 24, 2025 at 8:04 PM
Definitely! There are a couple of layers to this IMO.

First - Less mental strain. It just requires less brainpower to tell the AI what to do instead of doing it yourself. This only works for tasks the AI confidently solve, but human iteration may be required.
April 24, 2025 at 8:04 PM
From my experience, the more specific you are the better. Agent mode really shines when you instruct it to also write + execute tests as it can correct itself before yielding to you. That's also exactly what I'm working on for Vide.
April 24, 2025 at 7:50 PM
Haven't publicised it too much as it's still _very_ early. Spending a bunch of time getting the web version out of the door so everybody can try it out with just a few clicks. It's getting there ...
April 24, 2025 at 7:48 PM
Thanks for coming to the stream & all the great questions! :)
April 14, 2025 at 3:00 PM
Unfortunately not! :(

I need to keep the dependencies to a bare minimum as any dependency in vide might conflict the users dependencies
March 12, 2025 at 11:03 PM
Vide hooks into Flutter, giving you a dev focused environment — deeply integrated with AI.

More info & web demo soon!
Join the waitlist below 👇🏼
March 12, 2025 at 5:23 PM