Found today, that LLM Laguna S2.1 Dflash drafter model has same structure as DSpark drafter, but just without Markov head. I trained Markov head from scratch and only got +5% accept rate and around 1 tok/s speed up compare to original π« So I found why Markov head was disabled.
@AbhiCodes15 Sometimes two, may be 3. But only if second and third agents do very long task, so I can move away from controlling them. For example right now one agent do coding right now, another creating hermes profile for my wife
Just tested the new Claude Science (Anthropic's AI research workbench) on writing a ML paper.
βοΈ Verdict: it genuinely speeds things up, with great built-in tooling for generating papers β but it's not without rough edges.
π§ͺWhat I did: measured how well two attention layers combine β Gated DeltaNet-2 (linear attention, NVIDIA) and CSA (compressed sparse attention, DeepSeek) β and wrote it up.
π Finding: CSA + Gated DeltaNet-2 matches pure-CSA accuracy with fewer ops β up to 1.7Γ prefill wallclock speedup (from the sparser combined attention, not from the tool). Paper (methods + benchmarks): https://t.co/pLEuCerxzy
What worked well:
β Ready-made skills for plots and LaTeX β output looks clean out of the box, minimal cleanup
β Full versioning of every result and every pdf/tex/any file β nothing gets lost
β Smooth SSH remote compute offloading (better than Claude Code here)
β Strong autoreview that actually catches bugs and spelling issues
β Familiar Claude interface with nice artifact browsing
What didn't:
β Pure web-chat workflow β no file tree, no easy file referencing. Without a local project folder you're working a bit blind, and iterative ML coding feels clunkier than a VS Code + Git setup
β Main focus is life sciences; using it for ML is off-label
So, ofc Claude Science main usage path is genetic and biology, but why no to try in ML. So for now for me, If I actually needed to ship an ML paper, I'd still lean toward VS Code + Git + Claude Code. The web interface's upsides aren't decisive, and the missing file tree makes you work a bit blindly. May be I will use Claude Science for final paper polishing.
Hopefully this small review will help someone . Share your experience.