Skip to content

Instantly share code, notes, and snippets.

View miratcan's full-sized avatar

Mirat Can Bayrak miratcan

View GitHub Profile
@miratcan
miratcan / tonale_v2.md
Created March 31, 2026 08:33
OtoRapor PoC v2 — Tonale Ti vs Veloce (referanslı, somut rakamlarla)

Soru: Tonale 1.6 dizel Ti ile Veloce farkı ne?

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:

@miratcan
miratcan / tonale_cevap.md
Created March 31, 2026 08:25
OtoRapor PoC — Tonale Ti vs Veloce karşılaştırması (gerçek veriyle AI cevabı)

Soru: Tonale 1.6 dizel Ti ile Veloce farkı ne?

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.

@miratcan
miratcan / otorapor-schema.dbml
Last active March 30, 2026 22:12
OtoRapor DB Schema (DBML for dbdiagram.io)
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", ...]']
@miratcan
miratcan / SKILL.md
Created March 4, 2026 08:10
Claude Code skill: auto-fetch Reddit posts as markdown (no API key needed)
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/*".

Reddit to Markdown

@miratcan
miratcan / jarvis-llm-trading-system.md
Last active March 2, 2026 20:41
Jarvis LLM Trading System — Decision mechanism, prompts, and architecture

Jarvis — LLM-Powered Crypto Futures Trading System

Overview

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:

  • Market: Binance Futures (perpetual contracts)
  • Assets: ~10 coins (BTC, ETH, SOL, PAXG, etc.)
  • Accounts: 3 independent accounts managed in a single LLM call
@miratcan
miratcan / katilim-rehberi.md
Last active March 1, 2026 08:59
Jarvis Trading Bot — Katılım Rehberi

Jarvis — Katılım Rehberi

1. Hesaba Para Yatırma

Binance Global hesabına doğrudan TRY yatırılamaz. Önce Binance TR üzerinden para gönderilir:

  1. tr.binance.com adresine git ve giriş yap
  2. CüzdanPara YatırTRY → Banka hesap bilgileri gösterilir
  3. Gösterilen IBAN'a havale/EFT yap
  4. Para düştüğünde TRY ile USDT satın al (TRY/USDT çifti)
@miratcan
miratcan / market_thesis.md
Last active February 15, 2026 21:44
Crypto Market Thesis: Wyckoff Accumulation (Bear Phase)

Market Manipulation / Wyckoff Accumulation Theory (2026-02-16)

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.

Core Theory

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.

Key Elements

@miratcan
miratcan / gist:f2860e216986abf9c876449198f7c33d
Last active February 14, 2026 18:13
Jarvis Emergency Mode - LLM Trading Prompt (Claude Code + simsar MCP)
# 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)
@miratcan
miratcan / market-analysis-2026-02-12.md
Last active February 12, 2026 10:50
Kripto Piyasa Analizi - 12 Şubat 2026 (BTC 7K, Fear&Greed 5, Dead Cat Bounce?)

Kripto Piyasa Analizi - 12 Şubat 2026

Piyasa Durumu

Gösterge Değer Yorum
Fear & Greed 5 EXTREME FEAR - tarihsel olarak nadir ve dip bölgesi
BTC Fiyat $67,666 2 haftada $89K → $67K (-%24)
ETH Fiyat $1,982 2 haftada $3,010 → $1,982 (-%34)
BTC Daily RSI 26.6 OVERSOLD
@miratcan
miratcan / deal-gatekeeper.md
Last active February 4, 2026 00:48
AI-Powered Investor Matching Platform - Proje Brief

Deal Gatekeeper — Tam Doküman


BÖLÜM 1: İŞ MODELİ


Konsept Özeti