Live data from Hacker News

Cody – The AI that knows your entire codebase

about.sourcegraph.com

81–88 of 88 posts

Re: Cody – The AI that knows your entire codebase

#82
post #78

I would use it if the LLM they used were better. It keeps inventing files that don't exist. If I could just provide my GPT-4 API key so it can use GPT-4 I'd be happy.

Highly recommending filing issues on their repo if you have anything reproducible. I've had several bugs I filed get fixed this way.

Re: Cody – The AI that knows your entire codebase

#83
post #78

I would use it if the LLM they used were better. It keeps inventing files that don't exist. If I could just provide my GPT-4 API key so it can use GPT-4 I'd be happy.

Highly recommending filing issues on their repo if you have anything reproducible. I've had several bugs I filed get fixed this way.

Awesome. The repository is at https://github.com/sourcegraph/cody for anyone who hasn't seen it yet.

Re: Cody – The AI that knows your entire codebase

#85
post #63
post #3

Can’t be worse than Github Copilot so i’m giving it a try.

I'm just curious -- what specific issues have you had with Copilot? I use it constantly (probably accepting a suggestion for every few seconds of typing), to the point where I'm starting to just not think about it anymore like I previously didn't think about normal autocomplete. It has written hundreds of perfect unit tests for me (perfect as in I have read the code and it matches virtually exactly what I would have…

> what specific issues have you had with Copilot?

If I put a single swear word in my code it refuses to complete anymore

Re: Cody – The AI that knows your entire codebase

#87

I have been using Cody in VSCode for a couple of months, and I am getting a ton of value out of it. The key things I love are: 1. It really knows how to summarise a code blocks, this can be helpful to review code in other projects, or provide a refresher to your own, it misses very little! 2. It is very smart when it comes to filling in gaps in log statements, error messages or code comments. 3. Copy and paste is mos…

About the "know your code" part, I got burned when I asked for an overview of a few header files from an SDK I wasn't familiar with in a local repo. Claude hallucinated badly, making up functions and their descriptions for most files—in a very believable way, though. I've got the habit of double-checking with ChatGTP, just to be sure.

Re: Cody – The AI that knows your entire codebase

#88

I have been using Cody in VSCode for a couple of months, and I am getting a ton of value out of it. The key things I love are: 1. It really knows how to summarise a code blocks, this can be helpful to review code in other projects, or provide a refresher to your own, it misses very little! 2. It is very smart when it comes to filling in gaps in log statements, error messages or code comments. 3. Copy and paste is mos…

There are tools focused on Code Generation, and those that are focused on Code Analysis or Integrity. Their UX/UI might be very different as well as the underlying tech.

I wonder if you have tried tools that are dedicated to Code Integrity, e.g. generating tests?

I wrote a blog about it: https://www.codium.ai/blog/code-integrity-supercharges-code-...

disclaimer: I'm the co-maker of PR-Agent and CodiumAI

Post reply on HN