Isn't caching a server-side thing? How does the agent affect it, significantly at least?
DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
21–30 of 325 posts
Re: DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
#22Good timing given the cost spike across other frontier models.
Re: DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
#23Not a fan of that page. The animated typing and resulting continuous resize of the example keeps moving the content beneath it down and up. Such bad UX.
Re: DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
#24What AI model did you use for the website design? This is the second one I see with the exact same font and color scheme. Just curious because Claude models lean towards purples for example. Thank you!
Re: DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
#25I love the focus on cache hit efficiency. Hats off to the deekseek team for creating a great product that maximizes cost efficiency for the user.
I have been using it for a while, and I wholeheartedly agree. imo, it is as good as codex or claude which I also use. It is a winner in the cost-sensitive tier, and if some startup could put it together with data-retention in mind, it could be a great product sold to the enterprise, as data-retention and privacy are the main issues for the coding-assistant usecase.
Re: DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
#26So what's best low cost coding agent these days? Kimi 2.6? Qwen's latest closed model? Composer 2.5? DeepSeek?
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.
Re: DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
#27Re: DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
#28I love the focus on cache hit efficiency. Hats off to the deekseek team for creating a great product that maximizes cost efficiency for the user.
Re: DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
#29What AI model did you use for the website design? This is the second one I see with the exact same font and color scheme. Just curious because Claude models lean towards purples for example. Thank you!
Re: DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
#30Isn't caching a server-side thing? How does the agent affect it, significantly at least?
Say you put the current time down to the second in the system prompt, which is the message that goes in front of the entire conversation, then basically nothing will be cached, every agent turn needs to ingest the entire session over and over. Contrast to not doing that, and the backend can leverage caching all the way up to the latest message, as nothing until then changed.