Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
itamarcode
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
itamarcode
1y ago
Unlike most SWE bench submissions, Qodo Command one uses the product directly. I think that the next step is getting an official "checked" mark by the SWE bench team
2.
▲
by
itamarcode
2y ago
AI code review will very probably have signal-to-noise problems. It is good to see practical solutions aimed at addressing this. I wonder if fine-tuning models would help - this isn't addressed in the blog.
3.
▲
by
itamarcode
2y ago
So protecting models behind API isn't working, ha?
4.
▲
by
itamarcode
2y ago
While Sonnet-3.5 excels in accuracy-token, o1 excels in self-reflection in small isolated tasks. With AlphaCodium, o1 tasks are broken to small isolated tasks, while the flow introduced in AlphaCodium actually guides the steps and overall d
5.
▲
by
itamarcode
2y ago
Did you get any response from users detecting this automation?
6.
▲
Show HN: Chat with Sonnet/GPT4o directly on pull requests in GitHub
(pr-agent-docs.codium.ai)
1 points
by
itamarcode
2y ago
|
0 comments
7.
▲
by
itamarcode
2y ago
Hey, co-creator here, I agree with the sentiment that code coverage may be a proxy and even sometimes a vanity metric but at the same time, IMO unit regression tests are necessary for a maintainable production codebase. I personally don’t f
8.
▲
by
itamarcode
2y ago
This is interesting. Are there specific use cases for which it works really well?
9.
▲
by
itamarcode
2y ago
Hey, one of the creators here. As mentioned in the post, TestGen-LLM (by Meta) focused on Kotlin, and the prompts were very Kotlin-oriented. In Cover-Agent (by CodiumAI) we tried to reimplement Meta's work, and stay mostly similar to
10.
▲
by
itamarcode
2y ago
Can it consider an existing code base? rather be inspired by it or even integrate with it?
11.
▲
by
itamarcode
2y ago
The user can choose the relevant context as follows: go to the relevant code part/snippet/files, select, then Ctrl+shift+E, one by one. In the near future, the agent will suggest these for you, after first indexing your code base
12.
▲
by
itamarcode
2y ago
We will support other, I promise
13.
▲
by
itamarcode
2y ago
SaaS uses best of bread from OpenAI, whole enterprise get to choose also from our own model for on prem deployment
14.
▲
by
itamarcode
2y ago
Well, To put it simple: Like copilot, it does have an auto-complete and also chat interface. Different than copilot, it focuses on generating a full code task plan, then having the auto completion work acrroding to your plan, and it check t
15.
▲
Coding agent in the IDE: Generate task plan and get plan-aware code completion
(twitter.com)
22 points
by
itamarcode
2y ago
|
14 comments
16.
▲
by
itamarcode
2y ago
Hey HN, CodiumAI co-founder here. We’ve come up with a bit of a different concept for what a coding agent should be. We believe it should work in tandem with a developer inside the IDE. Over time as the tech improves, it will get more and m
17.
▲
by
itamarcode
2y ago
Seeing a good demo, and a credible influencer actually trying the product
18.
▲
by
itamarcode
2y ago
Oh, this looks very useful. Do you have a success story?
19.
▲
by
itamarcode
3y ago
Hey, this is one of the makers here. Feel free to ask me anything. Paper: https://arxiv.org/abs/2401.08500 Blog: https://www.codium.ai/blog/alphacodium-state-of-the-art-code...
20.
▲
by
itamarcode
3y ago
Paper: https://arxiv.org/abs/2401.08500 Blob: https://www.codium.ai/blog/alphacodium-state-of-the-art-code...
21.
▲
by
itamarcode
3y ago
What are the main topics you think you will cover?
22.
▲
by
itamarcode
3y ago
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 Integ
23.
▲
GPT-4 vs. AlphaCode: Comparing Two Leading Code Generation Tools
(codium.ai)
1 points
by
itamarcode
3y ago
|
1 comments
24.
▲
by
itamarcode
3y ago
GPT-4 Vs. AlphaCode: Comparing Two Leading Code Generation Tools The benchmark - Codeforces programming contest. GPT-4 Codeforces Rating is 392 points, improving GPT-3.5’s 260 points. AlphaCode by DeepMind achieves 1,238 points! Those who
25.
▲
Code Generator alternative to Copilot running locally?
(twitter.com)
1 points
by
itamarcode
3y ago
|
1 comments
26.
▲
by
itamarcode
3y ago
Will we very soon see some high quality locally hosted alternatives to GitHub Copilot? Considering the latest news, like llama.cpp, new code generators, etc... maybe it is doable?
27.
▲
by
itamarcode
3y ago
>>> ... transformative concepts that have the potential to redefine software development practices. By integrating automatically generated tests and code reviews into the development process, organizations can significantly improve
28.
▲
Can AI Enable Continuous Code Testing and| Continuous Code Review?
(codium.ai)
2 points
by
itamarcode
3y ago
|
1 comments
29.
▲
by
itamarcode
3y ago
it is impressive that tests are being generated as part of the process, well done! can you explain how does it work and when it won't work?
30.
▲
by
itamarcode
3y ago
so basically, you think that AI tools can help with unit/component level testing and documentation?
More ›