Paul Krill
Editor at Large

Go team to improve support for AI assistants

news
Nov 18, 20252 mins

The Go team said it has been working to provide ‘well-lit paths’ for building with Go and AI. An overhauled ‘go fix‘ command is also in the works.

shutterstock 40663132 green traffic light on black background
Credit: AlexandreNunes / Shutterstock

Users of the Go language can expect improved support for AI coding agents in the coming year, according to the Go team. Also in the works is an overhauled go fix command that promises greater developer productivity.

In a November 14 blog post marking the 16th anniversary of Google’s open source release of Go as an experimental language, the Go team noted development plans for the year head. Deeper support for AI coding agents was among the items mentioned. The team said it has been working to provide “well-lit paths” for building with Go and AI, evolving the language platform with care for the evolving needs of today’s developers, and building tools and capabilities that help both human developers and AI assistants and systems alike.

The upcoming Go 1.26 release, meanwhile, will include a total overhaul of the go fix command, a tool that uses static code analyzers to find old idioms and suggests modern replacements. With Go 1.26, expected to be released in February 2026, go fix — currently a dormant command with obsolete analyzers — will feature a suite of new analyzers that will suggest fixes that use newer features of the Go language and library. Also planned for Go are ongoing improvements to the gopls language server and the VS Code Go extension.

Other goals for Go include:

  • General availability of the Green Tea garbage collector, which promises to reduce workload times. It was featured in an experimental status in Go 1.25.
  • Native support for Single Instruction Multiple Data (SIMD) hardware features.
  • Runtime and standard library support for writing code that scales better to massive multicore hardware.
  • An upgrade to encoding/json, featuring a new API.
  • Goroutine leak detection via garbage collection.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author