Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blog: Introduce blog post on long context models for code AI #7266

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

kukicado
Copy link
Contributor

  • Adds a new blog post exploring the benefits and tradeoffs of using long context window models in AI coding assistants like Cody
  • Includes evaluation results comparing Cody's performance with 10k vs 1M token context windows
  • Discusses the layered context architecture used to balance latency and coverage
  • Outlines the road ahead for long context models in enterprise codebases

Before you merge this PR, please review the following:

Blog post

  • Checked title case (This is correct. This Is Not Correct)
  • Updated publishDate
  • Updated authors
  • Updated and checked slug
  • Proofread for spelling and grammar errors
  • Checked for consistent tone and voice throughout via Grammarly
  • Ensured all links are working correctly
  • Added relevant tags and categories
  • Optimized meta description
  • Included a new hero and social/OG image
  • Uploaded images to Google Storage
  • Formatted text for readability (headings, bullet points, etc.)
  • Added image alt text
  • Ran Markdown linter

Other

  • This is not a blog post

* Adds a new blog post exploring the benefits and tradeoffs of using long context window models in AI coding assistants like Cody
* Includes evaluation results comparing Cody's performance with 10k vs 1M token context windows
* Discusses the layered context architecture used to balance latency and coverage
* Outlines the road ahead for long context models in enterprise codebases

Co-authored-by: Beyang Liu <beyang@sourcegraph.com>
Copy link

netlify bot commented Sep 30, 2024

Deploy Preview for sourcegraph ready!

Name Link
🔨 Latest commit 062a872
🔍 Latest deploy log https://app.netlify.com/sites/sourcegraph/deploys/670d8aa0ffda4b0008bc19d2
😎 Deploy Preview https://deploy-preview-7266--sourcegraph.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

kukicado and others added 2 commits September 30, 2024 15:26
* Adds more details on the performance evaluation of Cody with 10k vs 1M token context windows
* Includes new examples showcasing the benefits of long context for code understanding tasks
* Discusses the challenges and tradeoffs of implementing nearest neighbor search over code embeddings
* Outlines the integration of the Cody context API within the Sourcegraph codebase

Co-authored-by: Beyang Liu <beyang@sourcegraph.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant