OtoRapor PoC v2 — Referanslı cevap Kaynaklar: arabakarsilastirma.com.tr (donanım), sikayetvar.com (22 şikayet) AI: Gemini 2.0 Flash
İşte Alfa Romeo Tonale 1.6 dizel Ti ve Veloce versiyonları arasındaki farkların ve kullanıcı şikayetlerinin özeti:
Bu cevap OtoRapor veritabanındaki gerçek verilerle üretilmiştir. Kaynak: arabakarsilastirma.com.tr (donanım), sikayetvar.com (şikayetler) AI: Gemini 2.0 Flash
Alfa Romeo Tonale 1.6 dizel Ti ve Veloce versiyonları arasında donanım, tasarım ve sürüş dinamikleri açısından farklılıklar bulunmaktadır. Veloce, daha sportif bir sürüş deneyimi ve daha şık tasarım detayları sunarken, Ti daha çok konfor ve günlük kullanım odaklıdır. Ancak son dönemde kullanıcı şikayetleri dikkate alındığında, Alfa Romeo Tonale'de bazı kronik sorunlar yaşandığı görülmektedir.
| Table vehicles { | |
| id integer [pk, increment] | |
| brand text [not null, note: 'e.g. "Alfa Romeo"'] | |
| model text [not null, note: 'e.g. "Tonale"'] | |
| year integer [not null] | |
| variant text [not null, note: 'e.g. "1.6 Diesel 130 HP Ti DCT"'] | |
| slug text [unique, not null] | |
| specs json [note: '{"engine": {"power_hp", "torque_nm", ...}, "dimensions": {...}, ...}'] | |
| features json [note: '{"safety": [...], "comfort": [...], "multimedia": [...], "design": [...]}'] | |
| colors json [note: '["Alfa Siyahı", "Misano Mavi", ...]'] |
| name | reddit-to-markdown |
|---|---|
| description | Fetch a Reddit post and its comments as structured markdown. Auto-triggers when the user's message contains a reddit.com URL pointing to a submission (e.g. /r/sub/comments/id/...). Example triggers: any message containing "reddit.com/r/*/comments/*". |
Jarvis is a Django-based automated trading system for Binance Futures. It previously used a Genetic Algorithm (GA) to evolve trading strategies, but now uses an LLM (Claude Sonnet 4.6) as the sole decision-maker.
Key Facts:
Binance Global hesabına doğrudan TRY yatırılamaz. Önce Binance TR üzerinden para gönderilir:
User's thesis about the current BTC bear market (Feb 2026). This is the user's active trading thesis — reference in future sessions when discussing market conditions, SHORT positions, or training parameters.
The current BTC crash (98k → 60k) is a coordinated Wyckoff accumulation by whales/government, NOT a genuine bear market. The goal is to accumulate BTC cheaply before the US Strategic Bitcoin Reserve is filled.
| # Jarvis Emergency Mode - LLM Trading Prompt | |
| When emergency mode is active, this prompt is sent to an LLM subprocess | |
| with access to market data tools. The LLM fetches whatever data it needs | |
| and makes trading decisions autonomously. LLM-agnostic — works with any | |
| model that supports tool use or HTTP calls. | |
| --- | |
| ## Prompt (built per symbol) |