HackerTrans
TopNewTrendsCommentsPastAskShowJobs

seanmmward

no profile record

Submissions

Ferrous: Redis-Compatible Server in Rust That Outperforms Valkey

github.com
6 points·by seanmmward·vor 11 Monaten·0 comments

comments

seanmmward
·vor 10 Monaten·discuss
If you want to see some example solutions (not yet validated via official judging): https://github.com/iGentAI/icpc-maestro-solutions-2025
seanmmward
·vor 11 Monaten·discuss
The primary use case isn't just about shoving more code in context, although depending on the task, there is an irredicible minimum context needed for it to capture all the needed understanding. The 1M context model is a unique beast in terms of how you need to feed it, and its real power is being able to tackle long horizon tasks which require iterative exploration, in context learning, and resynthesis. Ie, some problems are breadth (go fix an api change in 100 files), other however require depth (go learn from trying 15 different ways to solve this problem). 1M Sonnet is unique in its capabilities for the latter in particular.