Generative and Agentic AI
Why AI Makes the Humanities More Important Than Ever
26 de julho de 2026


Inteligência Artificial na Medicina: Casos Impressionantes
10 de dezembro de 2024
Itemização da Apresentação:
1 - Tipos de Aplicações em Geral
2 - Casos Práticos em Cirurgias, UTIs, Identificação de câncer, etc.
3 - Aplicações em Hospitais Brasileiros
4 - Aprendizado de Máquina (Machine Learning) e Base de Dados
5 - Os Problemas Éticos e Casos Reais na Justiça
Essa Apresentação é uma colaboração de Daniel Cavalcanti (dcavalcanti08@gmail.com)
Relatório Atualizado das Ferramentas GenAI
15 de dezembro de 2024
O IMD Business School, em Lausanne na Suíça, através do Centro de Pesquisas em Transformação Digital, publicou esta semana, o relatório atualizado das ferramentas GenAI categorizados e com a indicação (linha pontilhada) de qual é a ferramenta ou serviço de IA que possue melhor qualidade naquela categoria (dentro da metodologia de avaliação deles, claro). Serve como um bom guia, dentro da diversidade e variedade que temos. Um ótimo indicativo como guia.

Esta é uma colaboração do colega Fernando José (***@gmail.com)
Killer Robots
- NETFLIX -
2023


Predictive vs Generative AI:
How They Work and When to Use Each
maio de 2026


The report argues that AI agents will reshape business value in 2026 by moving beyond simple chatbots to systems that understand goals, plan actions, use tools, and operate under human supervision. It highlights five major trends: agents for all employees, agents for workflows, agents for customers, agents for security, and agents for scaling talent.
AI agents are expected to increase productivity by helping employees delegate repetitive tasks, define goals, create strategies, and verify outputs. Companies will increasingly use agentic systems to coordinate end-to-end workflows, integrating data, applications, and specialized agents across departments. Customer service will evolve toward proactive, personalized “concierge” experiences, using enterprise data to anticipate needs and solve problems faster.
The report also emphasizes that the biggest source of value is not only technology, but talent development: employees must learn to work with, supervise, and orchestrate AI agents effectively.
Overall, the report presents agentic AI as a shift from tool-based automation to human-guided intelligent systems embedded across the enterprise.
Why AI Makes the Humanities More Important Than Ever
26 de julho de 2026

AI Is Dangerous, but Not for the Reasons You Think | Sasha Luccioni | TED
https://www.youtube.com/watch?v=eXdVDhOGqoE
6 de nov. de 2023

A meta de decifrar todo o conectoma humano é alcançável???
Números em Revisão
- Recontagem de neurônios põe em xeque ideias da neurociência


Build a Large Language Model (From Scratch)
https://www.manning.com/books/build-a-large-language-model-from-scratch
Acesado em 24 de abril de 2024

As illustrated in Figure 1.3, the first step in creating an LLM is to train it in on a large corpus of text data, sometimes referred to as raw text. Here, "raw" refers to the fact that this data is just regular text without any labeling information[1]. (Filtering may be applied, such as removing formatting characters or documents in unknown languages.)
This first training stage of an LLM is also known as pretraining, creating an initial pretrained LLM, often called a base or foundation model. A typical example of such a model is the GPT-3 model (the precursor of the original model offered in ChatGPT). This model is capable of text completion, that is, finishing a half-written sentence provided by a user. It also has limited few-shot capabilities, which means it can learn to perform new tasks based on only a few examples instead of needing extensive training data. This is further illustrated in the next section, Using transformers for different tasks.
After obtaining a pretrained LLM from training on large text datasets, where the LLM is trained to predict the next word in the text, we can further train the LLM on labeled data, also known as finetuning.
The two most popular categories of finetuning LLMs include instruction-finetuning and finetuning for classification tasks. In instruction-finetuning, the labeled dataset consists of instruction and answer pairs, such as a query to translate a text accompanied by the correctly translated text. In classification finetuning, the labeled dataset consists of texts and associated class labels, for example, emails associated with spam and non-spam labels.
In this book, we will cover both code implementations for pretraining and finetuning LLM, and we will delve deeper into the specifics of instruction-finetuning and finetuning for classification later in this book after pretraining a base LLM.
Livros de Apoio
Aurélien Géron, "Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems", 3rd Edition, Publisher : O'Reilly Media, November 8, 2022.
Rob Thomas, Paul Zikopoulos and Kate Soule, “AI Value Creators: Beyond the Generative AI User Mindset”, 1st Edition, O'Reilly Media, May 6, 2025.
Chip Huyen, “AI Engineering: Building Applications with Foundation Models”, 1st Edition, O'Reilly Media, January 7, 2025
Miguel Morales, “Grokking Deep Reinforcement Learning”, Publisher: Manning, October 2020.
Richard S. Sutton and Andrew G. Barto, "Reinforcement Learning: An Introduction", Second Edition, Publisher: Bradford Books, November 13, 2018.
Phil Winder Ph.D., “Reinforcement Learning: Industrial Applications of Intelligent Agents”, Publisher: O'Reilly Media, 1st edition, December 15, 2020.
Yves Hilpisch, "Reinforcement Learning for Finance: A Python-Based Introduction", Publisher: O'Reilly Media, 1st edition, November 19, 2024.