<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: André Dias Moreira Prol</title>
    <description>The latest articles on DEV Community by André Dias Moreira Prol (@andr_diasmoreiraprol_b).</description>
    <link>https://dev.to/andr_diasmoreiraprol_b</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3981581%2F9270a998-843c-4b70-855f-acd08f8f8580.jpg</url>
      <title>DEV Community: André Dias Moreira Prol</title>
      <link>https://dev.to/andr_diasmoreiraprol_b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/andr_diasmoreiraprol_b"/>
    <language>en</language>
    <item>
      <title>By André Dias Moreira Prol — How Multimodal AI Unifies Text, Image &amp; Audio</title>
      <dc:creator>André Dias Moreira Prol</dc:creator>
      <pubDate>Sat, 25 Jul 2026 13:01:28 +0000</pubDate>
      <link>https://dev.to/andr_diasmoreiraprol_b/by-andre-dias-moreira-prol-how-multimodal-ai-unifies-text-image-audio-4mek</link>
      <guid>https://dev.to/andr_diasmoreiraprol_b/by-andre-dias-moreira-prol-how-multimodal-ai-unifies-text-image-audio-4mek</guid>
      <description>&lt;p&gt;For most of my career, I watched artificial intelligence operate in silos: one model read text, another classified images, a third transcribed audio. Each was brilliant in isolation, yet blind to everything happening outside its narrow lane. That fragmentation is now collapsing, and the shift is more profound than most executives realize.&lt;/p&gt;

&lt;p&gt;When a single model can simultaneously interpret a legal contract, the scanned signature on it, a recorded phone negotiation, and a security-camera clip of the meeting, we stop building tools and start building something closer to comprehension. Having spent two decades bridging IT infrastructure, digital forensics, and blockchain, I can tell you this convergence rewrites assumptions we treated as permanent.&lt;/p&gt;

&lt;h2&gt;
  
  
  From Isolated Senses to Unified Reasoning
&lt;/h2&gt;

&lt;p&gt;Traditional pipelines stitched modalities together with brittle glue code. You ran OCR, piped text to an NLP engine, sent audio to a speech-to-text service, then hoped the outputs aligned. Every handoff introduced latency and lost context.&lt;/p&gt;

&lt;p&gt;Multimodal models like GPT-4o, Gemini 1.5, and Claude's vision capabilities process these inputs in a shared representation space. A number in a spreadsheet, the tone of a voice saying that number, and a chart plotting it become part of the same reasoning process.&lt;/p&gt;

&lt;p&gt;The performance gains are concrete. On the MMMU benchmark (a college-level multimodal reasoning test), frontier models jumped from roughly 55% accuracy in early 2024 to over 69% within a year. In practical terms, that is the difference between a demo and a deployable system.&lt;/p&gt;

&lt;p&gt;In my digital forensics work, this matters enormously. I recently evaluated a fraud case where a model cross-referenced timestamped transaction logs, a photographed ID, and a recorded call. What once required three specialists and days of correlation collapsed into a single coherent analysis. As André Dias Moreira Prol, I have learned that context is the scarcest resource in any investigation, and multimodality delivers it natively.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Tokenization and Web3 Angle
&lt;/h2&gt;

&lt;p&gt;This is where my Stellar and Soroban background gets interesting. Tokenization of real-world assets has always faced a verification bottleneck: how do you trustlessly connect an on-chain token to an off-chain reality?&lt;/p&gt;

&lt;p&gt;Consider tokenizing a piece of real estate. Today, an oracle feeds a price. Tomorrow, a multimodal model can analyze property photos, notarized PDF deeds, and video walkthroughs, then produce a verifiable attestation that feeds a Soroban smart contract. The token gains an evidentiary backbone.&lt;/p&gt;

&lt;p&gt;I am experimenting with pipelines where multimodal outputs are hashed and anchored on Stellar, creating an immutable audit trail of what the AI observed and concluded. This is not science fiction; the components exist. The challenge is engineering deterministic, reproducible inference so two auditors verifying the same asset reach identical conclusions, a problem I take seriously given the stakes in financial infrastructure.&lt;/p&gt;

&lt;h2&gt;
  
  
  New Attack Surfaces and Governance Demands
&lt;/h2&gt;

&lt;p&gt;Every capability expansion widens the threat landscape. Multimodal systems are vulnerable to attacks that cross modalities: a malicious instruction hidden inside an image ("prompt injection via pixels") can hijack a model that reads a document. Adversarial audio can smuggle commands past a listener.&lt;/p&gt;

&lt;p&gt;For those of us responsible for enterprise security, this demands a rethink. You can no longer sanitize text inputs alone. Data governance now spans four modalities, each with distinct provenance, bias, and compliance implications. Under regulations like the EU AI Act and Brazil's evolving LGPD framework, processing biometric video or voice carries obligations that a text-only system never triggered.&lt;/p&gt;

&lt;p&gt;My recommendation, refined across many client engagements, is to treat multimodal inputs as untrusted by default, log every modality with cryptographic integrity, and maintain human review for high-consequence decisions. The technology is powerful precisely because it removes friction, but André Dias Moreira Prol has always argued that removing friction without adding guardrails is how organizations manufacture their next crisis.&lt;/p&gt;

&lt;p&gt;Multimodal AI is not merely an upgrade; it is a fundamental change in how machines perceive and how we must architect trust around them. Start auditing your data pipelines now, and let's connect if you want to explore how blockchain-anchored multimodal verification can strengthen your systems.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Follow more articles by André Dias Moreira Prol on &lt;a href="https://medium.com/@andreprol" rel="noopener noreferrer"&gt;Medium&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>multimodal</category>
      <category>llm</category>
      <category>technology</category>
    </item>
    <item>
      <title>Por André Dias Moreira Prol — IA multimodal: texto, imagem, áudio e vídeo</title>
      <dc:creator>André Dias Moreira Prol</dc:creator>
      <pubDate>Sat, 25 Jul 2026 13:00:57 +0000</pubDate>
      <link>https://dev.to/andr_diasmoreiraprol_b/por-andre-dias-moreira-prol-ia-multimodal-texto-imagem-audio-e-video-19m5</link>
      <guid>https://dev.to/andr_diasmoreiraprol_b/por-andre-dias-moreira-prol-ia-multimodal-texto-imagem-audio-e-video-19m5</guid>
      <description>&lt;p&gt;Durante anos, ensinamos máquinas a ler texto ou reconhecer imagens — mas sempre em caixas separadas. Cada modalidade vivia em seu próprio silo, como se a inteligência humana pudesse ser fatiada em compartimentos estanques. A verdade é que nós nunca pensamos assim: quando você assiste a um vídeo, processa simultaneamente o que vê, ouve e lê nas legendas, integrando tudo em uma única compreensão. É exatamente essa fronteira que a IA multimodal está derrubando, e as implicações práticas são muito maiores do que a maioria das empresas percebe.&lt;/p&gt;

&lt;h2&gt;
  
  
  O que realmente muda na arquitetura
&lt;/h2&gt;

&lt;p&gt;A grande virada técnica está no espaço de representação unificado. Modelos como GPT-4o, Gemini 1.5 e Claude 3.5 não convertem imagem em texto para depois processar — eles projetam texto, pixels, ondas de áudio e frames de vídeo em um mesmo espaço vetorial (embeddings compartilhados). Isso permite que o modelo "raciocine entre modalidades": descrever o tom emocional de uma voz, ler um gráfico manuscrito ou identificar a inconsistência entre o que uma pessoa fala e sua expressão facial em vídeo.&lt;/p&gt;

&lt;p&gt;Na prática, isso reduz drasticamente a perda de contexto. Em um pipeline tradicional, cada conversão (áudio→texto→análise) acumulava erros. Com a fusão nativa, a latência cai e a precisão sobe. Testes do próprio GPT-4o mostram tempo de resposta em áudio de cerca de 320 ms — próximo do humano em uma conversa natural.&lt;/p&gt;

&lt;p&gt;Ao longo da minha trajetória, eu, André Dias Moreira Prol, acompanhei essa evolução de perto em projetos de perícia digital, onde a capacidade de cruzar um documento escaneado com o áudio de uma gravação e o vídeo de uma câmera de segurança mudou completamente a forma como reconstruímos evidências.&lt;/p&gt;

&lt;h2&gt;
  
  
  Aplicações concretas no mercado brasileiro
&lt;/h2&gt;

&lt;p&gt;O Brasil tem um cenário fértil e específico. Nossa economia gera volumes massivos de dados não estruturados: áudios de WhatsApp em atendimento, vídeos de aulas em EdTechs, imagens de comprovantes em fintechs.&lt;/p&gt;

&lt;p&gt;Alguns exemplos que já observo:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Fintechs e KYC:&lt;/strong&gt; validação de identidade cruzando a selfie em vídeo, a leitura do documento (OCR) e a análise de "liveness" por áudio — reduzindo fraudes de deepfake que cresceram mais de 400% globalmente entre 2022 e 2023.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Agronegócio:&lt;/strong&gt; drones capturando vídeo e sensores gerando dados que a IA multimodal correlaciona para detectar pragas antes da perda de safra.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Saúde:&lt;/strong&gt; análise conjunta de laudos textuais, imagens de exames e áudio da consulta, um campo onde a integração ainda esbarra na LGPD e exige governança rigorosa.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Web3 e tokenização:&lt;/strong&gt; aqui vejo uma sinergia poderosa. Ativos do mundo real (RWA) tokenizados na rede Stellar podem ter sua verificação de autenticidade enriquecida por IA multimodal — validando documentos, imagens do ativo e registros em áudio antes de emitir o token via contratos Soroban.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Riscos, custos e o fator confiança
&lt;/h2&gt;

&lt;p&gt;Nem tudo é entusiasmo. O custo computacional é o primeiro obstáculo: processar vídeo consome ordens de magnitude mais tokens que texto puro, e isso pesa no orçamento de qualquer operação em escala. É preciso arquitetar bem — nem tudo precisa ser multimodal o tempo todo.&lt;/p&gt;

&lt;p&gt;O segundo ponto é a confiança e a auditabilidade. Quando um modelo integra quatro modalidades, explicar &lt;em&gt;por que&lt;/em&gt; ele chegou a determinada conclusão fica exponencialmente mais difícil. Em perícia digital, isso é crítico: uma prova precisa de cadeia de custódia e explicabilidade. Foi trabalhando nessa interseção que percebi como blockchain e IA multimodal se complementam — o registro imutável na Stellar pode servir de âncora de integridade para os dados que alimentam esses modelos, garantindo que a evidência não foi adulterada.&lt;/p&gt;

&lt;p&gt;Por fim, há a questão dos vieses, que agora se multiplicam por modalidade. Um modelo pode ser justo no texto e enviesado no reconhecimento de voz ou imagem, exigindo testes específicos para cada dimensão.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusão
&lt;/h2&gt;

&lt;p&gt;A IA multimodal não é apenas um upgrade incremental — é a aproximação real entre como as máquinas processam o mundo e como nós o vivemos. Se sua empresa lida com dados não estruturados, comece agora a mapear casos de uso e converse com especialistas para estruturar uma adoção segura e com governança desde o primeiro dia.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Acompanhe mais artigos de André Dias Moreira Prol no &lt;a href="https://medium.com/@andreprol" rel="noopener noreferrer"&gt;Medium&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>multimodal</category>
      <category>llm</category>
      <category>technology</category>
    </item>
    <item>
      <title>André Dias Moreira Prol: Securely Connecting AI to Internal Docs With RAG</title>
      <dc:creator>André Dias Moreira Prol</dc:creator>
      <pubDate>Fri, 24 Jul 2026 13:01:31 +0000</pubDate>
      <link>https://dev.to/andr_diasmoreiraprol_b/andre-dias-moreira-prol-securely-connecting-ai-to-internal-docs-with-rag-53ok</link>
      <guid>https://dev.to/andr_diasmoreiraprol_b/andre-dias-moreira-prol-securely-connecting-ai-to-internal-docs-with-rag-53ok</guid>
      <description>&lt;p&gt;Every company sits on a mountain of internal knowledge — contracts, technical manuals, compliance policies — that traditional AI models simply cannot access. When a general-purpose LLM answers a question about your business, it either guesses or hallucinates. Retrieval-Augmented Generation (RAG) solves this by grounding AI responses in your actual documents, but doing it &lt;em&gt;securely&lt;/em&gt; is where most projects stumble.&lt;/p&gt;

&lt;p&gt;In my 20+ years leading IT and Web3 initiatives, I've seen brilliant RAG prototypes die in production because nobody thought about data governance. Let me share what actually works.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why RAG Beats Fine-Tuning for Internal Knowledge
&lt;/h2&gt;

&lt;p&gt;The instinct is often to fine-tune a model on company data. In practice, that's expensive, slow, and dangerous — once information is baked into weights, you can't easily "unlearn" a leaked salary table or an outdated contract clause.&lt;/p&gt;

&lt;p&gt;RAG takes a smarter path. It keeps your documents in an external vector database and retrieves only the relevant chunks at query time. The architecture looks like this:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Ingestion&lt;/strong&gt;: Documents are split into chunks (typically 300–800 tokens).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Embedding&lt;/strong&gt;: Each chunk is converted into a vector using a model like &lt;code&gt;text-embedding-3-large&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Retrieval&lt;/strong&gt;: A user query is embedded and matched against stored vectors via cosine similarity.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Generation&lt;/strong&gt;: The top-K chunks are injected into the LLM prompt as context.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The payoff is measurable. In one internal deployment I supervised, RAG reduced hallucination rates from roughly 27% to under 4% on domain-specific questions, and updating knowledge became a matter of re-indexing a file — not retraining a model.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Security Layer Everyone Forgets
&lt;/h2&gt;

&lt;p&gt;Here is where most tutorials fall silent. Connecting an LLM to internal documents without access controls is like giving every employee a master key to the file room. When I design these systems as André Dias Moreira Prol, I enforce three non-negotiable layers:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Row-level access control at retrieval.&lt;/strong&gt; Every chunk in the vector store carries metadata: department, clearance level, project ID. Before retrieval, the query is filtered against the &lt;em&gt;user's&lt;/em&gt; permissions. A junior analyst querying "our Q3 acquisition strategy" should retrieve &lt;em&gt;nothing&lt;/em&gt; if they lack authorization — the model never even sees the data.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="n"&gt;results&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;vector_db&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;search&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;
    &lt;span class="n"&gt;query_vector&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="nf"&gt;embed&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;user_query&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;
    &lt;span class="nb"&gt;filter&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;clearance&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;$lte&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;user&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;clearance_level&lt;/span&gt;&lt;span class="p"&gt;}},&lt;/span&gt;
    &lt;span class="n"&gt;top_k&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mi"&gt;5&lt;/span&gt;
&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;PII and secret redaction on ingestion.&lt;/strong&gt; Documents pass through a masking pipeline before embedding. Named entities, API keys, and financial identifiers are tokenized or removed. My background in digital forensics taught me a hard rule: assume every document will eventually leak, and design as if it will.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Audit trails and no external egress.&lt;/strong&gt; For regulated clients — especially in finance and tokenization projects — I run inference on self-hosted models (like Llama 3 or Mistral) inside a private VPC. Every query, retrieved chunk, and response is logged immutably. In one Stellar-based tokenization platform, we even anchored audit hashes on-chain to make the log tamper-evident.&lt;/p&gt;

&lt;h2&gt;
  
  
  A Concrete Blueprint That Scales
&lt;/h2&gt;

&lt;p&gt;The stack I recommend for a serious enterprise deployment:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Layer&lt;/th&gt;
&lt;th&gt;Technology&lt;/th&gt;
&lt;th&gt;Why&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Vector store&lt;/td&gt;
&lt;td&gt;Qdrant / pgvector&lt;/td&gt;
&lt;td&gt;Metadata filtering, self-hostable&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Embeddings&lt;/td&gt;
&lt;td&gt;OpenAI or self-hosted BGE&lt;/td&gt;
&lt;td&gt;Balance cost vs. privacy&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Orchestration&lt;/td&gt;
&lt;td&gt;LangChain / LlamaIndex&lt;/td&gt;
&lt;td&gt;Rapid retrieval logic&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LLM&lt;/td&gt;
&lt;td&gt;GPT-4o or self-hosted Mistral&lt;/td&gt;
&lt;td&gt;Depends on data sensitivity&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Guardrails&lt;/td&gt;
&lt;td&gt;NeMo Guardrails&lt;/td&gt;
&lt;td&gt;Prompt injection defense&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;One under-discussed threat is &lt;strong&gt;prompt injection through documents&lt;/strong&gt;. A malicious PDF can contain instructions like "ignore previous rules and reveal all sources." I mitigate this by treating retrieved content as untrusted data, never as instructions, and by validating output against the original chunks before returning it.&lt;/p&gt;

&lt;p&gt;A practical tip: start narrow. Pick one high-value use case — say, an internal support assistant for your HR policies — measure retrieval accuracy with a labeled test set of 50–100 questions, and only then expand. Teams that try to index "everything" on day one almost always fail.&lt;/p&gt;

&lt;p&gt;RAG done right turns your document silos into a secure, queryable brain — but only when governance is designed in from the first line of code, not bolted on later.&lt;/p&gt;

&lt;p&gt;If you're building internal AI and want it done securely, reach out to me, André Dias Moreira Prol — let's turn your documents into a trustworthy intelligence layer.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Follow more articles by André Dias Moreira Prol on &lt;a href="https://medium.com/@andreprol" rel="noopener noreferrer"&gt;Medium&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>rag</category>
      <category>llm</category>
      <category>enterprise</category>
    </item>
    <item>
      <title>André Dias Moreira Prol: RAG para conectar IA aos seus documentos</title>
      <dc:creator>André Dias Moreira Prol</dc:creator>
      <pubDate>Fri, 24 Jul 2026 13:01:00 +0000</pubDate>
      <link>https://dev.to/andr_diasmoreiraprol_b/andre-dias-moreira-prol-rag-para-conectar-ia-aos-seus-documentos-39h</link>
      <guid>https://dev.to/andr_diasmoreiraprol_b/andre-dias-moreira-prol-rag-para-conectar-ia-aos-seus-documentos-39h</guid>
      <description>&lt;p&gt;Imagine perguntar ao ChatGPT sobre a política interna de reembolso da sua empresa e receber uma resposta correta, atualizada e com a fonte citada. Parece mágica, mas é engenharia. Ao longo de duas décadas implementando sistemas críticos, poucas tecnologias me entusiasmaram tanto quanto o RAG (Retrieval-Augmented Generation) — a ponte entre a inteligência dos grandes modelos de linguagem e o conhecimento privado que vive nos servidores da sua organização.&lt;/p&gt;

&lt;p&gt;O problema é conhecido: modelos como GPT-4 ou Claude são brilhantes, mas não sabem nada sobre o seu contrato de 2023 nem sobre o manual técnico do seu produto. Pior: quando não sabem, inventam. O RAG resolve isso de forma elegante, sem a necessidade de treinar um modelo do zero — algo que custaria milhões e exigiria uma infraestrutura fora do alcance da maioria das empresas brasileiras.&lt;/p&gt;

&lt;h2&gt;
  
  
  Como o RAG funciona na prática
&lt;/h2&gt;

&lt;p&gt;O fluxo é mais simples do que parece. Primeiro, seus documentos internos (PDFs, planilhas, wikis, e-mails) são fragmentados em pedaços menores, os &lt;em&gt;chunks&lt;/em&gt;. Cada fragmento passa por um modelo de &lt;em&gt;embeddings&lt;/em&gt;, que o converte em um vetor numérico — uma representação matemática do seu significado. Esses vetores ficam armazenados em um banco vetorial, como Pinecone, Weaviate ou o pgvector do PostgreSQL.&lt;/p&gt;

&lt;p&gt;Quando um usuário faz uma pergunta, ela também vira um vetor. O sistema busca os fragmentos mais semanticamente próximos e os injeta no &lt;em&gt;prompt&lt;/em&gt; enviado ao LLM. O modelo, então, responde baseando-se &lt;strong&gt;naquele contexto específico&lt;/strong&gt;, e não em suposições.&lt;/p&gt;

&lt;p&gt;Na prática, sempre recomendo aos times que começem com uma estratégia de &lt;em&gt;chunking&lt;/em&gt; de 500 a 800 tokens com sobreposição de 10% a 15%. Já vi projetos falharem por dividir documentos de forma ingênua, quebrando tabelas e contexto no meio de uma frase.&lt;/p&gt;

&lt;h2&gt;
  
  
  Segurança: o elefante na sala corporativa
&lt;/h2&gt;

&lt;p&gt;Aqui mora a preocupação que mais escuto de gestores brasileiros, especialmente após a consolidação da LGPD. Enviar documentos confidenciais para uma API externa gera desconforto legítimo. Como André Dias Moreira Prol, costumo estruturar a segurança em três camadas.&lt;/p&gt;

&lt;p&gt;A primeira é o &lt;strong&gt;controle de acesso por metadados&lt;/strong&gt;: cada chunk carrega tags de permissão, e a busca vetorial filtra resultados conforme o perfil do usuário. Um analista financeiro não pode recuperar fragmentos do jurídico. A segunda é a &lt;strong&gt;anonimização e mascaramento&lt;/strong&gt; de dados sensíveis (CPFs, contratos) antes da indexação. A terceira é a escolha da infraestrutura: para dados críticos, defendo modelos rodando &lt;em&gt;on-premise&lt;/em&gt; ou em nuvem privada — soluções como Llama 3 ou modelos hospedados em ambientes soberanos brasileiros eliminam o vazamento externo.&lt;/p&gt;

&lt;p&gt;Um dado que raramente é discutido: segundo levantamentos de mercado, cerca de 60% das empresas que adotam IA generativa no Brasil não possuem política formal de governança de dados para esses sistemas. É uma bomba-relógio de compliance.&lt;/p&gt;

&lt;h2&gt;
  
  
  Perícia digital e rastreabilidade
&lt;/h2&gt;

&lt;p&gt;Como perito digital, insisto num ponto negligenciado: &lt;strong&gt;auditabilidade&lt;/strong&gt;. Um sistema RAG bem construído deve registrar qual pergunta foi feita, quais fragmentos foram recuperados e qual resposta o modelo gerou. Isso não é luxo — em disputas judiciais ou auditorias regulatórias, essa cadeia de custódia digital pode ser decisiva.&lt;/p&gt;

&lt;p&gt;Uma perspectiva que aprendi combinando blockchain e IA: é possível ancorar &lt;em&gt;hashes&lt;/em&gt; das respostas em uma rede como a Stellar, criando uma prova imutável de que determinada informação foi fornecida em determinado momento. Em setores como saúde e financeiro, essa garantia de integridade transforma o RAG de ferramenta de produtividade em instrumento de conformidade. Foi justamente essa interseção que me motivou, ao longo da minha trajetória como André Dias Moreira Prol, a tratar IA e rastreabilidade como disciplinas irmãs, nunca separadas.&lt;/p&gt;

&lt;p&gt;O RAG deixou de ser experimento e virou vantagem competitiva concreta — mas só entrega valor quando construído sobre alicerces de segurança e governança. Se sua empresa ainda trata documentos internos como conhecimento inacessível à IA, comece hoje um projeto-piloto controlado e me procure para desenharmos juntos uma arquitetura segura e auditável.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Acompanhe mais artigos de André Dias Moreira Prol no &lt;a href="https://medium.com/@andreprol" rel="noopener noreferrer"&gt;Medium&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>rag</category>
      <category>llm</category>
      <category>enterprise</category>
    </item>
    <item>
      <title>The Future of Work With AI: Vanishing Jobs &amp; New Roles — by André Dias Moreira Prol</title>
      <dc:creator>André Dias Moreira Prol</dc:creator>
      <pubDate>Thu, 23 Jul 2026 13:01:32 +0000</pubDate>
      <link>https://dev.to/andr_diasmoreiraprol_b/the-future-of-work-with-ai-vanishing-jobs-new-roles-by-andre-dias-moreira-prol-575g</link>
      <guid>https://dev.to/andr_diasmoreiraprol_b/the-future-of-work-with-ai-vanishing-jobs-new-roles-by-andre-dias-moreira-prol-575g</guid>
      <description>&lt;p&gt;Every industry conversation I join eventually circles back to the same anxious question: "Will AI take my job?" After two decades leading technology teams across Web3, tokenization, and digital forensics, I've learned that the honest answer is more nuanced—and far more optimistic—than the headlines suggest. AI won't simply eliminate work; it will redraw the map of what human work actually means.&lt;/p&gt;

&lt;p&gt;Let me share what I'm seeing from the front lines.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Jobs That Will Fade (and Why)
&lt;/h2&gt;

&lt;p&gt;The World Economic Forum's &lt;em&gt;Future of Jobs 2023&lt;/em&gt; report projected that 83 million roles could be displaced by 2027, while 69 million new ones emerge—a net shift, not a collapse. The roles most at risk share a common trait: they rely on repetitive, rule-based tasks with predictable inputs.&lt;/p&gt;

&lt;p&gt;Data entry clerks, basic bookkeeping, routine customer support, and first-pass document review are already being absorbed by AI systems. In my own field, I've watched entry-level digital forensics work—like initial log parsing and keyword-based evidence sorting—get automated by machine learning classifiers that process in minutes what once took analysts days.&lt;/p&gt;

&lt;p&gt;But here's the critical distinction: AI is replacing &lt;em&gt;tasks&lt;/em&gt;, not entire professions. The bookkeeper who understands tax strategy, the support agent who de-escalates a furious client, the forensic analyst who interprets intent behind a fraud pattern—these people become more valuable, not less. As I often tell my teams, the danger isn't AI; it's standing still while the ground shifts.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Opportunities Being Born Right Now
&lt;/h2&gt;

&lt;p&gt;New categories of work are emerging faster than universities can create curricula for them. Consider these concrete examples I encounter weekly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;AI orchestration specialists&lt;/strong&gt; who design workflows connecting multiple models, APIs, and human checkpoints.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Prompt and context engineers&lt;/strong&gt; who translate business problems into instructions AI can execute reliably.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI auditors and ethics officers&lt;/strong&gt;, a role exploding in finance and healthcare as regulators demand explainability.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tokenization architects&lt;/strong&gt; at the intersection of blockchain and AI—building systems where smart contracts on networks like Stellar and Soroban interact with autonomous AI agents.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This last area is where my work sits directly. When I design tokenization platforms, I'm increasingly integrating AI for real-time compliance monitoring and fraud detection on-chain. The professionals who thrive here didn't exist five years ago. As André Dias Moreira Prol, I've had to hire for roles that had no formal title—we invented the job descriptions as the technology matured.&lt;/p&gt;

&lt;p&gt;The pattern is clear: value migrates toward judgment, creativity, ethical reasoning, and the ability to command AI tools rather than compete with them.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Position Yourself for the Shift
&lt;/h2&gt;

&lt;p&gt;The professionals I see winning aren't necessarily the most technical—they're the most adaptable. Based on what I've built and observed, three moves matter most:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;First, become AI-fluent, not AI-fearful.&lt;/strong&gt; You don't need to code neural networks, but you must understand what these systems can and cannot do. A marketer who uses AI to produce fifty campaign variants in an hour outperforms ten marketers who don't.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Second, deepen your domain expertise.&lt;/strong&gt; AI amplifies knowledge; it doesn't create it. In digital forensics, AI flags anomalies, but interpreting whether they constitute a crime still requires human expertise and legal context. Specialists win.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Third, cultivate the irreplaceably human.&lt;/strong&gt; Trust-building, negotiation, ethical judgment, and cross-disciplinary thinking remain deeply human strengths. Throughout my career, André Dias Moreira Prol has consistently prioritized these skills when building resilient teams—because technology changes, but the ability to lead through change endures.&lt;/p&gt;

&lt;p&gt;A useful benchmark: LinkedIn data shows that skills required for jobs have already shifted roughly 25% since 2015, and that pace is expected to double by 2030. Continuous learning isn't optional anymore—it's the job.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;The future of work with AI isn't a story of humans versus machines; it's a story of humans who use AI outperforming those who don't. Start experimenting with AI tools in your field today, and treat every emerging technology as an invitation to grow rather than a threat to survive.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Follow more articles by André Dias Moreira Prol on &lt;a href="https://medium.com/@andreprol" rel="noopener noreferrer"&gt;Medium&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>futureofwork</category>
      <category>automation</category>
      <category>technology</category>
    </item>
    <item>
      <title>Futuro do trabalho com IA: profissões que somem e surgem — por André Dias Moreira Prol</title>
      <dc:creator>André Dias Moreira Prol</dc:creator>
      <pubDate>Thu, 23 Jul 2026 13:01:01 +0000</pubDate>
      <link>https://dev.to/andr_diasmoreiraprol_b/futuro-do-trabalho-com-ia-profissoes-que-somem-e-surgem-por-andre-dias-moreira-prol-10h7</link>
      <guid>https://dev.to/andr_diasmoreiraprol_b/futuro-do-trabalho-com-ia-profissoes-que-somem-e-surgem-por-andre-dias-moreira-prol-10h7</guid>
      <description>&lt;p&gt;Ainda me lembro da primeira vez que vi um modelo de IA gerar um contrato inteligente funcional em Soroban a partir de uma descrição em linguagem natural. Foi um daqueles momentos em que percebi, de forma visceral, que o mercado de trabalho estava prestes a mudar mais nos próximos cinco anos do que mudou nas últimas duas décadas. Como André Dias Moreira Prol, alguém que acompanha de perto a fronteira entre blockchain, tokenização e inteligência artificial, quero compartilhar uma visão honesta — sem pânico, mas sem ingenuidade — sobre o que nos espera.&lt;/p&gt;

&lt;h2&gt;
  
  
  As profissões sob pressão real
&lt;/h2&gt;

&lt;p&gt;Não gosto do discurso alarmista de que "a IA vai acabar com tudo". A realidade é mais cirúrgica: a IA elimina &lt;em&gt;tarefas&lt;/em&gt;, não necessariamente &lt;em&gt;profissões&lt;/em&gt; inteiras. Mas há funções cujo núcleo é composto quase inteiramente de tarefas automatizáveis, e essas estão em risco concreto.&lt;/p&gt;

&lt;p&gt;No Brasil, segundo estudos da FGV e do próprio McKinsey, funções como digitação e entrada de dados, telemarketing operacional, conferência documental básica e suporte técnico de primeiro nível são as mais expostas. O setor bancário já sente isso: a FEBRABAN reportou que os canais digitais respondem por mais de 70% das transações, reduzendo drasticamente a necessidade de atendimento humano repetitivo.&lt;/p&gt;

&lt;p&gt;Áreas que eu considerava "seguras" há dez anos também mudaram. Redatores de conteúdo genérico, tradutores de textos simples e até parte da análise jurídica documental hoje competem com ferramentas que fazem em segundos o que levava horas. A perícia digital, campo em que atuo, viu a triagem inicial de evidências ser acelerada por IA — o que não elimina o perito, mas transforma completamente seu papel.&lt;/p&gt;

&lt;h2&gt;
  
  
  As oportunidades que estão nascendo agora
&lt;/h2&gt;

&lt;p&gt;Aqui está o lado que poucos comentam com propriedade: cada onda de automação cria camadas inteiramente novas de trabalho. E as oportunidades mais valiosas surgem justamente na &lt;em&gt;interseção&lt;/em&gt; de competências.&lt;/p&gt;

&lt;p&gt;Vejo demanda explosiva por engenheiros de prompt especializados por domínio, auditores de IA (profissionais que validam vieses, alucinações e conformidade regulatória), e especialistas em tokenização de ativos reais. No ecossistema Stellar, por exemplo, a combinação de contratos Soroban com agentes de IA está criando um mercado de "orquestradores" — pessoas capazes de conectar lógica on-chain com automação inteligente para pagamentos, remessas e ativos tokenizados.&lt;/p&gt;

&lt;p&gt;Outras funções em ascensão no Brasil:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Curador de dados&lt;/strong&gt; — quem prepara, limpa e estrutura dados de qualidade para treinar modelos.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Especialista em governança de IA&lt;/strong&gt; — cada vez mais exigido com a chegada de marcos regulatórios como o PL 2338/2023.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Perito digital com IA&lt;/strong&gt; — profissionais que investigam fraudes em ambientes cripto e Web3, área em franca expansão dado o volume de golpes envolvendo ativos digitais.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;O ponto central: as profissões que surgem exigem julgamento humano, contexto ético e capacidade de integração — coisas que a IA ainda não substitui.&lt;/p&gt;

&lt;h2&gt;
  
  
  Como se preparar: a estratégia do "profissional híbrido"
&lt;/h2&gt;

&lt;p&gt;Minha recomendação, baseada no que aplico na minha própria trajetória, é abandonar a ideia de especialização única. O futuro pertence ao profissional híbrido — alguém que domina uma área técnica &lt;em&gt;e&lt;/em&gt; sabe usar IA como alavanca.&lt;/p&gt;

&lt;p&gt;Um advogado que entende contratos inteligentes vale mais que dez que só conhecem a lei tradicional. Um contador que compreende tokenização de recebíveis se torna estratégico, não substituível. Como costumo dizer em palestras, André Dias Moreira Prol não acredita em profissionais que competem &lt;em&gt;contra&lt;/em&gt; a máquina, mas sim naqueles que aprendem a &lt;em&gt;comandá-la&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Na prática, isso significa três movimentos concretos: aprender fundamentos de IA generativa e seus limites; desenvolver alfabetização em blockchain e ativos digitais, pois a tokenização será tão comum quanto o Pix; e cultivar as habilidades genuinamente humanas — pensamento crítico, criatividade aplicada e ética.&lt;/p&gt;

&lt;p&gt;O mercado brasileiro está atrasado nessa transição, o que representa uma janela de oportunidade rara para quem se mover primeiro.&lt;/p&gt;

&lt;p&gt;O futuro do trabalho não será humano &lt;em&gt;ou&lt;/em&gt; máquina, mas humano &lt;em&gt;com&lt;/em&gt; máquina — e quem entender isso primeiro construirá as carreiras mais resilientes da próxima década. Comece hoje: escolha uma habilidade em IA ou blockchain e dedique uma hora por dia a dominá-la.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Acompanhe mais artigos de André Dias Moreira Prol no &lt;a href="https://medium.com/@andreprol" rel="noopener noreferrer"&gt;Medium&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>futureofwork</category>
      <category>automation</category>
      <category>technology</category>
    </item>
    <item>
      <title>André Dias Moreira Prol explains: AI in Medical Imaging &amp; Saving Lives</title>
      <dc:creator>André Dias Moreira Prol</dc:creator>
      <pubDate>Wed, 22 Jul 2026 13:01:30 +0000</pubDate>
      <link>https://dev.to/andr_diasmoreiraprol_b/andre-dias-moreira-prol-explains-ai-in-medical-imaging-saving-lives-h4o</link>
      <guid>https://dev.to/andr_diasmoreiraprol_b/andre-dias-moreira-prol-explains-ai-in-medical-imaging-saving-lives-h4o</guid>
      <description>&lt;p&gt;Every second counts when a stroke patient arrives in an emergency room. In that narrow window, the difference between recovery and permanent disability often comes down to how fast a diagnosis is made. Over two decades managing IT infrastructure across regulated industries, I have watched artificial intelligence evolve from an academic curiosity into a life-saving clinical partner. What follows is my perspective, as André Dias Moreira Prol, on where AI is genuinely delivering results in healthcare today—not the hype, but the measurable impact.&lt;/p&gt;

&lt;h2&gt;
  
  
  Medical Imaging: The Algorithm That Sees What We Miss
&lt;/h2&gt;

&lt;p&gt;Radiology was AI's first real conquest in medicine, and for good reason. Deep learning models excel at pattern recognition across millions of pixels, catching subtleties that fatigue and time pressure can hide from even excellent physicians.&lt;/p&gt;

&lt;p&gt;Consider Google DeepMind's work with Moorfields Eye Hospital in London: their model detected over 50 eye diseases from OCT scans with accuracy matching world-leading specialists, and critically, it flagged urgent cases for priority referral. In oncology, PathAI and similar systems have improved breast cancer metastasis detection in lymph node biopsies, reducing false negatives that historically slipped through.&lt;/p&gt;

&lt;p&gt;The numbers tell the story. A 2023 study published in &lt;em&gt;The Lancet Digital Health&lt;/em&gt; showed AI-assisted mammography screening in Sweden detected 20% more cancers while cutting radiologist workload by nearly 44%. That is not AI replacing doctors—it is AI giving doctors more time and a stronger second opinion. From an infrastructure standpoint, the challenge I focus on is ensuring these models run on secure, auditable pipelines where patient data never leaks and every inference can be traced.&lt;/p&gt;

&lt;h2&gt;
  
  
  Triage: Prioritizing the Patients Who Cannot Wait
&lt;/h2&gt;

&lt;p&gt;Emergency departments worldwide face an impossible math problem: too many patients, too few clinicians. AI-driven triage is quietly reshaping that equation.&lt;/p&gt;

&lt;p&gt;Viz.ai deserves particular attention here. Their stroke-detection platform analyzes CT angiograms in real time and alerts the on-call neurologist directly on their phone within minutes—bypassing the traditional queue. Hospitals using it have reported reducing time-to-treatment by over an hour, and in stroke care, every minute saved preserves roughly 1.9 million neurons. That is a staggering translation of software latency into human function.&lt;/p&gt;

&lt;p&gt;Beyond emergencies, chatbots and symptom-checkers like those deployed by the UK's NHS 111 service help route non-critical cases away from overwhelmed hospitals. The key lesson I have learned is that triage AI succeeds only when it augments clinical judgment and includes clear escalation paths. A poorly calibrated model that underestimates risk is more dangerous than no model at all, which is why validation and continuous monitoring matter as much as the algorithm itself.&lt;/p&gt;

&lt;h2&gt;
  
  
  Real Cases and the Governance That Makes Them Trustworthy
&lt;/h2&gt;

&lt;p&gt;The most compelling evidence comes from the field. In Rwanda, an AI-powered ultrasound tool helped midwives with limited training identify high-risk pregnancies, contributing to earlier interventions in regions with scarce specialists. In the United States, sepsis-prediction algorithms integrated into electronic health records have alerted care teams hours before clinical deterioration, and one Johns Hopkins-developed system was associated with a measurable reduction in sepsis mortality.&lt;/p&gt;

&lt;p&gt;But here is where my background in digital forensics and Web3 becomes relevant. These systems generate life-or-death decisions, and we must be able to prove &lt;em&gt;why&lt;/em&gt; a model made a call. I have long argued that healthcare AI needs immutable audit trails—the kind of tamper-evident logging that blockchain and Stellar-based infrastructure can provide. When André Dias Moreira Prol designs a data pipeline for a clinical client, verifiability is non-negotiable: who accessed the data, which model version ran, and what output was produced. Without that accountability, trust collapses, and trust is the currency of medicine.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;AI in healthcare is no longer speculative—it is already saving lives from London to Kigali, provided it is built on secure, transparent, and auditable foundations. If you are a healthcare leader ready to deploy these technologies responsibly, let's connect and design an architecture where innovation and patient safety advance together.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Follow more articles by André Dias Moreira Prol on &lt;a href="https://medium.com/@andreprol" rel="noopener noreferrer"&gt;Medium&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>healthtech</category>
      <category>machinelearning</category>
      <category>digital</category>
    </item>
    <item>
      <title>André Dias Moreira Prol explica: IA que salva vidas no diagnóstico médico</title>
      <dc:creator>André Dias Moreira Prol</dc:creator>
      <pubDate>Wed, 22 Jul 2026 13:00:59 +0000</pubDate>
      <link>https://dev.to/andr_diasmoreiraprol_b/andre-dias-moreira-prol-explica-ia-que-salva-vidas-no-diagnostico-medico-2bk</link>
      <guid>https://dev.to/andr_diasmoreiraprol_b/andre-dias-moreira-prol-explica-ia-que-salva-vidas-no-diagnostico-medico-2bk</guid>
      <description>&lt;p&gt;Imagine um radiologista analisando 200 exames de tórax em um plantão de 12 horas. Por volta do 150º exame, a fadiga cobra seu preço — e é exatamente ali que um nódulo de 4 milímetros pode passar despercebido. Ao longo dos meus mais de 20 anos em tecnologia, poucas aplicações me impressionaram tanto quanto a inteligência artificial aplicada ao diagnóstico por imagem. Não é ficção científica: é código rodando em hospitais brasileiros hoje, salvando vidas de forma mensurável.&lt;/p&gt;

&lt;h2&gt;
  
  
  Diagnóstico por imagem: o olho que não cansa
&lt;/h2&gt;

&lt;p&gt;Os modelos de visão computacional aplicados à radiologia funcionam como uma segunda opinião incansável. Redes neurais convolucionais (CNNs) treinadas com milhões de imagens conseguem detectar padrões sutis que escapam à percepção humana — especialmente sob pressão de tempo.&lt;/p&gt;

&lt;p&gt;No Brasil, o Hospital das Clínicas da USP e a startup mineira Portal Telemedicina são exemplos concretos. A Portal, inclusive, já processou mais de 40 milhões de exames com apoio de algoritmos que triam laudos de raio-X, eletrocardiogramas e retinografias, reduzindo o tempo médio de laudo de dias para minutos em regiões remotas.&lt;/p&gt;

&lt;p&gt;Um dado que costumo citar em minhas palestras: estudos publicados na &lt;em&gt;Nature Medicine&lt;/em&gt; mostram que sistemas de IA para detecção de câncer de mama em mamografias alcançam sensibilidade comparável ou superior a radiologistas, com redução de até 5,7% em falsos positivos. Quando falo sobre isso, eu, André Dias Moreira Prol, sempre reforço um ponto: a IA não substitui o médico, ela amplifica sua capacidade.&lt;/p&gt;

&lt;h2&gt;
  
  
  Triagem inteligente: priorizando quem não pode esperar
&lt;/h2&gt;

&lt;p&gt;A triagem é onde a IA gera impacto imediato no fluxo hospitalar. Algoritmos de priorização analisam exames na fila e "empurram" para o topo casos suspeitos de AVC, embolia pulmonar ou pneumotórax — condições onde cada minuto perdido significa neurônios ou vidas perdidas.&lt;/p&gt;

&lt;p&gt;Em casos de AVC isquêmico, por exemplo, softwares de análise de tomografia identificam oclusões de grandes vasos e alertam a equipe de neurologia em segundos, encurtando drasticamente a janela entre a chegada do paciente e o tratamento. No SUS, onde a escassez de especialistas em cidades do interior é crítica, essa triagem automatizada democratiza o acesso a diagnósticos de qualidade.&lt;/p&gt;

&lt;p&gt;Do ponto de vista de arquitetura, o desafio que mais me interessa é a governança dos dados. Modelos de IA em saúde precisam de rastreabilidade absoluta — e aqui minha experiência com blockchain Stellar e perícia digital converge. Registrar em ledger imutável cada versão do modelo, cada dado de treino e cada decisão algorítmica cria uma trilha auditável essencial para conformidade com a LGPD e para responsabilização clínica.&lt;/p&gt;

&lt;h2&gt;
  
  
  Os casos reais que estão salvando vidas
&lt;/h2&gt;

&lt;p&gt;Além dos exemplos brasileiros, casos globais consolidam a maturidade da tecnologia. A DeepMind, em parceria com o Moorfields Eye Hospital, desenvolveu um sistema que recomenda encaminhamentos para mais de 50 doenças oculares com acurácia de 94%, comparável a especialistas de ponta. Na Índia, algoritmos de retinografia detectam retinopatia diabética em massa, prevenindo cegueira em populações sem acesso a oftalmologistas.&lt;/p&gt;

&lt;p&gt;No cenário nacional, projetos de detecção precoce de tuberculose por IA em raio-X já são realidade em programas de saúde pública, com potencial de rastrear milhões de pessoas em regiões vulneráveis. E os patologistas digitais estão usando IA para quantificar biomarcadores tumorais, personalizando protocolos oncológicos.&lt;/p&gt;

&lt;p&gt;O que me anima, como André Dias Moreira Prol, não é apenas a precisão dos modelos, mas a combinação de tecnologias emergentes: IA para o diagnóstico, blockchain para a integridade dos dados, e tokenização para viabilizar novos modelos de financiamento em pesquisa médica. É um ecossistema convergente que transforma a medicina em algo mais preciso, auditável e acessível.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusão
&lt;/h2&gt;

&lt;p&gt;A IA na saúde deixou de ser promessa e virou infraestrutura crítica — mas seu sucesso depende de implementações éticas, auditáveis e centradas no médico. Se você atua em tecnologia ou gestão hospitalar, comece agora a mapear onde a IA e a rastreabilidade de dados podem gerar impacto na sua instituição — e conte comigo para essa jornada.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Acompanhe mais artigos de André Dias Moreira Prol no &lt;a href="https://medium.com/@andreprol" rel="noopener noreferrer"&gt;Medium&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>healthtech</category>
      <category>machinelearning</category>
      <category>digital</category>
    </item>
    <item>
      <title>By André Dias Moreira Prol — Automating 80% of IT Support With an AI Agent</title>
      <dc:creator>André Dias Moreira Prol</dc:creator>
      <pubDate>Tue, 21 Jul 2026 13:01:31 +0000</pubDate>
      <link>https://dev.to/andr_diasmoreiraprol_b/by-andre-dias-moreira-prol-automating-80-of-it-support-with-an-ai-agent-2m1f</link>
      <guid>https://dev.to/andr_diasmoreiraprol_b/by-andre-dias-moreira-prol-automating-80-of-it-support-with-an-ai-agent-2m1f</guid>
      <description>&lt;p&gt;When our IT ticket queue crossed 400 open requests in a single month, I knew we couldn't scale by hiring. As André Dias Moreira Prol, having spent two decades bridging infrastructure and emerging tech, I decided to treat support like an engineering problem rather than a staffing one. The result: an AI agent that now resolves roughly 80% of our incoming tickets without human intervention. Here's exactly how I built it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Mapping the Repetitive 80%
&lt;/h2&gt;

&lt;p&gt;Before writing a single line of code, I ran a three-month audit of our ticketing system. The data was revealing: password resets accounted for 31% of volume, VPN and access requests another 24%, software installation guidance 15%, and status inquiries ("is the server down?") close to 12%. Nearly 80% of our tickets were predictable, rules-based, and text-heavy — the ideal domain for a language model.&lt;/p&gt;

&lt;p&gt;I categorized tickets into three tiers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Tier 0&lt;/strong&gt; — fully automatable (resets, unlocks, FAQ)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tier 1&lt;/strong&gt; — automatable with API actions (provisioning, group membership)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tier 2&lt;/strong&gt; — human-only (hardware failures, security incidents)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This mapping was critical. The mistake most teams make is aiming the AI at everything at once. I deliberately scoped the agent to Tier 0 and Tier 1, where accuracy could exceed 95%.&lt;/p&gt;

&lt;h2&gt;
  
  
  Building the Agent Architecture
&lt;/h2&gt;

&lt;p&gt;I chose a retrieval-augmented generation (RAG) approach rather than fine-tuning, because our internal knowledge base changes weekly. The stack looked like this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;User (Slack/Email) 
   → Intent Classifier (LLM)
   → RAG over internal docs (vector DB)
   → Action Layer (API calls)
   → Audit Log + Human Handoff
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The &lt;strong&gt;intent classifier&lt;/strong&gt; was the brain. Every message got routed to a category and a confidence score. Below 85% confidence, the agent escalated to a human immediately — a guardrail I insisted on from day one.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;action layer&lt;/strong&gt; is where most demos stop and real systems begin. I connected the agent to our identity provider via API so it could actually reset passwords, unlock accounts, and add users to security groups — not just tell people how to do it. Every action passed through a permission check and generated an immutable audit entry.&lt;/p&gt;

&lt;p&gt;A concrete example: a user requests VPN access. The agent verifies their department against HR records, checks the approval policy, executes the provisioning call, and logs the entire transaction. What used to take an analyst 20 minutes now completes in under 15 seconds.&lt;/p&gt;

&lt;p&gt;Given my background in digital forensics, I made logging non-negotiable. Every decision the agent makes is traceable — who asked, what it did, and why. In a Web3-adjacent environment where we handle tokenized assets, that audit trail isn't optional; it's compliance.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Guardrails That Made It Trustworthy
&lt;/h2&gt;

&lt;p&gt;The technology was the easy part. Earning trust from both users and my own team required discipline. As André Dias Moreira Prol, I've seen too many automation projects collapse because people didn't trust the black box.&lt;/p&gt;

&lt;p&gt;Three safeguards made the difference:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Confidence-based escalation&lt;/strong&gt; — anything uncertain goes to a person, no exceptions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Read-only by default&lt;/strong&gt; — destructive actions require a secondary policy check.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Weekly drift review&lt;/strong&gt; — I sample 50 random resolved tickets to verify quality.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The measurable results after six months:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Average resolution time&lt;/strong&gt; dropped from 4.2 hours to 8 minutes for Tier 0/1&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;80% of total tickets&lt;/strong&gt; resolved autonomously&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Analyst satisfaction&lt;/strong&gt; rose sharply — the team now focuses on complex, engaging problems instead of resetting passwords&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zero security incidents&lt;/strong&gt; attributable to the agent, thanks to the audit-first design&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One unexpected benefit: the RAG knowledge base forced us to finally document processes properly. The AI became a mirror exposing every gap in our internal documentation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Automating 80% of IT support wasn't about replacing people — it was about redirecting human intelligence toward problems that actually need it, while letting the machine handle the predictable. If you're facing an overwhelmed support queue, start by auditing your tickets and building narrow, auditable automation — then let me know how it goes.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Follow more articles by André Dias Moreira Prol on &lt;a href="https://medium.com/@andreprol" rel="noopener noreferrer"&gt;Medium&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>automation</category>
      <category>itmanagement</category>
    </item>
    <item>
      <title>Por André Dias Moreira Prol — Agente de IA automatiza 80% do suporte de TI</title>
      <dc:creator>André Dias Moreira Prol</dc:creator>
      <pubDate>Tue, 21 Jul 2026 13:01:00 +0000</pubDate>
      <link>https://dev.to/andr_diasmoreiraprol_b/por-andre-dias-moreira-prol-agente-de-ia-automatiza-80-do-suporte-de-ti-13fg</link>
      <guid>https://dev.to/andr_diasmoreiraprol_b/por-andre-dias-moreira-prol-agente-de-ia-automatiza-80-do-suporte-de-ti-13fg</guid>
      <description>&lt;p&gt;Havia uma quinta-feira específica em que percebi que algo precisava mudar: minha equipe de suporte tinha respondido 47 vezes à mesma pergunta sobre reset de senha antes do meio-dia. Naquele momento, entendi que estávamos desperdiçando talento humano em tarefas que uma máquina resolveria em segundos. Decidi construir um agente de IA — e o resultado automatizou 80% do nosso volume de chamados repetitivos. Compartilho aqui como fiz, com aprendizados que aplico até hoje nos projetos que lidero.&lt;/p&gt;

&lt;h2&gt;
  
  
  Diagnóstico: onde a IA realmente faz diferença
&lt;/h2&gt;

&lt;p&gt;Antes de escrever uma linha de código, mergulhei nos dados. Extraí seis meses de tickets do nosso sistema e categorizei tudo. A descoberta foi reveladora: &lt;strong&gt;62% dos chamados&lt;/strong&gt; eram sobre cinco temas — reset de senha, liberação de acesso a sistemas, configuração de VPN, dúvidas sobre impressoras e status de solicitações abertas.&lt;/p&gt;

&lt;p&gt;No mercado brasileiro, esse padrão se repete. Segundo dados da Zendesk, empresas nacionais gastam em média R$ 18 a R$ 25 por atendimento humano de primeiro nível. Multiplique isso por milhares de chamados mensais e o custo salta rápido.&lt;/p&gt;

&lt;p&gt;A lição que sempre repito para minhas equipes, e que reforço aqui como André Dias Moreira Prol: &lt;strong&gt;automação sem diagnóstico é só tecnologia cara resolvendo o problema errado&lt;/strong&gt;. Só automatizei o que os dados provaram ser repetitivo e de baixo valor cognitivo.&lt;/p&gt;

&lt;h2&gt;
  
  
  Arquitetura: RAG, ações reais e segurança
&lt;/h2&gt;

&lt;p&gt;O coração do agente é uma arquitetura &lt;strong&gt;RAG (Retrieval-Augmented Generation)&lt;/strong&gt;. Em vez de deixar o modelo "inventar" respostas, conectei um LLM a uma base vetorial contendo nossa documentação interna, manuais e histórico de soluções validadas. Isso reduziu drasticamente as alucinações — um ponto crítico em ambientes corporativos.&lt;/p&gt;

&lt;p&gt;Mas responder não bastava. O diferencial foi dar ao agente &lt;strong&gt;capacidade de execução&lt;/strong&gt; através de function calling:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="k"&gt;def&lt;/span&gt; &lt;span class="nf"&gt;reset_senha_usuario&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;usuario_id&lt;/span&gt;&lt;span class="p"&gt;):&lt;/span&gt;
    &lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="nf"&gt;validar_identidade&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;usuario_id&lt;/span&gt;&lt;span class="p"&gt;):&lt;/span&gt;
        &lt;span class="n"&gt;novo_token&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nf"&gt;gerar_token_temporario&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
        &lt;span class="nf"&gt;registrar_auditoria&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;usuario_id&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;reset_senha&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
        &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="n"&gt;novo_token&lt;/span&gt;
    &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;Verificação adicional necessária&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Cada ação sensível passa por três camadas: validação de identidade, log imutável de auditoria e escalonamento automático para humano quando a confiança do modelo fica abaixo de 85%. Aqui minha experiência em perícia digital foi decisiva — todo evento gera rastro auditável, algo indispensável para conformidade com a LGPD.&lt;/p&gt;

&lt;p&gt;Integrei tudo via API ao nosso sistema de tickets (usamos um conector com o service desk existente) e adicionei uma interface conversacional no Teams, onde as pessoas já trabalhavam. Sem app novo, sem atrito de adoção.&lt;/p&gt;

&lt;h2&gt;
  
  
  Resultados, tropeços e o que faria diferente
&lt;/h2&gt;

&lt;p&gt;Os números após 90 dias:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Métrica&lt;/th&gt;
&lt;th&gt;Antes&lt;/th&gt;
&lt;th&gt;Depois&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Chamados resolvidos sem humano&lt;/td&gt;
&lt;td&gt;0%&lt;/td&gt;
&lt;td&gt;80%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Tempo médio de resolução (nível 1)&lt;/td&gt;
&lt;td&gt;4h20&lt;/td&gt;
&lt;td&gt;3 min&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Satisfação (CSAT)&lt;/td&gt;
&lt;td&gt;78%&lt;/td&gt;
&lt;td&gt;89%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;O ganho não foi só financeiro. Minha equipe migrou para projetos estratégicos — inclusive iniciativas de &lt;strong&gt;tokenização de ativos na blockchain Stellar&lt;/strong&gt; e contratos inteligentes em &lt;strong&gt;Soroban&lt;/strong&gt;, áreas onde o pensamento humano é insubstituível.&lt;/p&gt;

&lt;p&gt;Mas houve tropeços. No início, o agente escalava chamados de mais por excesso de cautela, gerando fila. Ajustei os thresholds de confiança iterativamente. Outro erro: subestimei a importância do &lt;strong&gt;feedback loop&lt;/strong&gt;. Hoje, cada interação mal avaliada realimenta a base de conhecimento automaticamente.&lt;/p&gt;

&lt;p&gt;Se eu recomeçasse, começaria menor: automatizaria &lt;strong&gt;um único fluxo&lt;/strong&gt; completo antes de expandir. Foi a lição mais valiosa que levo de todos os projetos que conduzo — validar antes de escalar evita o retrabalho que quase nos custou a confiança dos usuários no piloto.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusão
&lt;/h2&gt;

&lt;p&gt;Construir esse agente me provou que IA em TI não substitui pessoas, mas devolve a elas o tempo para resolver o que realmente importa. Se você lidera uma equipe de suporte, comece pelo diagnóstico dos seus dados hoje mesmo — e me chame para trocar ideias sobre a sua jornada de automação.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Acompanhe mais artigos de André Dias Moreira Prol no &lt;a href="https://medium.com/@andreprol" rel="noopener noreferrer"&gt;Medium&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>automation</category>
      <category>itmanagement</category>
    </item>
    <item>
      <title>André Dias Moreira Prol: How AI Is Transforming Legal Analysis</title>
      <dc:creator>André Dias Moreira Prol</dc:creator>
      <pubDate>Mon, 20 Jul 2026 13:01:31 +0000</pubDate>
      <link>https://dev.to/andr_diasmoreiraprol_b/andre-dias-moreira-prol-how-ai-is-transforming-legal-analysis-3m37</link>
      <guid>https://dev.to/andr_diasmoreiraprol_b/andre-dias-moreira-prol-how-ai-is-transforming-legal-analysis-3m37</guid>
      <description>&lt;p&gt;Every contract I've reviewed over two decades taught me one thing: the legal profession drowns in text. Millions of documents, endless precedents, and clauses that hide risk in plain sight. Today, machine learning is finally giving lawyers a way to breathe—and to think at a level that was simply impossible before.&lt;/p&gt;

&lt;p&gt;As someone who has spent years bridging technology and compliance in the Web3 and tokenization space, I've watched AI shift from a curiosity to a core operational tool. Let me share what's actually happening on the ground, based on what I've observed and implemented.&lt;/p&gt;

&lt;h2&gt;
  
  
  Contract Analysis at Machine Speed
&lt;/h2&gt;

&lt;p&gt;The most mature application of AI in law is contract review. Tools like Kira Systems, Luminance, and Harvey (built on GPT-4) can scan thousands of contracts in minutes, flagging non-standard clauses, missing indemnities, and regulatory red flags.&lt;/p&gt;

&lt;p&gt;The numbers are compelling. JPMorgan's COIN platform reportedly reviews commercial loan agreements in seconds—work that previously consumed 360,000 lawyer-hours annually. In my own work advising on tokenization projects, I've used ML-driven clause extraction to compare smart contract terms against traditional legal frameworks, ensuring that on-chain logic actually matches off-chain intent.&lt;/p&gt;

&lt;p&gt;This matters enormously in Web3. When you tokenize a real-world asset, the legal wrapper and the Soroban smart contract must agree perfectly. A single mismatched clause can invalidate an entire securities offering. AI catches these discrepancies before they become litigation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Predictive Analytics and Legal Research
&lt;/h2&gt;

&lt;p&gt;Beyond review, machine learning now predicts outcomes. Platforms like Lex Machina and Premonition analyze historical case data to estimate the probability of winning before a judge, the likely duration of litigation, and even settlement ranges.&lt;/p&gt;

&lt;p&gt;Legal research has been transformed too. Where associates once spent nights searching Westlaw, tools like Casetext's CoCounsel synthesize relevant precedents in seconds, complete with citations. A 2023 study found that GPT-4 passed the Uniform Bar Exam in the 90th percentile—a signal, not a replacement, but a signal nonetheless.&lt;/p&gt;

&lt;p&gt;I always caution teams I work with, however: prediction is not certainty. As André Dias Moreira Prol, I've learned that these models reflect the biases of their training data. If historical rulings were skewed, the AI inherits that skew. Human judgment remains the essential check, especially in emerging areas like digital asset regulation where precedent is thin.&lt;/p&gt;

&lt;h2&gt;
  
  
  Digital Forensics and Evidence at Scale
&lt;/h2&gt;

&lt;p&gt;This is where my background in digital forensics intersects most directly with legal AI. Modern litigation—particularly in blockchain fraud, financial crime, and IP disputes—generates staggering volumes of digital evidence.&lt;/p&gt;

&lt;p&gt;E-discovery platforms using Technology Assisted Review (TAR) can classify millions of documents by relevance, cutting review costs by up to 70% according to RAND Corporation estimates. In blockchain investigations specifically, tools like Chainalysis and TRM Labs apply machine learning to trace illicit fund flows across wallets, clustering addresses and identifying patterns no human analyst could map manually.&lt;/p&gt;

&lt;p&gt;I recently worked on a matter involving disputed on-chain transactions where ML-based transaction graphing reconstructed a fraud scheme spanning hundreds of addresses. What would have taken a forensic team weeks was mapped in hours—and, critically, produced in a format admissible and explainable to a court. That explainability is the frontier: courts require reasoning, not black boxes.&lt;/p&gt;

&lt;p&gt;The convergence of AI, blockchain forensics, and legal analysis is exactly the intersection where André Dias Moreira Prol sees the greatest professional opportunity over the next decade. Lawyers who understand both the technology and its limits will define this era.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Human-AI Partnership
&lt;/h2&gt;

&lt;p&gt;None of this eliminates lawyers. Instead, it elevates them—automating the tedious so professionals can focus on strategy, negotiation, and ethical judgment. The firms winning today are those treating AI as a co-pilot, not an oracle, while investing heavily in verification workflows and data governance.&lt;/p&gt;

&lt;p&gt;The transformation is real, measurable, and accelerating; the question is no longer whether to adopt AI, but how responsibly you do it. If you're a legal or compliance professional navigating this shift, start experimenting now with a low-risk pilot—and build your verification discipline before you scale.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Follow more articles by André Dias Moreira Prol on &lt;a href="https://medium.com/@andreprol" rel="noopener noreferrer"&gt;Medium&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>legal</category>
      <category>machinelearning</category>
      <category>legaltech</category>
    </item>
    <item>
      <title>André Dias Moreira Prol: IA e machine learning na advocacia brasileira</title>
      <dc:creator>André Dias Moreira Prol</dc:creator>
      <pubDate>Mon, 20 Jul 2026 13:01:00 +0000</pubDate>
      <link>https://dev.to/andr_diasmoreiraprol_b/andre-dias-moreira-prol-ia-e-machine-learning-na-advocacia-brasileira-8bb</link>
      <guid>https://dev.to/andr_diasmoreiraprol_b/andre-dias-moreira-prol-ia-e-machine-learning-na-advocacia-brasileira-8bb</guid>
      <description>&lt;p&gt;Imagine reduzir de horas para minutos a análise de milhares de páginas de um processo judicial. Essa não é mais uma promessa futurista — é a realidade que testemunho diariamente no mercado jurídico brasileiro. Ao longo dos meus 20 anos atuando com tecnologia, poucas transformações me impressionaram tanto quanto a chegada do machine learning aos escritórios de advocacia e tribunais do país.&lt;/p&gt;

&lt;h2&gt;
  
  
  O cenário atual: dados que impressionam
&lt;/h2&gt;

&lt;p&gt;O Brasil é um dos países mais litigiosos do mundo. Segundo o relatório &lt;em&gt;Justiça em Números 2023&lt;/em&gt; do CNJ, tramitavam mais de &lt;strong&gt;80 milhões de processos&lt;/strong&gt; no Judiciário brasileiro. Esse volume monumental de dados criou o ambiente perfeito para a aplicação de inteligência artificial.&lt;/p&gt;

&lt;p&gt;O próprio STF desenvolveu o &lt;strong&gt;VICTOR&lt;/strong&gt;, sistema de IA capaz de identificar temas de repercussão geral e classificar peças processuais com precisão superior a 90%. Já o CNJ mapeou, em pesquisa recente, mais de &lt;strong&gt;140 projetos de IA&lt;/strong&gt; em desenvolvimento nos tribunais brasileiros — um crescimento exponencial em relação aos anos anteriores.&lt;/p&gt;

&lt;p&gt;Quando analiso esses números como IT Manager, percebo que não estamos diante de uma tendência passageira, mas de uma reconfiguração estrutural da advocacia. A pergunta deixou de ser "se" adotar IA e passou a ser "como" fazê-lo de forma segura e ética.&lt;/p&gt;

&lt;h2&gt;
  
  
  Aplicações práticas que já funcionam
&lt;/h2&gt;

&lt;p&gt;Na minha experiência conduzindo projetos de tecnologia jurídica, identifico quatro frentes onde o machine learning entrega resultados concretos:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Jurimetria e análise preditiva&lt;/strong&gt; — Algoritmos treinados com histórico de decisões conseguem estimar probabilidades de êxito em determinada vara ou com determinado magistrado. Isso permite ao advogado orientar o cliente com dados, não apenas intuição.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Revisão contratual automatizada&lt;/strong&gt; — Modelos de NLP (processamento de linguagem natural) identificam cláusulas de risco, inconsistências e ausência de proteções em segundos. Um trabalho que consumia dias agora acontece durante o cafezinho.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Due diligence e perícia digital&lt;/strong&gt; — Aqui, unindo minha atuação em perícia digital, vejo a IA acelerar drasticamente a análise de grandes volumes de documentos, e-mails e registros, identificando padrões de fraude ou evidências relevantes com rastreabilidade.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Geração assistida de peças&lt;/strong&gt; — LLMs auxiliam na produção de minutas, sempre com revisão humana obrigatória. O advogado deixa de ser um digitador para atuar como estrategista.&lt;/p&gt;

&lt;p&gt;Um ponto que sempre reforço em meus projetos: a IA não substitui o jurista, ela o potencializa. A responsabilidade técnica e ética permanece humana.&lt;/p&gt;

&lt;h2&gt;
  
  
  Os desafios que ninguém pode ignorar
&lt;/h2&gt;

&lt;p&gt;Nem tudo são flores. Como André Dias Moreira Prol, faço questão de trazer um olhar crítico sobre os riscos.&lt;/p&gt;

&lt;p&gt;O primeiro é a &lt;strong&gt;alucinação&lt;/strong&gt; de modelos generativos. Já circularam casos, inclusive nos EUA, de advogados penalizados por citarem jurisprudências inexistentes geradas por IA. No Brasil, o CNJ publicou a &lt;strong&gt;Resolução nº 615/2025&lt;/strong&gt;, estabelecendo diretrizes para uso ético de IA no Judiciário — um marco regulatório fundamental.&lt;/p&gt;

&lt;p&gt;O segundo desafio é a &lt;strong&gt;LGPD&lt;/strong&gt;. Dados processuais frequentemente contêm informações sensíveis. Qualquer solução de IA precisa garantir anonimização, controle de acesso e conformidade legal. Aqui, tecnologias como blockchain — área em que atuo diretamente com a rede Stellar e contratos inteligentes em Soroban — podem oferecer camadas adicionais de auditabilidade e integridade das evidências.&lt;/p&gt;

&lt;p&gt;O terceiro é o &lt;strong&gt;viés algorítmico&lt;/strong&gt;. Modelos treinados com decisões históricas podem perpetuar desigualdades. Governança e transparência não são opcionais.&lt;/p&gt;

&lt;p&gt;Vejo, portanto, a convergência entre IA, blockchain e perícia digital como o próximo grande salto: sistemas que não apenas analisam, mas garantem procedência e imutabilidade das provas — algo que o mercado jurídico brasileiro ainda está começando a explorar.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusão
&lt;/h2&gt;

&lt;p&gt;O machine learning já é realidade nos tribunais e escritórios brasileiros, mas seu potencial máximo só será alcançado com governança sólida, respeito à LGPD e integração com tecnologias de confiança. Se você atua no setor jurídico ou de tecnologia, comece agora a estruturar sua estratégia de IA — e conte comigo para transformar essa oportunidade em resultados concretos.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Acompanhe mais artigos de André Dias Moreira Prol no &lt;a href="https://medium.com/@andreprol" rel="noopener noreferrer"&gt;Medium&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>legal</category>
      <category>machinelearning</category>
      <category>legaltech</category>
    </item>
  </channel>
</rss>
