What is the best A.I. to start with?
My issues:
- I'd guess I'd want some online tutorials (YouTube).
- I may like to share or even teach this stuff one day. Bold, yes, but so many folks, freedom movement or not, know even less than me about most tech.
- I'd like to get right into it without wasting time or repetition.
- I don't have money just now but may prioritize funding this if promising. (I have some BTC from James Corbett from 2015 or so, was worth under $400 a few years ago. I'd rather have it as gold-in-hand now if you know a fair place. I won't long-term trust it held in exchanges nor care to download the entire blockchain >100gb for a local wallet again.)
- I know (from Ian Carroll) that you can backup to just pickup where you left off. I don't know what this is called. It saves local files, so that every time you start the A.I., the history, log, files, etc. can bring it up to speed so you won't have to teach it everything from scratch.
Skills needed:
- MediaWiki - so I can improve Projex.Wiki, and scrape archived wiki-pages along with wiki-markdown, and copy/install wiki templates, and other wiki backups, plugins, upgrades, etc.
- Screenwriting/Writing analysis. I never want to use it to write, but getting "fresh eyes" on your creative work is always helpful.
- Private personal assistant - task management, scheduling, etc.
- Business assistant, for running a studio, meetings, and video production, publishing, and PR.
Skills needed eventually:
- Linux - I need to get with it.
- Video generation - Especially if I can sketch out or storyboard something to have it visualized as an image, then keep finessing that image, then add motion.
- Audio production - Over my head.
- File management - One day I need to better organize and/or properly analyze my many old drives of download hoarding. Some drives may have corruptions in need of help. Then it may be a private club archive/vault server.
Maybe I've missed or forgotten or should be aware of something?
Search: https://news.ycombinator.com/ Hacker's News for new AIs being created. None of the big ones are worth it and cost too much in tokens.
I tried Claude to write a Free Pascal program with a Lazarus GUI. Thing didn't work, had a blank GUI no buttons or sub forms, etc. Stored data in an array rather than a database. Something a kid might program in grade school.
What is your level of experience with it so far? If it is zero I'd say you don't need any video tutorials. Those video tutorials will go into more advanced usage. Universally they will do that because the most basic usage does not need a tutorial.
For chat, advice, content creation, and basic code generation; The standard chat interface most companies ship is good enough for your first month of usage. I would get familiar with that before doing anything more advanced. Right now Claude is the only AI that isn't cucking themselves to the military so you might as well start with it: https://claude.ai/
They just have tighter usage limits before you have to start paying. But you probably won't hit them, so I wouldn't worry about it until you do.
Claude will be able to handle your first two use cases without any advance setup. So I'd suggest focusing on those two.
For a personal assistent. I wouldn't recommend it. That is advanced, and almost always privacy breaking. It's dangerous in fact because now you have an experimental AI acting as you.
The inbetween which I would recommend trying after a month of using chat interfaces is an agentic code editor. The one I'd recommend if you want extremely good milage without paying is anti-gravity. That would let you make a directory of one kind of file or formatted one way, and you could instruct it to convert all of them to different formatting with a single prompt. But doing each file one by one in chat is already 30 times faster than doing it yourself.
You wouldn't want an agentic AI to re-organize your files. For it to do that it would have to read every file you have. Remember that reading a file for an agentic AI means uploading the file to the service so it can read it. It would be expensive as hell and completely privacy breaking and not practical.
Remember, agentic AI is a backdoor to your computer. Unless you know how to manage that backdoor to limit it, stick with chat. Sometimes agentic AI isn't an efficient prospect because of this. The organization that goes into selecting what will be on one side of a back door or not sometimes is as much work as just doing something manually or feeding it to a chat.
There isn't a need to backup. These AIs are built as data sucks. By default they remember everything. You don't do extra work to get it to backup. You do extra work to make it not backup and isolate things. Not backing up is the advanced use case.