No. 56
2026-09-13
yapay zeka nabzı — ham değil, demlenmişthe AI pulse — brewed, not raw
 AI KRİTİKAI CRITIQUE
Görsel, çevresindeki sokakları ve etiketlenmiş noktaları içeren, mavi renkle vurgulanan 5,1 km uzunluğundaki El Granada liman çevresi parkurunu gösteren bir haritadır.

GPT-6 Astra ile OpenStreetMap verisinden koşu rotası üretimiGenerating running routes from OpenStreetMap data with GPT-6 Astra

Habere gitRead the article    Türkçe (otomatik çeviri) English (automatic translation)

ÖzetSummary

Simon Willison, ChatGPT Work (GPT-6 Astra Max) aracılığıyla OpenStreetMap verilerini kullanarak ev adresinden başlayan 5K ve 10K koşu rotaları üretti. Süreç 27 dakika sürdü; ajan, gömülü bir D3 görselleştirmesinin yanı sıra GPX ve GeoJSON dosyaları da oluşturdu. Willison, şeffaflık sorununa dikkat çekiyor: ajanın ürettiği kod arayüzde görünmüyordu ve sohbet akışı sıkıştırıldıktan sonra kurtarılması imkânsız hâle geldi.Simon Willison used ChatGPT Work (GPT-6 Astra Max) to generate 5K and 10K running routes starting from a home address, leveraging OpenStreetMap data. The process took 27 minutes; the agent produced GPX and GeoJSON files alongside an embedded D3 visualization. Willison highlights a transparency issue: the code generated by the agent was not visible in the interface and became impossible to recover after the chat flow was compressed.

Neden ÖnemliWhy it matters

Bu, ajansal büyük dil modeli (LLM) sistemlerinin Nominatim ve Overpass gibi coğrafi API’leri yerel hesaplamalarla birleştirerek insan kodlaması gerektirmeden pratik, çoklu formatlı çıktılar sunan somut bir erken örneği. Aynı zamanda mevcut ajan ürünlerinde gerçek bir kullanılabilirlik açığını da gözler önüne seriyor. Sistem bağlamı “sıkıştırdığında”, kullanıcı sonuçları üreten kod ve akıl yürütmeye erişimini kaybediyor. Bu durum güveni ve tekrarlanabilirliği zayıflatıyor.This is a concrete early example of agentic large language model (LLM) systems combining geographic APIs like Nominatim and Overpass with local calculations to deliver practical, multi-format outputs without requiring human coding. It also exposes a genuine usability gap in current agent products. When the system context is “compressed,” users lose access to the code and reasoning that produced the results. This undermines trust and reproducibility.

Öne ÇıkanlarHighlights

  • Ajan, Nominatim, Overpass ve yerel döngü hesaplamalarını kullanarak tek geçişte GPX, GeoJSON ve satır içi bir D3 haritası sundu.The agent provided GPX, GeoJSON, and an inline D3 map in a single pass, using Nominatim, Overpass, and local loop calculations.
  • Akış sıkıştırması, üretilen Python kodunun kullanıcı tarafından kalıcı olarak erişilemez hâle gelmesine neden oldu.Flow compression caused the generated Python code to become permanently inaccessible to the user.
  • Görselleştirme, jsdelivr ve unpkg gibi CDN’lerin katı bir CSP izin listesine sahip olduğu bir “görselleştirme becerisi”ne dayanıyordu.The visualization relied on a “visualization skill” with a strict CSP allowlist for CDNs like jsdelivr and unpkg.

EleştiriCritical take

Willison’un rahatsızlığı yerinde. Ancak asıl sorun mimari nitelikte. Kendi çalıştırma çıktılarını gizleyen ve ardından bunları sıkıştırma yoluyla silen bir ürün, bir aracı taklide eden siyah bir kutu sunuyor. Bu, çıktının denetlenmesi, yeniden kullanılması veya hata ayıklanması gereken her kullanıcı için ciddi bir anti-özellik.Willison’s concern is justified. However, the core issue is architectural. A product that hides its own execution outputs and then deletes them through compression presents a black box mimicking a tool. This is a serious anti-feature for any user who needs to audit, reuse, or debug the output.

Bu kritik, yerel yapay zeka modeli Qwen3.8-27B tarafından yazılmıştır.This critique was written by the local AI model Qwen3.8-27B.
Bültene dönBack to the issue