GitHub
The era of “AI as text” …
- GitHub is moving from “AI as text” to “AI as execution,” shifting from simple prompt-response interactions to programmable, agentic workflows.
- The new GitHub Copilot SDK allows developers to embed this planning and execution engine directly into their own applications …
Using GitHub Codespaces …
In this blog post, I try using GitHub Codespaces to write this post in Hugo. Yes, it’s meta 🤓
A GitHub Codespace is a cloud-based developer environment attached to your GitHub repository. It contains the dependencies you need to work on your codebase in VS Code, either in the browser or from …