mycoder
polyglot-benchmark
mycoder | polyglot-benchmark | |
---|---|---|
9 | 2 | |
539 | 173 | |
2.0% | 7.5% | |
9.8 | 4.6 | |
5 months ago | 8 months ago | |
TypeScript | C++ | |
MIT License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
mycoder
- Launch HN: Continue (YC S23) – Create custom AI code assistants
-
Anthropic raises $3.5B at $61.5B valuation
Makes a lot of sense. In writing in agentic coder (https://mycoder.ai), I find Claude is head and shoulders above the rest. I wish I could invest.
-
Show HN: MyCoder, an open source Claude-Code alternative
> I notice that it seems to look at all files in examples, then opts to scan examples/react/start-basic-auth/src/main.tsx, then says "I apologize for the confusion" and seems to move on to something else (lines 13-22). What happened here? This happens again on line 77.
You mean this response? "Looking at "examples/react/start-basic-auth/src/main.tsx", Checking main file for useSession usage"
I think there was a miscommunication between the agent and the sub-agent, the proper path should have had "app" not "src". I am working on better sub-agent prompting as there is some information loss sometimes, and then wrong assumptions made.
On line 77 it made the same wrong assumption about "src" instead of "app."
> It looks (lines 25 to 37) like it has difficulty actually working with source files, due to file size. This seems to happen several more times in the h3 section (line 85).
I did add a 10K limit to the characters of a file that will be read at a time, and I tried to tell it was only a partial read. The issue is that a single file can be huge sometimes and I didn't want to blow the context window.
https://github.com/drivecore/mycoder/blob/main/src/tools/io/...
> It might be worth building something like Aider's repomap to handle larger files.
I will have a look at that idea.
-
Claude 3.7 Sonnet and Claude Code
Nice!
It seems very very similar. I open sourced the code to MyCoder here: https://github.com/drivecore/mycoder I'll compare them. Off hand I think both CodeBuff and Claude Coder are missing the web debugging tools I added to MyCoder.
-
Did Semgrep Just Get a Lot More Interesting?
I have a closed loop coding agent working here, you can try it out: https://mycoder.ai
- Show HN: Mycoder, an open source Devin (agent coder) on your command line
polyglot-benchmark
-
Refact.ai AI Agent is the new #1 on Aider’s polyglot benchmark with a score of 76.4%(a better measure than SWE bench?)
The full test set in the Aider polyglot benchmark repo on GitHub.
-
Claude 3.7 Sonnet and Claude Code
> The Exercism problems have proven to be very effective at measuring an LLM's ability to modify existing code
The Aider Polyglot website also states that the benchmark " ...asks the LLM to edit source files to complete 225 coding exercises".
However, when looking at the actual tests [0], it is not about editing code bases, it's rather just solving simple programming exercies? What am I missing?
[0] https://github.com/Aider-AI/polyglot-benchmark
What are some alternatives?
claude-code - Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
deep-seek - LLM powered retrieval engine designed to process a ton of sources to collect a comprehensive list of entities.
app - A self-hostable, web-based audio streaming app.
Clood