Great video - thanks so much for all you share - I'm making great progress with rust and all thanks to your videos that I am consistently going back and referencing as I figure out more and more how to implement different aspects of what you're demonstrating. Looking forward to the next example of how you're using devai for code generation - I've been struggling on with chats to help with code and this seems like a much better way - just a little over my head to make the jump from this demo to code generation.
@gabrielkwong1878Ай бұрын
This is an interesting workflow or DX with AI, amazing! I like how i don't have to chat with anything to cause it to hallucinate just keep adjusting the promt till we get the result. You should make a short demoing this like using Devai to automate documentation, I think it will be a hit. Cant wait for the next demo you mentioned. Awesome content and keep it up!
@JeremyChoneАй бұрын
@@gabrielkwong1878 thanks for the great feedback. When you mean for documentation, you mean the Rust code documentation? To general from scratch?
@gabrielkwong1878Ай бұрын
@@JeremyChone well it seems you can do both with this devai. But I was thinking more like docs to onboard people on the design of the code base or a summaru .md file to edicate people how to use a project like in open source. I can also see devai being able to generate reust doc for functions and types but similar to design of a project but more in detail with rust doc. You can do seperate short videos for different use case if you want. But in terms of shorts format you can follow the looping style editing people are using or the "this is how I blah blah blah" and leave out the details explain the steps fast and let viewers see the results fast ifs irs not shorts but video format. Do a this is how I automate documentation with AI, using devai. Show them how the tool is used and link them to this video for technical details for those who are interested. Hope what I am saying makes sense.
@JustinGray1Ай бұрын
I'm going to check this out. Thanks.
@idcashflowАй бұрын
wowww, its awesome, thank you Jeremy!!
@SteponlyoneАй бұрын
Loving it. The possibilities are endless
@BoronesssАй бұрын
as always, thank you!
@funkdefied1Ай бұрын
I hope this gets huge
@funkdefied1Ай бұрын
I LOVE this.
@funkdefied1Ай бұрын
Can we use environment variables to set which model we want to use?
@JeremyChoneАй бұрын
That's a good requirement. I will add a `DEVAI_MODEL` environment variable. It will be the last fallback, but will also allow `model = {env_name = "..."}` to instruct taking it from the environment. This way, both options are supported.