home.social

#sourcegraph — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sourcegraph, aggregated by home.social.

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

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

    habr.com/ru/articles/1042930/

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

  2. 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 🫠

  3. 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 🫠

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

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

    habr.com/ru/articles/948980/

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

  5. 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

    anthropic.com/news/model-conte

  6. 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

    anthropic.com/news/model-conte

  7. The Death of the Junior Developer

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

    sourcegraph.com/blog/the-death

  8. Wow, Sourcegraph made their repository private, when it was previously source-available (code publicly available, but proprietary) and before that open-source.

    eric-fritz.com/articles/source

    Once again, this is why Contributor's License Agreements (CLAs) are bad. They allow owners of the project to abuse the terms of the CLA. You are very much giving your rights to them.

    Don't contribute to software with a CLA.

    (Credit to @refi64 for letting me know)

    #OpenSource #FOSS #CLA #Sourcegraph

  9. Wow, Sourcegraph made their repository private, when it was previously source-available (code publicly available, but proprietary) and before that open-source.

    eric-fritz.com/articles/source

    Once again, this is why Contributor's License Agreements (CLAs) are bad. They allow owners of the project to abuse the terms of the CLA. You are very much giving your rights to them.

    Don't contribute to software with a CLA.

    (Credit to @refi64 for letting me know)

    #OpenSource #FOSS #CLA #Sourcegraph

  10. Just started trying the #Sourcegraph Cody tool, trying to compare it with the #Github Copilot and others, first attractive thing about it is it seems to be (still) opensource.

    At first glance it seems to be ecqually invasive, key shortcut is just [TAB] which makes it harder to reject the code injections than accept them; I bet this even alters their own data thinking the autogenerated code block was amazing.

  11. Just started trying the #Sourcegraph Cody tool, trying to compare it with the #Github Copilot and others, first attractive thing about it is it seems to be (still) opensource.

    At first glance it seems to be ecqually invasive, key shortcut is just [TAB] which makes it harder to reject the code injections than accept them; I bet this even alters their own data thinking the autogenerated code block was amazing.

  12. 😮 The latest version of Cody (free tier) does unlimited local GPT autocomplete and chat in VSC (free (you already knew that)) *in one step*: Ensure Ollama is running, then choose from (free) models you've downloaded.

    Total cost: A few minutes of bandwidth to download an LLM (~5GB). No subs. No fees. Nuthin'.

    Cody: sourcegraph.com/cody

    Ollama (yeah: it's free, too): ollama.com

    #AI #GPT #VSC #Copilot #Cody #Sourcegraph #Ollama

  13. 😮 The latest version of Cody (free tier) does unlimited local GPT autocomplete and chat in VSC (free (you already knew that)) *in one step*: Ensure Ollama is running, then choose from (free) models you've downloaded.

    Total cost: A few minutes of bandwidth to download an LLM (~5GB). No subs. No fees. Nuthin'.

    Cody: sourcegraph.com/cody

    Ollama (yeah: it's free, too): ollama.com

    #AI #GPT #VSC #Copilot #Cody #Sourcegraph #Ollama

  14. Do you use #ai assistants in your IDE? Until now, I was skeptical and due to the questionable pricing and terms of use, I stayed away from it.

    However, I've been playing a bit with the free tier of #codyai from #sourcegraph over the last few days, and I have to say that I've actually found it surprisingly helpful to assist with repetitive tasks like code documentation and unit testing.

    #dev #coding

  15. Hacker gains admin control of Sourcegraph and gives free access to the masses - Enlarge (credit: Getty Images)

    An unknown hacker gained admini... - arstechnica.com/?p=1965211 #personalinformation #sourcegraph #security #breaches #hacking #biz&it

  16. Hacker gains admin control of Sourcegraph and gives free access to the masses - Enlarge (credit: Getty Images)

    An unknown hacker gained admini... - arstechnica.com/?p=1965211 #personalinformation #sourcegraph #security #breaches #hacking #biz&it

  17. 🙄 "a leaked admin access token in our public #Sourcegraph instance was used by a malicious actor"

  18. 🙄 "a leaked admin access token in our public #Sourcegraph instance was used by a malicious actor"

  19. What's the point of having a chatbot if it's not clear what the code does even to the said chatbot? It's somewhat funny and sad at the same time.

    #sourcegraph #cody

  20. What's the point of having a chatbot if it's not clear what the code does even to the said chatbot? It's somewhat funny and sad at the same time.

    #sourcegraph #cody

  21. @BoredomFestival Don’t know the guy, can’t speak to his motivation. He didn’t stay long at that gig anyway; now he’s at #Sourcegraph

  22. 🚀 New episode of The Changelog!

    This week we’re taking you to the hallway track of The #Linux Foundation’s #OSSummit North America 2023 in Vancouver, Canada 🇨🇦

    This episode features three conversations about #opensource #AI:

    1️⃣ Beyang Liu (Co-founder and CTO at #Sourcegraph)
    2️⃣ @dennyglee (Developer Advocate at #Databricks)
    3️⃣ Stella Biderman (Head of Research at #EleutherAI)

    🎧 changelog.fm/541

  23. 🚀 New episode of The Changelog!

    This week we’re taking you to the hallway track of The #Linux Foundation’s #OSSummit North America 2023 in Vancouver, Canada 🇨🇦

    This episode features three conversations about #opensource #AI:

    1️⃣ Beyang Liu (Co-founder and CTO at #Sourcegraph)
    2️⃣ @dennyglee (Developer Advocate at #Databricks)
    3️⃣ Stella Biderman (Head of Research at #EleutherAI)

    🎧 changelog.fm/541

  24. Shout out to Cody for reminding me of all the things I need to do when I create an S3 bucket in terraform to comply with CIS benchmark... Note, I am just using this as an "outline" so I don't miss anything. 🤯😂 #AWS #security
    #sourcegraph

  25. Shout out to Cody for reminding me of all the things I need to do when I create an S3 bucket in terraform to comply with CIS benchmark... Note, I am just using this as an "outline" so I don't miss anything. 🤯😂 #AWS #security
    #sourcegraph

  26. Sourcegraph was a fascinating, powerful tool already. What is coming via LLM technology will be a true paradigm shift. After reading Steve Yegge’s post about the marriage of Sourcegraph and LLMs, I for the first time see value in LLMs.

    about.sourcegraph.com/blog/che

    #Sourcegraph #LLM #AI #CodeIntelligence #Cody

  27. One of the many reasons I love #Sourcegraph: With the browser addon it assists in focussed PR reviews without having to switch context. Instead it directly shows you the value of a variable that is declared outside of the PRs scope. /cc @mrnugget

  28. One of the many reasons I love #Sourcegraph: With the browser addon it assists in focussed PR reviews without having to switch context. Instead it directly shows you the value of a variable that is declared outside of the PRs scope. /cc @mrnugget

  29. How I started. Commodore 64 programming, learning unix, doing network programming, finding IRC, creating #curl and then even more curl.

    On the #Sourcegraph #podcast: youtube.com/watch?v=ZLtqHFxEDm

  30. The newly-released #1Password CLI v2.13.0 brings the number of 28 Shell Plugins (the ability to authenticate to a CLI with a fingerprint).

    12 of which were built by y'all!

    New additions include #SnowflakeDB #DataVricks
    #cargo #argo #OpenAI #FlyIO
    #Vultr and #SourceGraph

    Huge thanks to @avy, github.com/kanadgupta, and github.com/ssttehrani for their new plugins.

  31. @alyssam_infosec @adrienne @MJS @Alarming I remember being impressed by how #SourceGraph wrote a job description. Looking now, their JDs still have the giant list of qualifications, but it's after a bunch of transparency on the company and interview process.