New AI Tools Launch for Developers
Several new AI-powered tools for developers and creators have recently launched in beta. Unity shared a demo of its AI for generating 3D models from images, while Docker introduced 'Gordon,' an AI agent for container troubleshooting. Additionally, the open-source tool GitNexus was demoed for turning GitHub repositories into interactive, queryable knowledge graphs.
- Docker's 'Gordon' agent, also known as Docker AI, is accessible in Docker Desktop and via the `docker ai` command line interface. It is designed to have full context of a user's local environment, with access to the shell, filesystem, and Docker knowledge base. All actions proposed by Gordon require explicit user approval before execution. - The goal for Docker's AI is to expand its capabilities throughout 2025 with features like enhanced GitHub Copilot integrations and more context from a user's registry. It now integrates with third-party services through the Model Context Protocol (MCP) and can connect directly to a local Kubernetes cluster to manage resources. - The 3D object generator in Unity is best suited for creating simple, single-part props and decorative objects. The generated objects are not rigged or animated. For more predictable results, using a reference image is recommended over a text prompt. - GitNexus was created by developer Abhigyan Patwari and runs entirely in the user's browser, meaning no data is sent to a server. It uses Tree-sitter for multi-language parsing, supporting languages like JavaScript, Python, Java, C++, and Rust. - GitNexus integrates with AI coding assistants such as Claude Code and Cursor by providing them with a deeper architectural understanding of a codebase. This allows the assistants to move beyond analyzing flat text and understand relationships within the code. - The open-source tool functions as a "zero-server code intelligence engine" that can parse a codebase from a GitHub repository or a ZIP file. This process creates an interactive knowledge graph to help developers understand dependencies and the potential impact of changes.