In this Medium article, Richardhayes shares his experience of using ChatGPT and GPT-3 to control his Hue Lights with simple instructions such as make the lights blue or make one light pink and one like orange. The article describes how phue library was used to talk to the Hue lights and how the integration with GPT-3 was achieved. Richardhayes used the JSON format to represent colors and lights, and with a specific enough description, GPT-3 was able to generate JSON objects that could easily be parsed to provide commands for Hue. This article also explains how OpenAI provides a Python API to talk to their models, and how the Completion resource was used to turn Richardhayes commands into JSONs.