- It's nice that they mention node-pty that does most of the heavy lifting for the terminal/pseudo-tty that powers this (VSCode's terminal emulator is powered by the same library).
It looks like they've added a layer on top of node-pty to allow serializing/streaming of the contents to the terminal within the mini-terminal viewports they're allocating for the terminal rendering. I wonder if they're releasing that portion as open source?
- Strange - the model is marked as "Trains on data" ("To our knowledge, this provider may use your prompts and completions to train new models. This provider is disabled, but it can be re-enabled by changing your data policy.").
This is usually not the case for paid models -- is Openrouter just marking this model incorrectly or do Deepseek actually train on submitted data?
- Interesting idea.
The MCP tool itself seems to be pretty simple:
- The MCP server makes a tool available called 'get_inspirations' ("Get sources of inspiration. Always use this when working on creative tasks - call this tool before anything else.")
- When you call get_inspirations() with "low" as the parameter, it returns strings like this:
etcRecently, you've been inspired by the following: Miss Van, Stem. Recently, you've been inspired by the following: Mass-energy equivalence, Jonas Salk.- 'High' inspiration returns strings like this (more keywords):
etc.Recently, you've been inspired by the following: Charles Babbage, Beethoven Moonlight Sonata, Eagles Take It Easy, Blue Spruce. Recently, you've been inspired by the following: Missy Elliott Supa Dupa Fly, Design Patterns, Flowey, Titanic.Simple tool. Seems adding a few keywords for 'inspirations' is what makes the LLMs generate more varied text.
- The title says "on commodity GPUs" but the only GPU mentioned (and the only one with benchmarks) are Nvidia H100s ($30K+ on Ebay)?
Do these run on actual commodity GPUs like RTX 3090s and what kind of tokens/sec is expected on those?
Also, there's no paper, no open weights, no code. Just an API?
Companies like Groq and Cerebras already hit these kind of numbers over a year ago so I'm not seeing what's HN worthy here.
- A fantastic resource for this kind of generation is here:
http://www-cs-students.stanford.edu/~amitp/game-programming/...
There's a lot of people that actually started migrating to Mac / Linux when Windows 10 went EOL recently.