Home / Companies / Sourcegraph / Blog / January 2025

January 2025 Summaries

4 posts from Sourcegraph

Filter
Month: Year:
Post Summaries Back to Blog
Sourcegraph is introducing AI coding agents designed to automate repetitive aspects of enterprise software development, enhancing efficiency without replacing human developers. These agents, such as the Code Review Agent, Code Migration Agents, Testing Agents, Documentation Agents, and Notify Agents, aim to streamline processes like code reviews, testing, and documentation, allowing developers to focus on more complex tasks. The company emphasizes the concept of "industrialized software development," where the collaboration between humans and AI accelerates progress and improves code quality. Early adopters like Booking.com and Indeed have reported significant improvements in productivity and code quality, with Sourcegraph's agents identifying bugs and reducing development time. The initiative marks a shift towards leveraging AI to handle monotonous tasks, potentially revolutionizing software development by allowing large enterprises to turn their scale from a challenge into a strategic advantage.
Jan 29, 2025 1,178 words in the original blog post.
Agentic chat enhances AI coding assistance by autonomously gathering and refining relevant context from various sources such as codebases, terminals, and the internet, thus improving the quality and precision of responses from language models (LLMs). It addresses the common issue of LLMs providing generally correct but contextually lacking answers by proactively retrieving and analyzing pertinent information before generating responses. This new feature, available to Sourcegraph users like Cody Pro and Enterprise, substantially reduces the need for manual context provision by using tools like Code Search, Terminal access, and web searches to gather necessary details. Agentic chat also integrates with OpenCtx, allowing it to leverage non-code context from tools such as Linear, Jira, and Slack, thereby offering more accurate and context-aware solutions. It requires user approval for executing terminal commands and is designed to keep up with fast-evolving technology landscapes by accessing the latest data online, thus ensuring up-to-date and relevant feedback.
Jan 29, 2025 1,118 words in the original blog post.
Auto-edit is a novel integration introduced for Visual Studio Code (VS Code) that enhances traditional autocomplete by offering context-aware code suggestions, allowing developers to make more comprehensive and automatic edits to their codebase. Unlike conventional autocomplete, which only provides suggestions after the cursor's current position, auto-edit can propose modifications before and after the cursor, as well as suggest deletions and changes across multiple files, based on recent edits and context. This feature is designed to streamline the coding process in complex, growing codebases by reducing the effort spent on editing and maintaining code. Auto-edit is currently being rolled out experimentally, requiring at least one character change to become active, and while it may not cover all complex refactoring scenarios, it aims to offer a superior autocompletion experience by integrating recent user edits and diagnostics. Users can start using auto-edit if they are Cody Pro users or Enterprise customers with the Sourcegraph Cody Gateway, and feedback is encouraged to refine its capabilities further.
Jan 28, 2025 981 words in the original blog post.
Priceline leverages agentic frameworks and Sourcegraph's APIs to enhance developer productivity by using AI agents as a force multiplier for engineers, allowing them to navigate complex systems more efficiently. These AI agents, powered by large language models (LLMs), are designed to automate repetitive tasks, particularly in bug triaging, by tapping into a dispersed knowledge base that includes issue tickets, deployment history, and code commits. Early prototypes demonstrated the potential of such agents to analyze and provide contextual insights into platform issues, leading to deeper integration with Sourcegraph's code search and completion capabilities. By incorporating AI-driven solutions into the software development lifecycle (SDLC), Priceline aims to reduce the time spent on pre-triage activities, optimize engineers' daily work experiences, and foster an innovative environment where AI tools are as integral as integrated development environments (IDEs), ultimately simplifying complex tasks and enhancing engineering productivity.
Jan 28, 2025 774 words in the original blog post.