20250930 - Add report from Tingly (Code Reasoning Agent) with Qwen-Plus.#342
Open
0x0079 wants to merge 4 commits intoSWE-bench:mainfrom
Open
20250930 - Add report from Tingly (Code Reasoning Agent) with Qwen-Plus.#3420x0079 wants to merge 4 commits intoSWE-bench:mainfrom
0x0079 wants to merge 4 commits intoSWE-bench:mainfrom
Conversation
30dbff4 to
d32bbb0
Compare
53a4069 to
508a9d4
Compare
Member
Author
Author
|
@john-b-yang |
Member
|
we are working towards a deadline in a week or two and will not be reviewing submissions until probably mid november at the earliest. i'm super sorry about that- we're a very small group of people doing new research and managing swe-bench, swe-agent and swe-smith all at the same time and it's tough to juggle everything |
Member
|
Please give me write access to your repository. |
Author
@john-b-yang , thanks for your response. |
|
Has there been any progress? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Introducing Tingly Omnicoder: Supercharging Qwen-Plus for Precision Code Reasoning
This submission presents Tingly Omnicoder, a next-generation coding agent that dramatically elevates the capabilities of the mid-sized Qwen-Plus model—built upon the powerful Qwen3-30B-A3B-Instruct foundation—through a synergistic blend of intelligent tooling, structured reasoning, and error-tolerant code understanding.
While vanilla integrations like OpenHands + Qwen-Plus deliver baseline performance, Tingly Omnicoder achieves significantly higher success rates by embedding three core innovations:
Intelligent Code Search & Summarization: Our custom-built code retrieval system doesn’t just find relevant snippets—it tolerates syntactic and semantic noise, accurately locates context even in imperfect codebases, and distills complex logic into concise, actionable summaries.
Chain-of-Thought (CoT) Prompt Engineering for Debugging: We’ve meticulously designed CoT prompts that guide the agent to think like a seasoned developer—hypothesizing root causes, localizing bugs with surgical precision, and generating targeted, minimal fixes in the right places.
Tool-Agent Architecture for Clean Context: To prevent context pollution and maintain focus, we decouple tool usage (e.g., file reading, test execution) from the core reasoning agent. This ensures Qwen-Plus’s attention remains laser-focused on high-level problem-solving—not buried in raw I/O logs.
Together, these techniques unlock reasoning performance that far exceeds what Qwen-Plus achieves out-of-the-box, enabling Tingly Omnicoder to compete with—and often surpass—agents built on much larger models.
In short: we didn’t just plug in a model. We built an omniscient coding partner that sees through noise, reasons step-by-step, and acts with surgical precision—proving that with the right architecture, even a “middle-sized” model can punch far above its weight.
Performance Details
Evaluation Info
sb-cli evaluation info.
Email: yzffeng@tingly.dev
RunID: tingly-20250929
Checklist
PASS_TO_PASS,FAIL_TO_PASS)hintsfield in SWE-bench