ai.
AI, yazılım geliştirme ve yol boyunca öğrendiklerim üzerine notlar.
4× Claude Code Max hala yetmiyor — gerçekten işe yarayan şeyler bunlar
Caveman, context compression ve feed'inin sürekli önüne attığı 'token tasarrufu' plugin'larının bir power user değerlendirmesi. Çoğu faturanın en ucuz dilimini optimize ediyor.
Warp cli-agent notification protokolünü reverse-engineer etmek
Warp'un agent sidebar'ı tek bir OSC 777 escape sequence ve altı alanlı bir JSON envelope üzerinde çalışıyor. üç resmi adapter repo'sundan reverse-engineer edilmiş tam protokol burada.
Codex app ile remote SSH kullanmak
Codex app artık alpha seviyesinde SSH remote desteğine sahip ama rollout sırasında gizli feature flag, beta appcast build'i ya da shell-init düzeltmesi gerekebiliyor.
Tip: Codex'te 1M context'i tek komutla aç
Tek komut çalıştır, script önce ~/.codex/config.toml için yedek alsın, gerekiyorsa 1M ayarlarını işlesin, sonra Codex'i yeniden başlat.
using claude code's new native ssh remote on a mac mini / darwin
Claude Code's SSH remote rejects darwin hosts, but a lightweight OrbStack Linux VM on a Mac Mini turns the whole thing into a workable remote dev setup.
Claude Code plan mode'u PermissionRequest ile auto-approve etmek
Claude Code'un plan onay dialog'u, PermissionRequest'e doğru hook atılarak ve Stop yerine ExitPlanMode'u match ederek otomatik onaylanabiliyor.