Skip to content

Instantly share code, notes, and snippets.

@vortyce
vortyce / analise_dual_llm.html
Created April 25, 2026 12:09
Deep Dive Dual-LLM Analysis 2026 (Final Version)
<!DOCTYPE html>
<html lang="pt-PT">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Deep Dive: Estratégia de Auditoria Dual-LLM 2026</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');
body { font-family: 'Inter', sans-serif; }
@vortyce
vortyce / analise_dual_llm.html
Created April 25, 2026 11:44
Relatório Dual-LLM (Public)
<!DOCTYPE html>
<html lang="pt-PT">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Estratégia Dual-LLM: Análise Profunda</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
body { font-family: 'Inter', sans-serif; background: #0f172a; color: #f8fafc; }
.card { background: rgba(30, 41, 59, 0.5); border: 1px solid rgba(51, 65, 85, 0.5); backdrop-filter: blur(10px); }
@vortyce
vortyce / analise_dual_llm.html
Created April 25, 2026 11:40
Deep Dive Dual-LLM 2026
<!DOCTYPE html>
<html lang="pt-PT">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Deep Dive: Estratégia Dual-LLM 2026</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
body { font-family: 'Inter', sans-serif; background: #f8fafc; }
.gradient-header { background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%); }