Earlier quoted context omitted.
I gave a fairly complex reverse engineering task to DS-4 xhigh and GPT-5.5 xhigh today. After about 6 hours, both ultimately failed to fully RE, however, there were some drastic differences: DS stopped every 30 minutes or so, saying it did full RE and it should all work now, while in fact, it didn't complete even 1% of it. It also looked for shortcuts again and again, despite me prompting heavily that the specific sh…
> DS stopped every 30 minutes or so, saying it did full RE and it should all work now, while in fact, it didn't complete even 1% of it. It also looked for shortcuts again and again, despite me prompting heavily that the specific shortcut may not be used. It was a complete and utter failure. This is my experience with non-SOTA models across the board. When you try them on little tasks and they work it feels amazing, b…
DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
261–270 of 325 posts
Re: DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
#262Earlier quoted context omitted.
Exactly this. I don't care about the US more than about Russia or China these days. They are definitely not our allies anymore.
you dont need to be allies to do business. walmart is not my ally.
Re: DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
#263I'm not sure you need a "DeepSeek native coding agent" to take advantage of DeepSeeks cache, yesterday as the Codex quota usage issue still wasn't solved for me, I wrote a tiny little bridge so I could use DeepSeek V4 Pro via Codex, and seems most of everything I did was basically cached as far as I can tell: https://i.imgur.com/7eKn6wN.png (2026-05-23 Input (Cache hit): 39,123,200 tokens, Input (Cache miss) 1,692,28…
> I wrote a tiny little bridge so I could use DeepSeek V4 Pro via Codex Can you share the bridge. DeepSeek v4 is awesome paired with claude-code or opencode. I found that claude code costs me less than opencode and I am presuming this is due to a better engineered harness.
DeepSeek is good, Claude is better, at least IMHO. Deepseek is a lot cheaper though :)
Re: DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
#264Earlier quoted context omitted.
> I wrote a tiny little bridge so I could use DeepSeek V4 Pro via Codex Can you share the bridge. DeepSeek v4 is awesome paired with claude-code or opencode. I found that claude code costs me less than opencode and I am presuming this is due to a better engineered harness.
I’m feeling more a novice every day, but how isn’t this just handing over your code to team deepseek for whatever they might want
Re: DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
#265Earlier quoted context omitted.
I’m feeling more a novice every day, but how isn’t this just handing over your code to team deepseek for whatever they might want
there's laws on the books in China that says that every company operating in China must aid and abet the Chinese government in espionage against the rest of the world. given those facts, I find it deeply troubling to be using anything coming out of China, especially a program that runs in the context of a Linux terminal on a machine that might have something important on it. I'd argue it's a back door waiting to happ…
Re: DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
#266Earlier quoted context omitted.
In my experience, it is claude-code paired with deepseek-v4. For penny-pinchers like me, I can have long coding sessions with it with no anxiety about the cost. Also, prompting it to what you want and verifying the outputs is more important than the quality of the model. So, I am better off with a cheaper model and taking the responsibility for prompting it and verifying the results.
How to do connect deepseek to Claude code?
Re: DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
#267Earlier quoted context omitted.
I actually agree with you, for the most part. The code I work with actually does contain some valuable algorithms, but Im pretty sure the effort of integrating them into a larger system is pointless without the data. It’s almost like stealing half-life 2 source code without any assets. Still, “Getting the source code of facebook or instagram doesn't mean you could compete with them.” I think to giants like that, havi…
True, haven't thought of that. However very few actual projects / companies are in a situation where the chinese GOVT would be interested to spend resources to hack your platform. For the ones that are afraid of that there's always self hosting of course
All this to say, not even subject matter experts necessarily appreciate the risk involved in their work
Re: DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
#268As someone who has been writing harnesses for a year: the people at opencode etc aren't stupid, when they decide to break the prefix cache [usually partially] it's always because they've tested it and it gives better results overall. If you think that dsv4 behaves differently enough from the aggregate of other models, submit a PR with a patch to special case that to your harness of choice with evidence. Just blindly…
Is "harness" in this context ~= "agent"?
Re: DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
#269Earlier quoted context omitted.
Reads like a LOT of tokens to me. What does your usage /workflow look like? I'm v curious because although I do use Claude code, my token counts aren't nearly as much I want to know if I'm missing something cool!
Not OP, but I routinely load 150k tokens into context. A full sub-package to work on, select other files in the monorepo, e.g. front-end visualization and back-end data loader. Then work some 150k tokens, then start again. At the end, cache hit rate is like 99.5% if Novita is not having issues. For official DeepSeek API, 99.9% or something. Custom harness that never compacts or otherwise doctors the history.
Re: DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
#270Earlier quoted context omitted.
A lot of LLM-driven design now looks like this. I don’t understand how people don’t find ugly the pairings with an heavily italicised serif. You also can’t read much of the page on mobile, because the code example keeps shifting the content around. Now, that is overly critical, I’m sure their heart is in the right place. But a simpler website would do :)
It’s sad to see companies not spending a bit more on design. Sure, ai will help you get something decent out fast. But there’s a threshold where design becomes an indicator of trust. Especially for b2b software that tailor to large corps. Good design, character, adds directly to the bottom line.
The article is about an open source agent harness, Reasonix, that is built to leverage the DeepSeek native api.
There’s no company here. No design budget. These people are graciously sharing a project they made in their free time.