Open-Source Tool Enables Remote Copilot Control

A developer has built and released an open-source tool that allows for remote supervision of the GitHub Copilot CLI via the Telegram messaging app. The tool enables users to review plans and approve code execution from a mobile device. The creator described it as a local-first system designed for iterative AI-assisted development workflows.

- The tool is built with TypeScript using the official `@github/copilot-sdk`, the `grammY` Telegram bot framework, and SQLite for local state management. It is designed to run locally on a user's machine and is not a publicly hosted SaaS. - Security is a core consideration, addressed through features designed for single-user environments. These include path allowlists to restrict file system access, Telegram user ID restrictions so only the owner can issue commands, and timeouts for operations. - As engineering leaders adopt AI-assisted workflows, a key challenge is maintaining code quality. Best practices include treating AI output as a draft that always requires human review, focusing validation on behavior and security boundaries rather than just syntax, and establishing clear, documented review criteria for AI-generated code. - For frontend teams using frameworks like React and Next.js, AI assistants are increasingly used to generate entire components from descriptive comments. The effectiveness of these tools is significantly higher in codebases that use TypeScript, as the strong typing provides better context to the AI model. - The European market for generative AI in the software development lifecycle is projected to grow at a CAGR of 33.6% between 2025 and 2032, with adoption guided by a "governance-first" approach influenced by the EU AI Act. While 43% of European companies report AI has reduced development time, this adoption is more methodical and regulated compared to other regions. - In Bulgaria, 90% of tech professionals report using AI daily or weekly, indicating rapid individual adoption that outpaces corporate implementation, where only 15% of companies have integrated AI solutions. The country is poised for growth in this area, partly through initiatives like the €90 million "AI factory" in Sofia, a collaboration between INSAIT and Sofia Tech Park designed to bolster large-scale AI projects. - Engineering managers are encouraged to start AI adoption with a small pilot group of enthusiastic developers from different parts of the stack. This allows the team to create internal playbooks, establish baselines for productivity and sentiment, and define clear security and data privacy policies before a wider rollout. - A critical skill for developers in AI-assisted workflows is prompt engineering. For React and Next.js developers, this involves providing specific context in prompts, such as framework version and relevant code snippets, and chaining prompts to refine solutions, turning the AI into a "personal senior dev."

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.