Notícias
Notícias
5 min de leitura
23 de setembro de 2026

Você tá overpaying o agent (modelo errado pra tarefa)

GPT-6 Sol (rápido/barato) e Luna (inteligente). Seu agent usa Luna pra tudo. Deveria usar Sol em 80% das tarefas.

Equipe OpenClaw

Equipe OpenClaw · Time de Engenharia & Produto

A Equipe OpenClaw é formada por engenheiros, designers e especialistas em IA dedicados a construir a melhor plataforma de agentes conversacionais para negócios brasileiros. Combinamos expertise…


Você tá overpaying o agent (modelo errado pra tarefa).

Você é founder de SaaS.

Você tem agent.

Agent responde customers (WhatsApp).

Your setup (provavelmente):

Customer: "Qual é o status do meu pedido?" ↓ Agent (usando GPT-4 Turbo): Consulta banco de dados ↓ Agent: "Pedido #123 é enviado, chegará em 2 dias" ↓ Cost: R$0.015 por request (expensive model)

Customer: "Obrigado!" ↓ Agent (ainda usando GPT-4 Turbo): Interpreta gratidão ↓ Agent: "De nada! Qualquer coisa, estou aqui" ↓ Cost: R$0.015 por request (STILL expensive model pra resposta trivial)

=== THE PROBLEM ===

Task 1 ("status do pedido"): ├─ Complexity: LOW (simple lookup) ├─ Model needed: CHEAP (gpt-4 overkill) ├─ Your model: GPT-4 Turbo (expensive) ├─ Cost: R$0.015 (overpaid) ├─ Ideal: GPT-3.5 or Claude Opus Mini (R$0.002) ├─ Waste: R$0.013 per request (86% overpayment) │ Task 2 ("understand gratitude + respond"): ├─ Complexity: TRIVIAL (simple sentiment) ├─ Model needed: SUPER CHEAP (3.5 lite) ├─ Your model: GPT-4 Turbo (overkill) ├─ Cost: R$0.015 (way overpaid) ├─ Ideal: GPT-4o Mini (R$0.0005) ├─ Waste: R$0.0145 per request (96% overpayment) │ === REAL COST IMPACT === │ Assumptions: ├─ 10,000 requests/month ├─ 80% simple tasks (status, greeting, faq) ├─ 20% complex tasks (reasoning, multi-step) │ Your cost (using expensive model for everything): ├─ 10,000 requests × R$0.015 = R$150/month │ Optimized cost (using right model per task): ├─ 8,000 simple requests × R$0.001 = R$8 ├─ 2,000 complex requests × R$0.015 = R$30 ├─ Total = R$38/month │ Savings: R$112/month (75% cost reduction!) ├─ Annual: R$1,344 saved ├─ For 100k requests/month: R$13,440/year saved ├─ For 1M requests/month: R$134,400/year saved │ Conclusion: Using wrong model is EXPENSIVE (you're throwing money away) │

Yesterday, you read:

AWS announcement: "GPT-6 Sol and GPT-6 Luna now available on Bedrock."

What this means: OpenAI released two new models (not just one).

  • GPT-6 Luna: High intelligence (complex reasoning, multistep tasks)
  • GPT-6 Sol: Fast + cheap (simple tasks, fast responses)

Key insight: "Match intelligence to workload" (don't use Luna for simple status queries).

Translation for your SaaS:

Old approach (you're probably doing this): ├─ One model for everything ├─ Example: Use Luna for ALL agent tasks ├─ Result: Simple tasks cost 10x what they should ├─ Margin = Getting squeezed by unnecessary AI costs │ New approach (OpenAI is signaling): ├─ Different model per task complexity ├─ Simple tasks (status, lookup) → Sol (cheap + fast) ├─ Complex tasks (reasoning, multistep) → Luna (powerful but expensive) ├─ Result: 50-80% cost savings ├─ Margin = Better, you're optimized │


O que é GPT-6 Sol vs Luna (e por que isso muda tudo)

Duas escala de inteligência × eficiência

=== INTELLIGENCE vs EFFICIENCY TRADE-OFF ===

Intelligence (ability to solve hard problems): ├─ Can understand complex queries ├─ Can reason through multistep processes ├─ Can handle ambiguity ├─ Can write code, analyze, create ├─ Cost: HIGH (needs more compute) │ Efficiency (speed + cost): ├─ Can respond instantly ├─ Can handle massive volume ├─ Cheap per request ├─ Good enough for simple tasks ├─ Cost: LOW (minimal compute) │ === GPT-6 SOL (Fast + Cheap) ===

Who: OpenAI's "efficiency" model What: Optimized for speed and cost Best for: ├─ FAQ responses ("What's your refund policy?") ├─ Status lookups ("Where's my order?") ├─ Simple classifications ("Is this spam?") ├─ Greeting/small talk ("Hi! How can I help?") ├─ Data entry ("Extract email from message") ├─ Template responses ("Thanks for contacting us") │ Performance: ├─ Speed: FAST (< 100ms) ├─ Cost: CHEAP (R$0.0005 per 1k tokens, estimate) ├─ Quality: GOOD for simple tasks (90%+) ├─ Quality: BAD for complex tasks (40-50%) │ Example cost: ├─ 1,000 requests/month = R$0.50/month ├─ 10,000 requests/month = R$5/month ├─ 100,000 requests/month = R$50/month │ === GPT-6 LUNA (Intelligent + Powerful) ===

Who: OpenAI's "intelligence" model What: Optimized for complex reasoning Best for: ├─ Complex problem solving ("Help me debug this code") ├─ Multistep processes ("Analyze this contract and extract key terms") ├─ Creative tasks ("Write a marketing email") ├─ Analysis ("What's the sentiment of this feedback?") ├─ Decision making ("Should I approve this refund?") ├─ Reasoning ("Why is this customer unhappy?") │ Performance: ├─ Speed: SLOWER (200-500ms) ├─ Cost: EXPENSIVE (R$0.015 per 1k tokens, estimate) ├─ Quality: EXCELLENT for complex tasks (95%+) ├─ Quality: OVERKILL for simple tasks (99%, but you pay for 95% you don't need) │ Example cost: ├─ 1,000 requests/month = R$15/month ├─ 10,000 requests/month = R$150/month ├─ 100,000 requests/month = R$1,500/month │ === COMPARISON TABLE ===

Metric Sol Luna
Speed Fast Slower
Intelligence Good Excellent
Cost/request Low High
Best for Simple Complex
Typical accuracy 90% 98%
Cost per 1k tokens R$0.0005 R$0.015
Monthly cost (100k requests) R$50 R$1,500
Throughput HIGH MEDIUM
Reasoning ability Basic Advanced
Coding ability Poor Excellent
Multi-step tasks Weak Strong
=== THE KEY INSIGHT ===

You don't need Luna for EVERYTHING.

In fact: ├─ 80% of agent tasks = Simple (status, FAQ, greeting) ├─ 20% of agent tasks = Complex (reasoning, decisions) ├─ But most builders use Luna for 100% of tasks ├─ Result: Paying 30x too much for 80% of requests │ Smart approach: ├─ Use Sol for 80% (simple tasks) ├─ Use Luna for 20% (complex tasks) ├─ Cost: 1/6 of what you're paying now ├─ Performance: SAME (Sol is good enough for simple) │


Como implementar task routing (mude seu agent em 1 dia)

Framework: Route request ao modelo certo

=== TASK ROUTING FRAMEWORK ===

Step 1: Customer sends message ├─ Message: "Where's my order?" │ Step 2: Classify task complexity (instantly) ├─ Is this simple task? ├─ ├─ FAQ? (Is it in our FAQ list?) → YES ├─ ├─ Status lookup? (Can we find it in database?) → YES ├─ ├─ Multi-step reasoning? (Multiple steps needed?) → NO ├─ ├─ Creative/complex? (Requires reasoning?) → NO ├─ Result: SIMPLE TASK │ Step 3: Route to right model ├─ Task = SIMPLE ├─ Model = Sol (cheap + fast) ├─ Request Sol API: "Extract order ID from message" │ Step 4: Sol responds ├─ Sol: "Order ID = 123" ├─ Cost: R$0.0005 ├─ Time: 50ms │ Step 5: Extract answer from database ├─ Query: SELECT status FROM orders WHERE id = 123 ├─ Result: "In transit, arrives in 2 days" │ Step 6: Format response (using Sol) ├─ Sol: "Your order #123 is in transit, arrives in 2 days" ├─ Cost: R$0.0005 ├─ Total cost: R$0.001 │ === COMPLEX TASK EXAMPLE === │ Step 1: Customer sends message ├─ Message: "I received the wrong item. I'm upset. What can you do?" │ Step 2: Classify task complexity ├─ Is this simple task? ├─ ├─ FAQ? (Is it in our FAQ list?) → NO (custom situation) ├─ ├─ Status lookup? (Can we find it in database?) → NO (need reasoning) ├─ ├─ Multi-step reasoning? (Multiple steps needed?) → YES ├─ ├─ Reasoning: Understand emotion, determine options, make recommendation ├─ Result: COMPLEX TASK │ Step 3: Route to right model ├─ Task = COMPLEX ├─ Model = Luna (intelligent + powerful) ├─ Request Luna API: "Analyze this customer situation and recommend refund/replacement" │ Step 4: Luna responds ├─ Luna: "Customer is upset (emotion detected), received wrong item (clear issue). Recommend: Full refund OR replacement with overnight shipping (priority)." ├─ Cost: R$0.015 ├─ Time: 200ms │ Step 5: Agent executes recommendation ├─ Action: Approve refund + send label ├─ Result: Customer happy │ === TASK CLASSIFICATION RULES ===

Use Sol for: ├─ ✓ FAQ answers ("What's your return policy?") ├─ ✓ Status lookups ("Where's my order?") ├─ ✓ Simple sentiment ("Do you like our product?" → extract sentiment) ├─ ✓ Data extraction ("Extract email from this message") ├─ ✓ Simple classifications ("Is this spam?") ├─ ✓ Template responses ("Thank you for contacting us") ├─ ✓ Appointment scheduling ("What time works for you?" → extract time) ├─ ✓ Greeting/small talk ("Hi! How are you?") │ Use Luna for: ├─ ✓ Complex reasoning ("Why is customer upset? What should I do?") ├─ ✓ Multi-step decisions ("Approve this refund? (consider history, amount, reason)") ├─ ✓ Creative tasks ("Write personalized apology email") ├─ ✓ Analysis ("Analyze this feedback for product improvements") ├─ ✓ Problem solving ("Customer is having technical issue, help debug") ├─ ✓ Contract/document analysis ("Extract key terms from this agreement") ├─ ✓ Coding help ("Debug this code snippet") ├─ ✓ Complex negotiations ("Customer wants discount, analyze if okay") │ === IMPLEMENTATION EXAMPLE ===

python

Pseudocode for task routing

def process_customer_message(message): # Step 1: Classify complexity complexity = classify_task(message) # classify_task returns: "simple" or "complex"

# Step 2: Route to right model
if complexity == "simple":
    model = "gpt6-sol"  # Cheap model
    cost_per_request = 0.0005
else:
    model = "gpt6-luna"  # Expensive model
    cost_per_request = 0.015

# Step 3: Call model
response = call_model(model, message)

# Step 4: Return response
return response, cost_per_request

Example: Simple task

process_customer_message("Where's my order?")

→ Classified as "simple"

→ Uses Sol (cheap)

→ Cost: R$0.0005

→ Response: "Your order is in transit"

Example: Complex task

process_customer_message("I got wrong item, I'm really upset, what should I do?")

→ Classified as "complex"

→ Uses Luna (expensive but smart)

→ Cost: R$0.015

→ Response: "I understand your frustration. Let me help: Full refund or replacement with overnight shipping?"

=== TOOLS TO HELP ===

Model routing libraries: ├─ LiteLLM (supports both Sol/Luna, automatic routing) ├─ LangChain (task classification + routing) ├─ Custom Python (simple classification logic) ├─ AWS Bedrock (unified API for both models) │ Classification approach: ├─ Rule-based (if "where" in message → status lookup) ├─ LLM-based (use cheap LLM to classify, then route) ├─ Hybrid (rules for obvious, LLM for edge cases) │ Monitoring: ├─ Track which model used per request ├─ Monitor accuracy per model ├─ Adjust routing rules (if Sol fails often, use Luna) │


A real cost impact (3 ejemplos brasileiros)

Exemplo 1: E-commerce agent (10k requests/month)

=== BEFORE (usando Luna pra tudo) ===

10,000 requests/month × R$0.015 = R$150/month Annual cost: R$1,800 │ === AFTER (routing Sol/Luna) ===

8,000 simple requests × R$0.0005 = R$4 2,000 complex requests × R$0.015 = R$30 Total: R$34/month Annual cost: R$408 │ === SAVINGS ===

Mês: R$116 (77% reduction) Ano: R$1,392 (77% reduction) Por request: R$0.0139 → R$0.0034 (75% cheaper) │

Exemplo 2: Customer support SaaS (50k requests/month)

=== BEFORE (usando Luna pra tudo) ===

50,000 requests/month × R$0.015 = R$750/month Annual cost: R$9,000 │ === AFTER (routing Sol/Luna) ===

40,000 simple requests × R$0.0005 = R$20 10,000 complex requests × R$0.015 = R$150 Total: R$170/month Annual cost: R$2,040 │ === SAVINGS ===

Mês: R$580 (77% reduction) Ano: R$6,960 (77% reduction) Margin improvement: HUGE (nearly R$7k/year) │

Exemplo 3: Startup growing fast (100k → 1M requests/month)

=== MONTH 1 (100k requests) ===

Without optimization (Luna only): ├─ Cost: R$1,500 ├─ Problem: Expensive │ With optimization (Sol + Luna routing): ├─ Cost: R$340 ├─ Savings: R$1,160/month │ === MONTH 6 (600k requests) ===

Without optimization: ├─ Cost: R$9,000 ├─ Problem: Bleeding cash │ With optimization: ├─ Cost: R$2,040 ├─ Savings: R$6,960/month │ === MONTH 12 (1M requests) ===

Without optimization: ├─ Cost: R$15,000/month (growing unsustainable) ├─ Problem: Can't scale profitably │ With optimization: ├─ Cost: R$3,400/month (linear cost growth) ├─ Savings: R$11,600/month (can now afford to scale) │ === KEY INSIGHT ===

Optimization isn't just cost savings. It's ENABLER for growth.

Without optimization: ├─ At scale, agent economics don't work ├─ Can't afford to keep agent running ├─ Have to kill agent feature (or raise prices) │ With optimization: ├─ Agent economics scale beautifully ├─ Can afford unlimited requests ├─ Can expand agent to more use cases │


Por que isso importa AGORA (não depois)

O timing é crítico (antes que competitors façam)

=== THE COMPETITIVE WINDOW ===

Builder A (ignores model routing): ├─ Usa Luna pra tudo ├─ Cost: R$150/month (10k requests) ├─ Margin: Squeezed ├─ Can't expand agent (costs too much) ├─ Status: Stuck with expensive single-model agent │ Builder B (implements routing NOW): ├─ Usa Sol + Luna intelligently ├─ Cost: R$34/month (10k requests, same volume) ├─ Margin: 4x better (R$116/month saved) ├─ Can expand agent to more use cases (savings pay for it) ├─ Status: Agile, cost-optimized, can scale │ 6 months later: ├─ Builder A: Requests grew to 100k/month (cost now R$1,500) ├─ Builder A: Can't afford it, removes agent feature (or raises prices) ├─ Builder B: Requests grew to 100k/month (cost only R$340) ├─ Builder B: Profitable at scale, expanding agent further │ Conclusion: Early movers win. Implement routing NOW. │ === THE SOL/LUNA SHIFT ===

Why now? ├─ Sol just launched (didn't exist before) ├─ OpenAI explicitly recommending routing ("match intelligence to workload") ├─ Cost difference is MASSIVE (30x between Sol and Luna) ├─ Market will start optimizing (your competitors will too) │ If you wait: ├─ Competitors implement routing first ├─ They get 75% cost savings ├─ You're still paying full price ├─ They can undercut you (or take margin) ├─ You lose │ If you act now: ├─ Implement routing this week ├─ Get 75% cost savings immediately ├─ Re-invest savings in agent improvements ├─ Build moat (better economics = can invest more) │


Conclusão

Simple verdade:

OpenAI released Sol and Luna for a reason: They want you to stop using expensive models for simple tasks.

3 facts:

  1. 80% of agent tasks are simple (status, FAQ, greeting)
  2. You don't need Luna for simple tasks (Sol is 30x cheaper and good enough)
  3. Route tasks to right model = 75% cost savings immediately

3 action items (this week):

  1. Audit your agent (what % of tasks are actually complex?)
  2. Classify tasks (simple vs complex)
  3. Implement routing (Sol for simple, Luna for complex)

The cost of not optimizing:

  • Paying 30x too much for 80% of requests (money wasting)
  • Can't afford to scale agent (economics don't work)
  • Margins get squeezed as volume grows (unsustainable)
  • Competitors implement routing, beat you on price/profit
  • Agent becomes liability instead of asset

The benefit of optimizing (NOW):

  • Immediate 75% cost savings (R$1,500 → R$340 per month)
  • Agent economics work at scale (can grow without bleeding cash)
  • Can expand agent to more use cases (savings pay for it)
  • Competitive advantage (you're more efficient than competitors)
  • Profitability improves (margin goes up, not down, as volume grows)
  • Investor story ("We're cost-optimized at scale")
  • Flexibility (can allocate savings to other improvements)

Próximos passos

Na OpenClaw, ajudamos SaaS builders implement intelligent model routing:

  • Task Classification: Qual task é simples vs complexa? (audit)
  • Routing Logic: Build routing system (Sol vs Luna, task-dependent)
  • Cost Modeling: Project savings at your request volume (financial impact)
  • Implementation: Integrate Sol/Luna routing in your agent stack (technical)
  • Monitoring Dashboard: Track cost per task, model usage, ROI (observability)
  • Optimization: Fine-tune routing rules based on accuracy/cost trade-offs (continuous)
  • Scaling Playbook: How to expand agent profitably as requests grow (growth)
  • Competitive Analysis: How competitors are doing it (benchmarking)
  • Investor Pitch: "We achieved 75% cost savings through intelligent routing" (funding)

AI Model Selection | Cost Optimization | Task Routing | Sol vs Luna | Agent Economics →


Publicado em 23 de setembro de 2026

Leia também