Trilha

Trilha de Agentes

Mapeie o glossário para o workflow agentic e para a pilha de recuperação de contexto.

6 termos3 Categorias cobertas
Sequência da trilha

Siga os termos em ordem e aprofunde quando precisar.

A trilha foi organizada para reduzir troca de contexto. Comece do topo, abra cada termo e use os links relacionados quando um conceito precisar de mais profundidade.

01
IA / MLComece por aqui

LLM (Modelo de Linguagem Grande)

A neural network trained on vast text corpora to understand and generate human language. LLMs (GPT-4, Claude, Llama, Gemini) use transformer architectures with billions of parameters. They power chatbots, code generation, summarization, and reasoning tasks. In blockchain development, LLMs assist with smart contract writing, audit review, documentation, and code explanation.

02
IA / ML

RAG (Geração Aumentada por Recuperação)

An AI architecture that combines LLMs with external knowledge retrieval. Instead of relying solely on training data, RAG systems retrieve relevant documents from a knowledge base (using embeddings and vector search), then provide them as context to the LLM. RAG reduces hallucinations and enables up-to-date responses. Useful for blockchain documentation bots and developer assistants.

03
IA / ML

Embedding

A dense vector representation of text (or other data) in a continuous high-dimensional space where semantically similar items are closer together. Embedding models (OpenAI ada-002, Cohere, sentence-transformers) convert text to vectors of 256-3072 dimensions. Used in RAG for semantic search, in recommendation systems, and for clustering. Stored and queried via vector databases.

04
IA / ML

Vector Database

A database optimized for storing and querying high-dimensional vector embeddings using similarity search (cosine distance, dot product, Euclidean distance). Examples: Pinecone, Weaviate, Qdrant, ChromaDB, pgvector. Vector databases power RAG systems by quickly finding the most relevant documents for a given query embedding. Essential for AI-powered developer tools and documentation search.

05
Infraestrutura

RPC (Chamada de Procedimento Remoto)

The JSON-RPC 2.0 protocol interface through which clients communicate with Solana nodes to query chain state, submit transactions, and subscribe to events. Solana exposes a rich set of HTTP and WebSocket endpoints (e.g., getAccountInfo, sendTransaction) that abstract direct peer-to-peer network participation, making RPC the primary integration point for wallets, dApps, and indexers.

06
Rede

Jito (MEV Infrastructure)

A Solana MEV infrastructure project by Jito Labs that operates a modified validator client (jito-solana), a Block Engine for bundle simulation and routing, and a tip distribution program that collects and distributes MEV tips to staked validators. Jito's client is run by a supermajority of Solana's stake-weighted validators, making its bundle and tip market the de-facto MEV layer for the network. Jito also operates a restaking and liquid staking protocol (JitoSOL) using proceeds from MEV tip redistribution.

Como usar esta trilha

Siga os termos em ordem e aprofunde quando precisar.

A trilha foi organizada para reduzir troca de contexto. Comece do topo, abra cada termo e use os links relacionados quando um conceito precisar de mais profundidade.

1

Leia a trilha em ordem em vez de saltar aleatoriamente entre termos.

2

Abra as páginas de termo sempre que um conceito precisar de definição, aliases e links relacionados.

3

Use termos relacionados e a continuação por categoria para aprofundar sem perder o contexto da trilha.

Trilha

Continue

Essas entradas vivem ao lado do termo atual e ajudam a página a parecer parte de um grafo maior, não um beco sem saída.

Trilha anterior

Trilha de DeFi

Aprenda o vocabulário de trading e liquidez por trás da camada de apps.