Skip to main content

Agentic AI growth could make GenAI providers to charge $1000-$2000 per month - #Cathywood , here is how.

 

 


 

#Cathywood predicts that as the #agenticgenai grows the #GenAI service providers like openai, gemini, Copilot, etc will be able to charge $1000 - $2000 per month to their business customers. And she adds, "this is going to happen".


Why this is important:

Remember #Cathywood made a monster call in 2018, predicting that Tesla would hit $4,000 in five years. And eventually Tesla hit Wood's price target, with shares closing at $816, or $4,080 on a split adjusted basis (Jan. 2021).


How this could happen:

#AgenticGenAi means ,

1. Integrating a business service with GenAI providers like Gemini/ChatGPT as an agent and make available in the chat interface.

2. Less human interaction and more calls to the GENAI Models.


Nothing totally new, its similar to

'Ok google play a song from spotify'

'Alexa, order 8 pack dove on amazon'


For example, when booking a flight, instead of navigating a complex travel website, users can simply provide a text prompt like:

"Book tickets for 2 adults (male and female) from SFO to JFK on October 10th. Prefer morning flights and a budget of $400."

The AI would then process this prompt, search for suitable flights, and present the best options to the user. With a simple follow-up prompt like:

"Book flight number 4 from PayPal. Names: John Doe and Jane Doe."

The AI would complete the booking process, handling payments and confirmations.


This approach eliminates the need for:

1. Navigating a website: Users don't have to browse through multiple pages or menus.

2. Manual input: Users avoid typing in numerous fields or selecting options.

3. Multiple steps: The entire process is simplified into a few concise prompts.

4. Clicking, scrolling, typing



The same thing with #AgenticGenAI , if you added your 'Flight ticket booking agent' (like plugins) in your Gemini or ChatGPT settings, You can get the task done in few conversations.


Behind the scenes,

, the system makes several API calls with a workflow defined by different #AIAgents. The companies like 'expedia, kayak' - will end up paying for each call to the #GenAIModels they are using in the workflow. This automatically increases the monthly subscription cost for consuming the #GenAIModels inorder to make this service integrated with Gemini or ChatGPT or Copilot.


Its all about the cost of infrastructure per traffic than the actual software as service. The more users start using text prompting apps (like ChatGPT), like today's google / bing for searching , more businesses will integrate to these apps and the calls to the #GenAI providers will spike insanely affencively , that exactly #Cathywood is predicting now.

https://finance.yahoo.com/video/cathie-wood-talks-openai-investment-222429812.html

Comments

Popular posts from this blog

LLM on Mobile Phone : Mini Universal data and assistant running on an android smart phone Galaxy S23

  Imagine a world where everyone has access to a mini #OpenAI's #ChatGPT on their mobile phone, answering any question on any topic, right from their local phone memory. No need for internet. This is the future of #LLMs on mobile devices, and it's happening now. #MLC-AI has created a way to install a 3 billion parameter #RedPajam #LLMModel on a #Galaxy #S23 smartphone. This is a powerful #LLM that can generate text, translate languages, write different kinds of creative content, and answer your questions in an informative way. And it's all available on your phone, without the need for an internet connection. This could have a profound impact on people all over the world. Millions of suburban students who don't have access to the internet could now have access to a universal data source that can answer most of their questions. Refugee camps around the world could also benefit from this technology, giving refugees access to information and resources that they might not ot...

Ohmni robot disassembly - Parts and structure inside Ohmni Telepresence Robot - Tear down

    The tablet, speakers were disconnected and removed in different video.    Ohmni robot disassembly - Parts and structure inside Ohmni Telepresence - Design - Mechonical and Electrical components .

Setting up Rassberry Pi Zero W 1/2 with USB (not using hdmi) On MAC

Copy  Rassberry Pi zero image (pi 3 image also supported on pi zero) on a SD card https://www.raspberrypi.com/software/     From mac - Finder - open SD card . It opens the root folder We will edit or create 4 files:  config.txt cmdline.txt ssh wifi   config.txt At the bottom of the file add this line dtoverlay=dwc2 cmdline.txt add this line between rootwait  ........  quiet . Should look  like this, rootwait modules-load=dwc2,g_ether quiet   ssh create an emptyfile named ssh (no extensions)   wifi : (pi zero can connect only to 2.5gh Unless you update your firmware) create this file in root : wpa_supplicant.conf   add this lines to the file - with your own wifi credentials country=US ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network={ ssid="*******" psk="********" }  Insert sd card in raspberry pi  zero w , and connect from pc with, ...