> For the complete documentation index, see [llms.txt](https://docs.yemreak.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yemreak.com/contents/535fa6fc.md).

# Philips Hue: Yapay Zeka ile Sesli Kontrol

{% embed url="<https://youtu.be/jDfV28R9BgE>" %}

"Woooow! Hahaha." İlk tepkim buydu. Yapay zeka ışıkları maviye çevirdi. Biraz rahatsız edici ama çalışıyor.

Akış çok basit: ses kaydı atıyorum, AI Hue API dokümanını okuyor, CLI komutu yazıyor, ışıklar yanıt veriyor. `hue color blue` yazıyor, lambalar mavi oluyor. `hue dim 50` yazıyor, parlaklık yarıya düşüyor. Düşünmeye gerek yok, direkt aksiyon.

İlk denemede bütün yetkiyi verdim. "Rengi değiştir" dedim, yeşil yaptı. Sonra mavi. "Abi mavi kullanma rahatsız oluyorum" dedim, sıcak beyaza çevirdi. Lambalar dans ediyor gibi oldu. Palyaço gibi. Ama çalışıyor işte.

Proof of concept bu. Erişebilirliği gösteriyorum. Benim sevdiğim kısım bu zaten - erişilebilir kılmak. Kullanmayı değil, sadece erişilebilir kılmayı. Artık bundan sonrası kullananın hayal gücüne kalmış.

Pattern şu: ses → AI okuyor → kod yazıyor → fiziksel değişim oluyor. Aynı pattern Chrome için çalışır, VSCode için çalışır, MacOS için çalışır. Şu an Hue lambalarda test ettim, yarın başka bir şey bağlanır.

Kod [GitHub'da](https://github.com/yemreak/vibe-coding/tree/main/packages/hue). İlk kurulum için `hue auth` komutu, bridge'deki butona basman lazım önce. Environment variable'lar `.env` dosyasında: `HUE_BRIDGE_IP` ve `HUE_USERNAME`.

Sırada ne yapacagim, bilmem :D


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.yemreak.com/contents/535fa6fc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
