Even though I primarily use #ClaudeCode, I make a habit of working with different coding agents. One of my favorites is #ampcode (https://ampcode.com/ ) from #sourcegraph. I've been following this company since the introduction of their initial coding assistant Cody. I think the future belongs to agents that don't tie you to frontier models; picking the best model for the job and optimizing token usage.

Агент читает 20 файлов ради одной функции. Лечим это графом кода: CodeGraph vs Graphify и другие невиданные твари

Мне регулярно пишут: «У тебя Max-подписка, токенов вагон — зачем городить индексацию кода? Дай агенту grep и не выпендривайся». Полгода назад я бы согласился. Сейчас — нет. Когда агент ищет «где тут авторизация», он спавнит эксплорацию, грепает по ключевым словам и читает 15-20 файлов целиком, чтобы догадаться о связях. Это сотни тысяч токенов, куча tool calls и регулярные промахи. Граф кода схлопывает этот веер чтений в один точный запрос к индексу. Я сейчас гоняю CodeGraph (лёгкий локальный индекс символов для агента), а Graphify (граф знаний всего проекта — код плюс документы, PDF и медиа) только собираюсь попробовать. Это два разных инструмента под разные боли, и их постоянно путают. В статье: чем они отличаются архитектурно, почему модель хранения индекса — следствие этой архитектуры (и как держать индекс при работе с разных машин и командой), их бенчмарки с честной пометкой «не мои цифры», кому что брать — плюс карта соседних инструментов: Gortex, CodeGraphContext, Sourcegraph MCP и Cognee.

https://habr.com/ru/articles/1042930/

#AIагенты #Claude_Code #Codex #codeintelligence #treesitter #MCP #индексациякода #Sourcegraph

Агент читает 20 файлов ради одной функции. Лечим это графом кода: CodeGraph vs Graphify и другие невиданные твари

CodeGraph и Graphify решают разные задачи, хотя оба строят граф кода на tree-sitter. CodeGraph — лёгкий локальный индекс символов для рантайма агента. Graphify — граф знаний всего проекта, включая...

Хабр

Quote from #sourcegraph's podcast: the time of chatting with an agent in your editor sidebar is coming to an end.

At the same time at work: half my team isn't using any AI and the other half is copy pasting stuff from the webchat 🫠

AI đánh giá công cụ lập trình theo cách bất ngờ: GitHub Copilot không phải lúc nào cũng dẫn đầu. Thêm "ngân sách hạn chế", Codeium vượt lên (72 vs 67). Ghi "mono repo", Sourcegraph Cody tăng 77%. Dùng từ "agentic", Cursor thắng Copilot Workspace (72 vs 43). AI ưu tiên từ khóa cụ thể hơn thương hiệu. Chiến lược SEO cần điều chỉnh! #AI #SaaS #CodingTools #SEO #Codeium #Copilot #Cursor #Sourcegraph #CôngCụLậpTrình #SEOAI

https://www.reddit.com/r/SaaS/comments/1q6l1w3/tracked_48_ai_queries_for_codi

Amp, Inc.

Amp is becoming its own company

Как мы автоматизировали анализ упавших тестов с помощью AI: от хаоса к структуре

Представьте: каждый день ваши автотесты генерируют десятки отчетов об ошибках, QA команда тратит часы на анализ падений, а разработчики получают невразумительные описания в духе "test.feature упал на строке 410". Знакомо? Мы решили эту проблему, интегрировав AI в процесс анализа тестов, и хотим поделиться опытом.

https://habr.com/ru/articles/948980/

#искусственный_интеллект #автоматизация_тестирования #cicd #devops #qa #sourcegraph #prompt_engineering #cucumber #ruby_on_rails #gherkin

Как мы автоматизировали анализ упавших тестов с помощью AI: от хаоса к структуре

Представьте: каждый день ваши автотесты генерируют десятки отчетов об ошибках, QA команда тратит часы на анализ падений, а разработчики получают невразумительные описания в духе "test.feature упал на...

Хабр
Revenge of the junior developer | Sourcegraph Blog

The latest installment from Steve Yegge on viiiiibe coding and what that means for developer jobs.

New Standard for Enterprise AI Data Integration 🌐

🔗 #Anthropic launches Model Context Protocol (#MCP), an #opensource standard enabling seamless connection between #AI systems and enterprise data sources

💻 Local MCP server support added to #Claude Desktop with pre-built connectors for #GitHub, #Slack, #GoogleDrive, #Git, and #Postgres

🤝 Early adopters #Block and #Apollo integrate MCP, while #Zed, #Replit, #Codeium, and #Sourcegraph enhance their development platforms

🛠️ Developers can start testing with existing #Claude for Work accounts, access pre-built MCP servers, and contribute to open-source repositories

🔄 Protocol eliminates need for separate connectors, allowing AI systems to maintain context across different tools and datasets

https://www.anthropic.com/news/model-context-protocol

Introducing the Model Context Protocol

The Model Context Protocol (MCP) is an open standard for connecting AI assistants to the systems where data lives, including content repositories, business tools, and development environments. Its aim is to help frontier models produce better, more relevant responses.

The Death of the Junior Developer

The Death of the Junior Developer #sourcegraph #cody #gpt #displacement #ai

https://sourcegraph.com/blog/the-death-of-the-junior-developer

The death of the junior developer | Sourcegraph Blog

LLMs are putting pressure on junior tech jobs. Learn how to stay ahead.

I used to recommend Cody from Sourcegraph as a replacement for Copilot, but now I'm not so sure.

It is unusable in a couple of my repos because it likes to add context from my CHANGELOG, which contains the phrase "reset the session", which it thinks breaks its own Acceptable Use Policy.

The only way to exclude files from context is to pay twice as much for the Enterprise version.

So Cody literally breaks itself unless I pay twice as much.

#llm #copilot #sourcegraph