[Journey] Developing an AI Autoblog Software to Become a Desktop Software Developer

I do the same thing for personal use. I will follow your topic, inform about success, inform about problems, we will think together!
 
Hey mate quick advice, use langchain you can swap out models easily that way without vendor lock in + you have built in serp tools, agents and chains. No need to reinvent everything from scratch. The documentation is garbage though so you need to get a course or smthng

And I understand c# for gui, but why do you combine it with rust and golang? That seems like overengineering to me.. I did plenty of rust and it's nice but a bit of overkill for an autoblogging software.

If it was me, I'd build out the whole tool in python with langchain and pyside(qt for py). You have async and everything dont worry. And if you want it prod ready you can create a cross platform binary with fbs (Freeze binary system). It costs a bit of money but it's pretty good and there is a free version as well..


If you use this method you will be able to iterate faster then fighting the borrow checker and getting everything to play well together. While reinventing the wheel. You will be way faster..

Trust me I've been you...
 
Me and my team are doing the same thing.

Good luck!
 
Day 9.

On the 25th, I did quite a lot of testing. Here's my usage of the OpenAI API. Crazy huh?

03818.jpg

Now I don't have major issues when communicating with OpenAI API. Even though there are many features still to be added, I see hope in completing this software.
 
You don't have to pay full price for OpenAI, try to get some threshold accounts for much much cheaper
 
Day 9.

On the 25th, I did quite a lot of testing. Here's my usage of the OpenAI API. Crazy huh?

View attachment 294261

Now I don't have major issues when communicating with OpenAI API. Even though there are many features still to be added, I see hope in completing this software.
What features do you want to add from OpenAI? Also, what kind of tone of voice do you set in prompt?
 
Why threshold accounts are much much cheaper, how does it work?
I paid 5$ for 120$ account. The account was invited to an orginazation to increase limit. Depend on how good account is, the quote can be reset on new month or account get ban in the end of the month.
 
I paid 5$ for 120$ account. The account was invited to an orginazation to increase limit. Depend on how good account is, the quote can be reset on new month or account get ban in the end of the month.
Could you DM me seller's contact?
 
good luck on this journey will be following along
 
Back
Top