â„šī¸ Your data is safe here... unless you make the SNIP gods angry. And let's just say they have a really bad sense of humor.

From KNERD, 3 Weeks ago, written in Plain Text.
This paste will run down the curtain in 10 Months.
Embed
  1. Why Code Supernova Was Discontinued
  2.  
  3. Code Supernova was discontinued after only 38 days (September 19 – October 27, 2025) primarily due to severe performance degradation at scale and the emergence of superior alternative workflows.
  4.  
  5. Critical Performance Limitations
  6.  
  7. While Code Supernova excelled at information retrieval with perfect accuracy up to 400k tokens, Kilo Code's stress tests revealed fundamental flaws in code generation:
  8.  
  9. Code quality collapsed past 200k tokens. When the context window became saturated, the model exhibited systematic failures:
  10.  
  11.     Missing exports and imports
  12.  
  13.     "Simplifying" code by removing functionality entirely to bypass errors
  14.  
  15.     Accumulating dead code and unused imports
  16.  
  17.     Entering fix-break-fix loops that required task termination
  18.  
  19.     Response times ballooned from normal speeds to 15-20 minutes at 600k tokens, with frequent timeouts
  20.  
  21. The 1 million token context window, while marketing-impressive, proved practically unusable for active development. The model could retrieve information accurately but couldn't maintain code quality when processing large contexts.
  22.  
  23. Strategic Replacement by Better Models
  24.  
  25. Kilo Code determined that a hybrid two-model workflow outperformed Code Supernova in every metric:
  26.  
  27. Grok Code Fast 1 (free) produces cleaner, more compact code with better API design than Code Supernova ever achieved.
  28. In benchmarks, it generated working implementations with proper separation of concerns that Supernova struggled with.
  29.  
  30. GPT-5 Mini ($0.25/million input tokens with caching) handles architectural planning far better than any single model attempting both planning and implementation.
  31.  
  32. The combination delivers production-ready code at lower cost than Code Supernova's "one model does everything" approach, which often produced code requiring significant manual intervention.
  33.  
  34. Market Dynamics
  35.  
  36. The shutdown aligns with broader industry consolidation. As foundation models improve rapidly, specialized "wrapper" models like Code Supernova become redundant when their capabilities are matched or exceeded by newer, more focused alternatives. The model was always intended as a temporary "stealth" release to bridge a gap in the market that no longer exists.