llmswap https://github.com/sreenathmmenon/llmswap A universal tool (SDK and CLI) for developers, allowing easy interaction with various AI providers (OpenAI/GPT-4o, Claude, Gemini, Groq, etc.) directly from the terminal. This is a Python project - installation pip install llmswap. Directly from the terminal you can: Generate code and commands, for example llmswap generate "sort files by size" will output du -sh * | sort -hr. Create functions and entire scripts, for example llmswap generate "P...| Code With LLM Updates
Codex and GPT-5-Codex Update https://openai.com/index/introducing-upgrades-to-codex/ OpenAI has unified Codex into a single ecosystem. Access to the updated tool is included in ChatGPT Plus, Pro, Business, Edu, and Enterprise subscriptions. It cannot be used for free. Codex is now available in the terminal (Codex CLI), as The Codex IDE extension, on the web (Codex cloud), on GitHub, and in the ChatGPT mobile app. There is also an option to switch to the GPT-5-Codex model. https://www.youtube....| Code With LLM Updates
ARM package manager https://github.com/jomadu/ai-rules-manager A rather simple idea, we'll see its development later. A package manager for AI rules. Identical sets of rules in different projects and keeping them automatically synchronized with a source of truth. Git can be used, similar to awesome-cursorrules or other rule collections. For some reason, I didn't see a mention of https://agents.md/ which offers a standard option for connecting rules and context for various AI systems. #airules| Code With LLM Updates
In 2023, Google seemed very confused about AI code generation, but over 2024 and 2025, they managed to deliver both good models and cover every niche of AI programming with their tools. Code can be generated from both the basic and advanced web interfaces of the Gemini chat. There are two proprietary IDEs (though browser-based), plugins for popular IDEs, a terminal agent, and a cloud agent. --- Gemini web chat https://gemini.google.com/ The web chat can generate code; model 2.5 Pro is availab...| Code With LLM Updates
GLM plan for programming https://docs.z.ai/devpack/overview A subscription package created specifically for programming with artificial intelligence. It provides access to the powerful GLM-4.5 and GLM-4.5-Air models in popular tools like Claude Code, Cline-Roo-Kilo, OpenCode, and others. The cost starts from $3 per month. Significantly higher usage limits compared to standard plans like Claude Pro. The quota is renewed every 5 hours. The company's services are located in Singapore. Z.ai does ...| Code With LLM Updates
OpenAI Codex On its YouTube channel, OpenAI released a video about Codex during a series of virtual "Build Hours" events. https://www.youtube.com/watch?v=WvMqA4Xwx_k Video on YouTube: https://www.youtube.com/watch?v=WvMqA4Xwx_k OpenAI's goal is to make Codex the sole, universal agent for code generation. It is recommended to view Codex as a full-fledged team member or even delegate tasks to it, acting as an architect or manager. Codex can operate in two main modes: locally and in the cloud. B...| Code With LLM Updates
Updates and tips about using Large Language Models (LLM) for programming and development| aicode.danvoronov.com
Agent Client Protocol (ACP) https://agentclientprotocol.com https://github.com/zed-industries/agent-client-protocol A new open standard developed by Zed Industries, aiming to standardize communication between code editors (IDEs, text editors) and AI agents. The approach is similar to how Language Server Protocol (LSP) standardized the integration of language servers. Agents run as child processes of the code editor and exchange data using JSON-RPC over standard input/output (stdio) streams. T...| Code With LLM Updates
Practical Techniques for Claude Code and Codex CLI https://coding-with-ai.dev/ https://github.com/inmve/coding-with-ai The website contains practical techniques for effective work with AI assistants. Each stage has a checklist. Raise the following topic-sections: 1. Planning (preparation for working with AI), 2. UI & Prototype (rapid creation of interfaces and prototypes), 3. Coding (efficient code generation and manipulation), 4. Debuging (identifying and fixing errors with AI), 5. Testing &...| Code With LLM Updates
AI integration experience in production processes https://www.sanity.io/blog/first-attempt-will-be-95-garbage The author used Cursor for 18 months for code generation, and Claude Code for the last 6 weeks. The transition to Claude Code took only hours to understand how to work with it. Author's mental model: AI is a junior developer who never learns. Costs for Claude Code can be a significant percentage of an engineer's monthly salary ($1000-1500 per month). Conclusions: Rule of three attempt...| Code With LLM Updates
A sample instruction file CLAUDE.md is available at https://www.dzombak.com/blog/2025/08/getting-good-results-from-claude-code/ However, there is a discussion about the effectiveness of this file for providing context: some consider it useful for AI's long-term memory, while others argue that the AI often ignores its content. From the HN Discussion, further conclusions can be drawn: The best results are achieved when the developer spends significant time creating very clear, step-by-step spec...| Code With LLM Updates
Auggie https://www.augmentcode.com/product/CLI Augment Code CLI - this is a attempt to copy Claude Code, this time from the developers of Augment Code. As a standalone product, it's hard to say if it has any value; it's more likely an addition to their main product and tied to their pricing plans. An interesting feature is the hotkey for improving a request. Otherwise, it has basic terminal agent functions, with MCP support like everywhere else now. The models are Claude Sonnet 4 and GPT-5. #...| Code With LLM Updates
Privacy mode in TRAE IDE v2.1.0 https://docs.trae.ai/ide/privacy-mode?_lang=en One of the reasons I didn't use ByteDance's Chinese TRAE was their unclear policy of "we do what we want with your code." Now they have added the ability to activate privacy mode in the settings. I think this is a response to Alibaba's Qoder. Privacy mode is only active when your account is active. After logging out, privacy mode ceases to be active. Privacy mode does not apply to SOLO mode, which is still in the t...| Code With LLM Updates
Codex IDE https://developers.openai.com/codex/ide OpenAI has once again changed what is called Codex. It is now not only the old model and a new agent in CLI and ChatGPT, it is also an IDE extension (VSCode, Cursor, and Windsurf). From it, you can both modify code locally and send tasks to the cloud. It works on Mac and Linux. Windows support is still experimental. https://www.youtube.com/watch?v=SgJaSmD3u3k Video on YouTube: https://www.youtube.com/watch?v=SgJaSmD3u3k https://help.openai.com...| Code With LLM Updates
ByteRover 2.0 https://www.byterover.dev/blog/byterover-2-0 A new version of ByteRover 2.0 has been released with an improved interface and two key features. Context Composer: A tool for collecting and managing precise context for AI agents from various sources (documents, images, web, etc.). Git for AI Memory: Allows version control of AI agent memory, tracking changes, and collaboration, similar to Git for code. --- xAI: Grok Code Fast 1 https://openrouter.ai/x-ai/grok-code-fast-1 https://ve...| Code With LLM Updates
Zed and CLI agent support https://zed.dev/blog/bring-your-own-agent-to-zed Zed, in partnership with Google, has integrated Gemini CLI into the IDE via the new Agent Client Protocol (ACP). This is an open, JSON-RPC-based protocol that allows connecting any agents to Zed (similar to how LSP works for languages). AI data is not sent to Zed servers. The protocol is Apache licensed — you can create your own agents or connect them to other editors (for example, Neovim already supports it). When i...| Code With LLM Updates
Updates and tips about using Large Language Models (LLM) for programming and development| aicode.danvoronov.com
Amazon Kiro v0.2 https://kiro.dev/pricing/ Kiro IDE is still in preview development, but they have already launched paid subscriptions. Perhaps this is because in v0.1 they gave a lot of free tokens for Sonnet 4, and now registration is closed. For new users, there is only a waiting list. Only 50 vibe requests per month will be free; currently, all new users have been given 100 vibe and spec requests, which must be used within 2 weeks. This is very unfortunate; my simple test project took 40 ...| Code With LLM Updates
LLMs Won't Replace Programmers https://zed.dev/blog/why-llms-cant-build-software A provocative post by Konrad Irwin from ZED. He says that LLMs are quite good at generating code, updating it when problems are found, and running tests. But human engineers don't work like that: they build mental models of what the code does and what it should do - then perform updates based on that. AI agents do not create a mental model of the project and simply generate code that resembles the best code they ...| Code With LLM Updates
AGENTS.md https://agents.md/ A README equivalent for agents. Finally, a standard for a markdown file where we write context and additional instructions for an AI coding agent. This is a simple text file. It will also be useful for human developers, because most people barely write anything in their READMEs anymore, but that won't work here. This is because LLMs require greater detail and precision. Previously, if I used several AI coding tools in a repository, I had to have a separate file fo...| Code With LLM Updates
Updates and tips about using Large Language Models (LLM) for programming and development| aicode.danvoronov.com
Updates and tips about using Large Language Models (LLM) for programming and development| aicode.danvoronov.com
Updates and tips about using Large Language Models (LLM) for programming and development| aicode.danvoronov.com
Updates and tips about using Large Language Models (LLM) for programming and development| aicode.danvoronov.com
Updates and tips about using Large Language Models (LLM) for programming and development| aicode.danvoronov.com
Updates and tips about using Large Language Models (LLM) for programming and development| aicode.danvoronov.com
Updates and tips about using Large Language Models (LLM) for programming and development| aicode.danvoronov.com
Updates and tips about using Large Language Models (LLM) for programming and development| aicode.danvoronov.com
Updates and tips about using Large Language Models (LLM) for programming and development| aicode.danvoronov.com