← All transcripts

The Best AI Tools for Developers in 2026 (That I Actually Use) Transcript, AI Summary & Key Points

Tech With Tim · 10 days ago · Education · 15:31 · EN-CA

🧠 AI Summary

I use more than 20 AI-related tools across seven categories: agent harnesses, models, editors and IDEs, development stack, productivity tools, coding frameworks, and AI platforms. Claude Code is my daily AI driver for fast tasks, Codex is my choice for complex development and verification, and Hermes Agent runs on a VPS for finance and accounting. I use Claude models primarily for zero-to-one work, OpenAI models for complex coding and debugging, open-source models for long-running or credit-intensive tasks, and local Qwen models for fine-tuning or offline work. My main development stack is Node.js, TypeScript, Supabase, and either a VPS or Vercel, while Python is mainly for backend applications, bots, data science, and machine learning. I also use AI dictation, centralized MCP providers, Obsidian, agent frameworks, and web-based AI platforms for different levels of development and automation.

🔑 Key Points

  • The stack contains more than 20 tools across seven categories: agent harnesses, models, editors or IDEs, development stack, productivity tools, coding frameworks, and AI platforms.
  • Claude Code is the daily AI driver, used multiple times per day for questions, document analysis, video scripting, and relatively small coding projects; the plan used costs $200 per month.
  • Codex is used for more complex development work when deeper code involvement is not desired, particularly because its software testing and output verification are considered stronger.
  • Hermes Agent runs on a virtual private server and tracks emails, invoices, receipts, and transactions for accounting before uploading the records to a dashboard.
  • Claude or Anthropic models are mainly used for fast zero-to-one work, starting projects from scratch, and general business, productivity, and document tasks.
  • OpenAI models are mainly used for complex development work, bugs, larger projects, greater context, and moving an application from one version to a more advanced version.
  • Kimmy and GLM 5.2 are used when tasks are long-running or likely to consume substantial subscription credits.
  • Qwen models, including Qwen 3.6, are run locally, usually up to 27 billion parameters, mainly for fine-tuning or coding without internet access.
  • Cursor is the preferred general-purpose editor for serious projects with large codebases, many files, ongoing maintenance, or scaling requirements.
  • PyCharm is used for Python-heavy web development, data science, artificial intelligence, and machine-learning projects where professional IDE features and maintainability matter.
  • The preferred web application stack is Node.js and TypeScript because it is easy to deploy, keeps the codebase simpler when AI writes the application, and avoids managing separate frontend and backend languages.
  • Supabase is used as the backend because it integrates easily with AI projects and provides database schema management, an AI connector, cloud functions, triggers, indexes, role-based access control, policies, authentication, and sign-in.
  • Python is used mainly for backend-only applications and bots, including Discord bots.
  • Applications are deployed either to a dedicated virtual private server or to Vercel.
  • Wispr Flow is used for AI voice dictation across tools, including Cursor and other AI tools, because speech is faster than typing and the transcription is considered accurate.
  • Zapier MCP and Composio provide a single MCP server through which tools such as Slack and Google Docs can be connected to Cursor, Claude Code, Codex, or other AI systems.
  • Obsidian is used as a wiki and data store and is connected to Hermes Agent for accounting records and vendor information.
  • LangGraph and LangChain are used in Python for orchestrating agents, managing context, and calling tools.
  • Pandas and Matplotlib are used for data-science and AI-related data organization, while Streamlit is used to create simple Python dashboards.
  • The official OpenAI and Anthropic APIs are used for relatively simple software where controlling context, responses, and model selection is important.
  • GenSpark is used for simple agents, automations, and workflows that do not need to be hosted independently on a VPS.
  • Lovable is mainly used to generate quick landing pages rather than applications with heavy logic.
  • Blitzee is used for serious coding projects after ingesting and analyzing an entire codebase; it is particularly valuable for large-scale refactoring and modernizing legacy software.

✅ Actionable items

  • Use an agent harness that matches the task: a daily driver for quick work, a stronger verification-oriented harness for complex development, and a VPS-hosted agent for persistent automated workflows.
  • Use Claude or Anthropic models for fast initial project creation and zero-to-one work.
  • Use OpenAI models when debugging, handling large projects, or requiring more advanced coding reasoning and output verification.
  • Use open-source models for long-running tasks that could consume subscription credits.
  • Use local models when offline access or task-specific fine-tuning is required.
  • Use a full IDE for projects that must be read, maintained, scaled, or debugged rather than relying only on blind prompting.
  • Prefer a unified Node.js and TypeScript stack for AI-assisted web application development when keeping deployment and code management simple is important.
  • Centralize external tool connections through one MCP server so multiple AI clients can share authenticated integrations and moving to another computer does not require reconnecting every application.
  • Use Streamlit when a simple dashboard can be created directly in Python without setting up a separate API and frontend.
  • Use a VPS or Vercel for deployment depending on the application requirements.
  • Use a code-review tool to automatically review generated or modified code.
  • Use an enterprise codebase-analysis platform for large refactors or modernization work where changes span an entire legacy repository.

🤖 AI in practice

Used for

Ask questions, analyze documents, script videos, and complete relatively small coding projects quickly. 01:03
Complete complex development work and write code without manually inspecting all of the code. 01:34
Automatically track finances and accounting by processing business communications and financial records. 02:06
Start projects from scratch, rapidly create initial versions, and handle general business, productivity, and document work. 02:52
Start projects from scratch, rapidly create initial versions, and handle general business, productivity, and document work. 02:52
Start projects from scratch, rapidly create initial versions, and handle general business, productivity, and document work. 02:52
Start projects from scratch, rapidly create initial versions, and handle general business, productivity, and document work. 02:52
Solve bugs and complete complex coding work in large projects with substantial context. 03:06
Solve bugs and complete complex coding work in large projects with substantial context. 03:06
Solve bugs and complete complex coding work in large projects with substantial context. 03:06
Solve bugs and complete complex coding work in large projects with substantial context. 03:06
Run long-running or looping tasks without consuming paid subscription credits too quickly. 04:28
Run long-running or looping tasks without consuming paid subscription credits too quickly. 04:28
Fine-tune a model for a specific task or perform coding work without an internet connection. 05:09
Run many tool calls in Hermes Agent when operating with a limited budget. 05:50
Maintain and scale large software projects, including repositories with thousands of files. 06:09
Develop and maintain Python-heavy web, data science, artificial intelligence, and machine-learning projects. 06:43
Automatically review source code. 07:24
Build most web-based applications with an AI-assisted full-stack codebase. 08:00
Provide the database, authentication, access control, triggers, indexes, cloud functions, and deployment backend for AI-built applications. 08:36
Build back-end applications and bots, including Discord bots. 09:56
Deploy applications. 10:17
Dictate text into any text field and into AI coding tools using speech. 10:57
Connect multiple applications to AI tools through one authenticated MCP server. 11:49
Connect multiple applications to AI tools through one authenticated MCP server. 11:49
Store and organize a personal wiki and records for use by an accounting agent. 12:56
Orchestrate AI agents, manage context, and perform tool calling in Python applications. 13:28
Orchestrate AI agents, manage context, and perform tool calling in Python applications. 13:28
Organize large datasets for data-science and AI-related work. 13:39
Visualize data for data-science and AI-related work. 13:39
Create simple dashboards directly in Python. 13:45
Build simple AI-integrated software with controllable context, responses, and model selection. 13:57
Build simple AI-integrated software with controllable context, responses, and model selection. 13:57
Create simple agents, automations, and workflows without hosting them on a personal virtual private server. 14:20
Generate quick landing pages. 14:32
Refactor legacy software and bring it up to date across a large codebase. 14:46

Agents

  • Hermes agent — Handle finances and accounting by monitoring emails and recording invoices, receipts, and transactions. 2 held 02:06

Advice

  • Use Minimax with Hermes Agent when you need many tool calls but do not have a large budget. for Developers or users running Hermes Agent.
    It is the model recommended for high-volume tool-call workloads with budget constraints.
  • Use a real IDE such as PyCharm for professional projects with large repositories and code that must be maintained. for Developers working on professional Python-heavy projects.
    IDE development tools help fix bugs faster than blindly prompting a model.
  • Use Obsidian to store and organize data in a connected wiki. for Developers and users who need an organized knowledge base for AI workflows.
    It can be connected to Hermes Agent for accounting records, vendors, and related information.
  • Use Supabase with Node.js and Vercel for AI-built applications that need straightforward deployment. for Developers building and deploying AI-assisted web applications.
    The stack reduces the need to separately configure databases, authentication, API keys, and deployment settings.

What it could not do

  • Anthropic's Claude models are extremely expensive. — They are used mainly for fast zero-to-one work despite their cost.
  • Open-source models require changing settings or setting them up in another tool. — The setup burden can outweigh the cost benefit compared with models already configured in existing software.
  • Local models are rarely used and are only considered capable enough for short periods. — They are mainly used for fine-tuning or coding without internet access, with machines usually running up to 27 billion parameters.
  • Composio provides less control over the connected tools. — It is easier to connect than Zapier MCP, but has less tool-level control.
  • Zapier MCP can bloat the AI context because it adds all tools at once rather than using discovery. — This occurs when many applications are connected through the MCP server.
  • Lovable is generally unsuitable for applications with heavy logic. — It is primarily used for quick landing pages, although it is sometimes paired with a Supabase backend.
  • Blitzee takes three or four days to ingest and understand a codebase before executing the requested work. — It is therefore reserved for highly serious projects rather than quick coding tasks.

🧰 Tools & AI usage

  • Claude Code — Daily AI agent harness for answering questions, analyzing documents, scripting videos, completing small coding projects, and handling connected personal tasks.00:53
  • Codex — AI agent harness used for complex development work, software testing, verification, and higher-quality code generation.00:53
  • Hermes Agent — AI agent hosted on a virtual private server to track emails, record invoices, receipts, and transactions, and upload them to an accounting dashboard.02:05
  • Virtual private server — Hosts the Hermes Agent and is used for deploying some applications.02:08
  • Anthropic Claude models — Used inside Claude Code and sometimes Hermes for starting projects from scratch, quickly creating something, and general business, productivity, and document work.02:56
  • OpenAI models — Used for complex development work, debugging larger projects, handling greater context, and advanced coding reasoning.03:48
  • Kimi — Open-source model used for long-running or looping tasks that would consume credits in subscription-based models.04:37
  • GLM 5.2 — Open-source model used for long-running or looping tasks that would consume credits in subscription-based models.04:37
  • Qwen 3.6 — Local model run on the creator's own machine for fine-tuning on specific tasks and productive coding work without internet access.05:09
  • Minimax — Recommended for Hermes Agent when running many tool calls with a limited budget.05:50
  • Cursor — General-purpose code editor used for serious development projects, large repositories, switching between models, and using custom or local models.06:11
  • PyCharm — Professional IDE used for Python-heavy web development, data science, artificial intelligence, machine learning, and maintainable large repositories.06:46
  • CodeRabbit — Automatically reviews code.07:24
  • Node.js — Primary runtime and application stack for most web applications because it is easy to deploy, keeps the codebase simpler, and supports a full TypeScript stack.08:00
  • Python — Used for purely back-end applications, bots, and Python-based application development.09:58
  • Vercel — Deployment platform used for applications depending on the project.10:23
  • Zapier MCP — Connects many authenticated applications through one MCP server so AI tools such as Cursor, Claude Code, and Codex can access them.12:00
  • Composio — Connects applications through one MCP server for access by AI tools, with easier tool connection but less control over the tools.12:00
  • Slack — Connected as an application accessible to AI tools through an MCP provider.12:25
  • Google Docs — Connected as an application accessible to AI tools through an MCP provider.12:25
  • Obsidian — Wiki and knowledge store connected to the Hermes Agent for accounting records, vendors, and related data.12:57
  • LangGraph — Framework used to orchestrate agents and manage context and tool calls, especially in Python.13:29
  • LangChain — Framework used to orchestrate agents and manage context and tool calls, especially in Python.13:29
  • Pandas — Used for data-science and AI-related work involving the organization of large amounts of data.13:39
  • Matplotlib — Used for data-science and AI-related work involving large amounts of data.13:39
  • Streamlit — Used to create simple dashboards directly in Python without setting up an API or JavaScript and HTML application.13:45
  • OpenAI API — Used to build relatively simple AI software and orchestrate context, responses, and model selection.13:57
  • Anthropic API — Used to build relatively simple AI software and orchestrate context, responses, and model selection.13:57
  • GenSpark — Web-based AI platform used to create agents, simple automations, and workflows without hosting them on a personal VPS.14:20
  • Lovable — AI platform used to quickly generate landing pages and, sometimes, applications with a Supabase backend.14:30
  • Blitzee — Enterprise AI software that ingests an entire codebase and generates large-scale code changes, particularly for refactoring legacy projects.14:46

AI is used for

  • Answer questions, analyze documents, script videos, and complete small coding projects — Handle frequent daily tasks quickly01:04
  • Complex software development and verification — Test whether software works and produce higher-quality code01:32
  • Accounting and finance tracking — Monitor emails and record invoices, receipts, and transactions in a dashboard02:08
  • Starting projects and general document or business work — Move quickly from zero to one02:56
  • Debugging and development in larger projects — Handle more context and complex coding reasoning03:54
  • Long-running or credit-intensive tasks — Avoid using expensive subscription credits04:28
  • Offline coding and task-specific model fine-tuning — Continue productive AI work without internet access05:07
  • Generating and maintaining large software projects — Work with thousands of files and serious development codebases06:26
  • Voice dictation — Transcribe speech quickly into text fields across applications10:57
  • Tool integration through MCP — Make applications such as Slack and Google Docs available to multiple AI clients through one authenticated server11:47
  • Agent orchestration and context management — Build custom agents and AI-integrated software13:28
  • Codebase-wide generation and refactoring — Modernize legacy software and apply changes across large repositories14:38

🔗 Links mentioned

From this video

44 products

Anthropic API Anthropic Claude models Blitzee Claude Code CodeRabbit Code Rabbit Composio Cursor Fable 5 GenSpark GLM 5.2 Google Docs GPT 5.6 Haiku Hermes agent Kimi Kimmy LangChain LangGraph Lovable Luna Matplotlib Minimax Node.js Obsidian OpenAI OpenAI API OpenAI Codex Openclaw setup Opus 5 Pandas PyCharm Python (programming language) Qwen 3.6 Slack Sonnet Soul Streamlit Supabase Terra Vercel VPS setup Wispr Flow Zapier MCP

📄 Transcript

Searchable transcript of The Best AI Tools for Developers in 2026 (That I Actually Use) — Tech With Tim (15:31). Search for a phrase, then click its timestamp to jump straight to that moment in the video.

Captions sourced from the original video on YouTube, published by Tech With Tim. The video, its captions and all related intellectual property remain the property of their respective owners; AINotes claims no ownership. Provided for research, accessibility and search — see the Transcript Notice and Copyright Policy.

00:00 So, pretty much every single day I get asked what AI tools I'm actually using. So, in this video I'm going to show you the exact stack that I'm using in 2026, and I mean the things that are actually on my computer and that are running my videos, my code, my programming projects, and a massive chunk of my business. Now, in order to keep this video easy, I've separated my tools and kind of this stack into seven different categories.

00:22 We have agent harnesses, models, editors or IDEs, my development stack, productivity tools, coding frameworks, and then finally AI platforms. Now, I have over 20 tools on this list, so stick around and you're probably going to find out about a new one that you might want to start using today. Let's dive in. So, let me start the list with agent harnesses.

00:41 Now, when I say agent harness, I'm talking about the tools that actually run AI models. In a minute I'll get into the actual models that I use. Now, the three agent harnesses that I use are the following. I use Claude Code, I use Codex, and I use Hermes or Ermaz or whatever you want to say agent. Now, I use these three tools for different tasks, which I want to get into now.

01:01 Now, Claude Code is my daily AI driver. I use this multiple times per day. I have the $200 per month plan, and effectively I use this for anything I want to get done quickly because I'm running the desktop app on my computer. So, I ask it questions, I have it analyze documents, it help me script out videos, and I have it do relatively small coding projects for me.

01:23 I also have all of my MCP servers, all of my connectors, and a whole bank of information about me loaded inside of there. So, generally it can answer things and just do the daily tasks very quickly. Now, Codex is the next harness that I use. I don't use this as much as Claude Code because I've just been using Claude Code for a while now and it's the main thing that I reach for, but I do use it when I need to do more complex development work and I don't want to dive into all of the code.

01:45 I find that Codex is much better at verifying something actually works. I find the way that it tests the software is better and more complete, and that typically it gives me a higher quality development response in terms of actually writing code. I don't typically use it for productivity or daily tasks, although it does perform pretty similarly to Claude code.

02:04 Now, the last harness that I have is Hermes agent. Now, this is something that I have spun up on a virtual private server, and I actually have a full agent that handles all of my finances and my accounting. So, it's not really related to development at all, but I've created this so that it automatically tracks my emails and records all of the invoices, receipts, and transactions, and then uploads that to a dashboard.

02:23 So, I don't use all of these for pure development. In fact, most of these are just for running my life, but those are the three agent harnesses, and previously I've used open claw and a bunch of other ones, but I find these are the best, most user-friendly, and I can use them across all of my devices. Now, the next category to dive into is models. Now, this is where there's probably going to be the most amount of backlash and the most amount of debate, but I use a lot of different AI models, and I want to discuss which

02:48 ones I use for what because there's a lot of different use cases. Okay, so the first, I'm going to say family of models that I use is from Anthropic, or the Claude models, okay? So, we're talking, I guess now, Opus 5, Fable 5, Haiku, Sonnet previously. I use all of these different models inside of Claude code and sometimes inside of agent harnesses like Hermes as well, but I'll tell you when I use them.

03:09 I pretty much only use these models when I'm starting a project from scratch, I want to create something quickly, or I'm just doing like general kind of business, productivity, you know, whatever document type work. Now, the reason I use these models, even though they are extremely expensive, is I find that when I'm going from zero to one, that these typically perform well, and they're relatively fast to get me to that result.

03:33 Now, of course, they have a lot of other use cases, this is me barely scratching the surface, but that's typically when I reach for these models, something fast, quick, zero to one, not anything super complicated when it comes to a development perspective. Now, the second family of models I use are from OpenAI, okay? So, So we're talking about GPT 5.6, Soul, Luna, Terra, whatever the new models that they have.

03:53 And these are what I really reach for for complex development work. Especially when I have bugs, when I'm working in larger projects, when there's more context to understand, and when something's more complicated, I find these models perform significantly better. They verify the output better. And typically, when I'm going from one to two, or one to 1.1, for example, these models outperform the Claude family.

04:15 So again, Claude or Anthropic, for me, zero to one. Then, I move over to these models when I really need more advanced reasoning, specifically for coding tasks. Not to say they can't do the same thing as Claude, it's just where I use them personally. Next, we have open-source models. Now, I like to use open-source models when I need to do long-running tasks and things that will be quite expensive or rip through my subscription.

04:35 And personally, right now, I am using Kimmy, as well as GLM 5.2. I don't use them super frequently, but whenever I know that I'm going to need to do looping tasks or things that are going to rip through the credits, I will enable them inside of something like Claude Code, or maybe maybe I'll bring them into a tool like Cursor, which we'll talk about later.

04:51 I find I get really good results. Honestly, one of the main reasons I prefer to use the other models is just cuz everything's already set up in their software. And the benefit that I get from using the open-source models really doesn't outweigh the cost of having to change over all of the settings or set them up in another tool. Now, lastly, we'll talk about local models.

05:09 These are models that I'm capable of running completely locally on my own machine. Now, the only ones that I really use here are the Qwen family, so Qwen 3.6, for example. And on my machines, I'm usually able to run up to 27 billion parameters. To be honest, the only time I do this if I need to fine-tune a model for a specific task, or if I'm going to be in an area where I'm not going to have internet, like a plane, for example, so I can actually get some productive AI coding work done.

05:35 I rarely use them, but when I do, that's the model that I reach for, and I find it's capable enough, especially for a short period of time. Now, of course, there are tons of other models, and I've played around with a lot of them. These are just the ones I use most frequently, and that's not to say that I don't use any other model at all. For example, Minimax is something I typically recommend if you're going to use Hermes Agent, you don't have a large budget, and you want to run tons of tool calls, that would be the

05:57 one that I would reach for. Anyways, let's move to the next section now, which is going to be editors and IDEs. Now, this section is obviously only relevant to developers, but because that's my channel, I'm going to go over it. Now, for me, the main code editor that I prefer to use is Cursor. Now, this is my general-purpose code editor. I like it because I find the harness inside of Cursor is better than something like Claude Code.

06:17 I find it's better than Codex. And of course, I can switch between all of the different models and even add my own models or use local models inside of this. Now, I like using Cursor when I'm working on serious development projects. So, things where I actually care about the output, I'm going to maintain it, I'm scaling it, I have, you know, thousands of files, for example, large dev projects.

06:36 I won't use this for something really simple. If that's the case, I would just reach for something like Claude Code. Okay? Now, the next editor that I use is PyCharm. Now, similarly to Cursor, I will only use PyCharm typically for Python-heavy projects, specifically web development projects, data data science or in AI and the machine learning-related tasks.

06:55 Now, I like using PyCharm again when I need to do something a bit more professional, where I actually am going to read the code, I'm going to look through it, I have a large repo, I have something I need to maintain, and I can't mess something up. I always use a real IDE because the development tools that are inside of there help me, and I am a real developer.

07:13 So, I can take advantage of them and be able to fix bugs a lot faster than just blindly prompting a model like you kind of do in Claude Code or inside of something like Codex. And then lastly, just cuz it's kind of in this section, I do use Code Rabbit for code reviews. I find it's quite good, and it will again automatically review the code. There was a ton of other tools that I use here, too.

07:31 However, these are the primary ones, which is why I'm mentioning them in this video. Okay. Now, let's move over to the development tech stack. So, I have a lot of other stuff to go through, but what languages and tools do I actually reach for in terms of building an application from scratch mostly in 2026? Now, because I'm using AI to build most of these applications, the stack that I use will differ than what I would have used a few years ago when I was going to build it by hand.

07:57 So, for example, now I pretty much always reach for Node.js when I'm building any type of web-based application, which is 90% of what I make. Now, I like to use Node.js because I find it's very easy to deploy, and the code base stays a lot simpler, especially when the AI is building it out, because the back end and the front end front end sorry are somewhat coupled.

08:16 So, this just speeds up the development process for me, and because I'm not writing all of the code myself or reviewing every single line, I find that I get the best result in this tech stack compared to pretty much any of the other ones that I've tried. And it keeps it all full TypeScript, so I don't have two separate languages, and I have to instruct the model how to work with both of them.

08:34 Now, in terms of the back end here, I will always connect to Supabase. Now, I like using Supabase because it's very easy to integrate into AI projects, and actually comes with an AI connector. Just to give you a sense of what I mean, I've pulled open a quick Supabase project that I've worked on. You see that I can view the full table schema, so all of the stuff is handled here.

08:51 I can directly connect it to an AI tool, so I don't actually have to go in here and set up any of these features. It can just automatically handle everything for me, and then I can deploy my app super easily. I also can have cloud functions, like you see here. I can have different triggers, I can have indexes, I have the role-based access control, the policies, I have the authentication and the sign-in.

09:12 So, in terms of when I want to build a project and actually deploy it, I typically will use this because it's going to be way easier when it comes to the deployment side, rather than me handling a ton of API keys, setting up a dedicated database, setting up an authentication service, you get the idea. Now, Supabase fortunately has been a long-term sponsor of this channel, so shout out to them as well for supporting this video and sponsoring it.

09:33 However, I would have mentioned them regardless because I use Superbase in a ton of different projects. Anyways, if you guys want to check it out, I'll leave a link to it in the description, but what I typically do is I literally just connect to it from Claude code. So, I'll just go like MCP for example, and then I'll just copy in the prompt or copy the command, and then it will connect to it and automatically set up everything that you see here.

09:52 So, I don't actually have to go in the dashboard and touch anything. Now, moving on from Node.js, I do also use Python frequently when I'm building applications. However, only when I'm building purely back-end based applications or building things like bots. For example, I've actually built a lot of Discord bots recently, which AI makes really easy.

10:09 And for that, I'll use Python in the Discord Pi or Discord rewrite, whatever it's called now, library. Lastly, in terms of deployment, depending on what I'm doing, I will deploy to a dedicated virtual private server, or I will use something like Vercel. And that's why having kind of that Superbase, Node.js, and Vercel stack connected together makes this very easy, very simple to to deploy, sorry, and very easy to set up.

10:31 And I can do almost all of it just from my AI code editor, so Cursor, Claude code, whatever, rather than having to actually go to a dashboard and add that level of friction. Anyways, that's the main tech stack. Now, let's talk about productivity and general AI tools. So, in this category, I want to discuss the general AI tools I use that increase my productivity or kind of AI adjacent and connect to the tools that I already have.

10:55 Now, the first tool on this list is something I've sworn by for over a year now, and this is WhisperFlow. Most of you guys probably already use it, but this is an AI voice dictation software. The way this works is very simple. There's a keyboard shortcut on your computer. For example, let me show you. Hey, I'm just doing a dictation with WhisperFlow here to demonstrate how it works.

11:12 And what it will do is very quickly transcribe what you say into a text box wherever your cursor is. It works inside of pretty much any tool, and it also works natively inside of Cursor and other AI tools. So, you can like tag files and stuff using your voice. And anyways, the reason I like it is cuz I speak much faster than I type. The dictation is extremely accurate, and you can see for yourself how much I actually use it.

11:34 This is what the tool looks like. Fortunately, I have a long-term partnership with them as well. I'll leave a link to in the description. It is free. You don't need to pay to try it. Um and I think there's a trial or something. I don't know how they have it working now, but I promise you if you use it, you will not go back. Now, beyond that, there's tool two MCP providers, sorry, that I really like that allow me to connect all of my tools in one single MCP server to any AI H not use.

11:57 Now, those are Zapier MCP and Composio. Now, you can choose which one you want to use. Uh for me, they're very similar. It's kind of hard to compare them. I find Composio you have less control over the tools. However, it's easier to connect. And then Zapier MCP, it is not on discovery, which means it will add all of the tools at once, which can bloat the context a little bit.

12:18 Anyways, what these both do is they let you connect your tools securely in one platform. And then once all of the tools are connected, so for example, I have like Slack and Google Docs here, I can just connect one MCP server to Cursor, to Claude Code, to Codex, whatever, and all of the tools will be available. Now, this is important because if I change computers, for example, I don't want to reconnect 20 different pieces of software.

12:40 So, what I do is I just connect the one MCP server, and then everything is already authenticated and set up. They work also, I believe, from the terminal or from the CLI. And both of them have like literally thousands of applications that you can add. So, pretty much anything you want, you know, you can find and you can search. And the next productivity tool I use is Obsidian.

12:57 I like the wiki. I like storing all of the data. I like having it connected to my Hermes agent, for example, for the accounting and understanding the records and the vendors and all of that. Don't need to get into it too much, but if you don't have Obsidian set up, I would recommend checking it out. Next on my list, I want to share some AI development frameworks that I use.

13:14 Now, this is actually writing agents and writing code, you know, using a real framework, not using a tool like, you know, Claude Code or Codex, whatever. Like you're actually writing your own agent or writing some AI software, AI integrated software. Now, for that, I typically use LangGraph or LangChain, especially if I'm working inside of Python. I find these are the best for orchestrating agents and doing kind of context management, tool calling, etc.

13:36 I also like to use Pandas and Matplotlib, of course, for data science AI-related stuff, organizing large piece of data. I then use Streamlit whenever I want to create a simple dashboard because it can be done directly inside of Python and is a lot easier than trying to set up an API and using, you know, some JavaScript or HTML, etc. Lastly, I do use the official OpenAI and Anthropic APIs, especially if I'm making something relatively simple.

14:01 Makes it very easy to orchestrate the context, do the responses, change the model, you get the idea. Okay. Now, lastly, we move on to AI platforms. Now, when I say AI platforms, I don't mean kind of like software you download on your computer. I'm talking about typically web-based platforms. So, for this, the platforms that I typically use are GenSpark.

14:20 I typically use this when I want to create agents, do some automations, have some workflows that are relatively simple, and I don't want to host them or set them up on my own VPS. I then use Lovable when I just want to generate landing pages, typically not when I want heavy logic applications. However, sometimes I will do that with the Superbase backend.

14:39 But, typically, if I just want like a quick landing page or something very fast, I'll use Lovable to do that. And then lastly, I use Blitzee. Blitzee is an enterprise AI software that I'll use when I'm doing serious coding work. The way that it works is it ingests your entire codebase, takes three or four days, understands what you want to do, you give it a prompt, and then it will write code and generate like hundreds of thousands of lines, but it takes a few days to execute.

15:02 So, this is only for super serious projects, and typically for me, it's very valuable for refactoring or taking something that's more legacy and bringing it up to date because it can handle all of those changes at once. Okay. This was a lot of tools, but that's going to wrap up this video. If you guys enjoyed, make sure you leave a like, subscribe to the channel, and I will see you in the next one. >> [music]