AI

Meus estudos..

Coisas que eu gostaria de fazer.. Vai no site de relação com investidores e pega a ultima apresentação X deles.

Why OpenAI’s “Strawberry” is a GAME CHANGER! | by Andrew Best | Aug, 2024 | Artificial Intelligence in Plain English

Cresce a demanda por detectores confiáveis de textos gerados por IA (uol.com.br)

Why Every AI Company Is Suddenly Obsessed With Reddit

The 29-year-old company’s data is worth hundreds of millions

The Reith Lectures

O que a IA não tem ? Feedback.. 70% da comunicação não verbal Capacidade de evoluir.. por exemplo, a minha evolução de atas de reunião.


Stuart Russell - Living With Artificial Intelligence The Biggest Event in Human History https://www.bbc.co.uk/sounds/play/m001216j

https://www.bbc.co.uk/sounds/brand/b00729d9

Ai - não substitui a decisão

  • Politano REFLEXÕES, pois ligamos isso diretamente a AI também:

    1. The cost of cognition, the cost of creativity will massively decline with generative AI. How will that change productivity, innovation, etc.?
    2. Everything on the internet in the world, good and bad and now can “generate”, it can predict the next word, the next pixel…
    3. It is still in its infancy - apesar de já ter evoluído muito - mas tem MUITA pista ainda, por isso a afirmação… 🙂
    4. Are machines going to replace humans? This is the question since the Industrial Revolution…
    5. Lastly: Ironically, robots are building cars, so “robots” can drive those cars. End-to-end with almost no human intervention…
  • AI – Moving beyond Usage Policy, Pilot Use Cases and Strategy:

GenAI Introspective

ChatGPT Prompts

https://workflowy.com/template/chatgpt-prompts/

What Generative AI Means for Your Talent Strategy

Generative AI will have a dramatic impact on talent that is hard to predict. To anticipate and prepare for this disruption, executive leaders must factor AI into their workforce strategies, considering both future demand and how the enterprise will apply the technology.

Published: 03 Aug 2023

Our Investment in Anthropic: The Foundation Layer for Generative AI - Menlo Ventures (menlovc.com)

img

VM as GenAI PM

•Tipo de Pergunta: Processo… Qual o processo para

•Additional options i can awnser:

–Point

Study

Embeddings?

What are embeddings?

  • Read the guide from OpenAI
  • Literal: Embedding something turns it from image/text/audio into a list of numbers. 🖼️ or 📄  [1.2, 2.1, ....]. This process makes documents “understandable” to a machine learning model.
  • By analogy: An embedding represents the essence of a document. This enables documents and queries with the same essence to be “near” each other and therefore easy to find.
  • Technical: An embedding is the latent-space position of a document at a layer of a deep neural network. For models trained specifically to embed data, this is the last layer.
  • A small example: If you search your photos for “famous bridge in San Francisco”. By embedding this query and comparing it to the embeddings of your photos and their metadata - it should return photos of the Golden Gate Bridge.

What are embeddings?

](https://platform.openai.com/docs/guides/embeddings/what-are-embeddings)

OpenAI’s text embeddings measure the relatedness of text strings. Embeddings are commonly used for:

  • Search (where results are ranked by relevance to a query string)
  • Clustering (where text strings are grouped by similarity)
  • Recommendations (where items with related text strings are recommended)
  • Anomaly detection (where outliers with little relatedness are identified)
  • Diversity measurement (where similarity distributions are analyzed)
  • Classification (where text strings are classified by their most similar label)

image-20231128102343008 https://www.youtube.com/watch?v=Ue7M826xj5M

RAG

Tem emails do medium

Retrieval Augmented Generation(RAG) — Chatbot for database with LlamaIndex (Text2SQL) | by A B Vijay Kumar | Medium Retrieval Augmented Generation(RAG) — Chatbot for database with LlamaIndex… Implement the RAG technique using Langchain, and LlamaIndex for conversational chatbot on a database, using…

Good Example:

https://techstrong.ai/articles/an-ai-powered-document-search-app-with-chroma/

Worked fine:

“C:\dev\md\files\GenAI RAG Test - Geckos.docx”

Good video:

Retrieval Augmented Generation with OpenAI/GPT and Chroma - YouTube

image-20231128102242448

Prompt

Examples from OpenAI https://platform.openai.com/examples?WT.mc_id=academic-105485-koreyst

Prompt Engineering Fundamentals

https://github.com/microsoft/generative-ai-for-beginners/blob/main/04-prompt-engineering-fundamentals/README.md?WT.mc_id=academic-105485-koreyst

ChatGPT Prompts for Product Managers

![ChatGPT Prompts for Product Managers](C:/dev/md/img/Gen_AI_Instrospective/ChatGPT Prompts for Product Managers.jpg)

Arquitecture

image-20231130163037883

image-20231130163044156

image-20231130163050655

Selected Medium Articles

The AI Forum

Plaban Nayak in The AI Forum·

RAG on Complex PDF using LlamaParse, Langchain and Groq

Retrieval-Augmented Generation (RAG) is a new approach that leverages Large Language Models (LLMs) to…