Viewing profile — volodia
volodia
HN member- Joined
- Wed, May 28, 2008, 9:50 PM UTC
- HN karma
- 545
- Public activity
- 90 items
- HN profile
- View on Hacker News ↗
About volodia
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #47171522
Thank you for the detailed feedback! I shared this already with the team.
-
comment
Comment #47146845
This looks like an inference glitch that we are working on fixing, thank you for flagging.
-
comment
Comment #47146665
There are many ways to do it, but the simplest approach is block diffusion: https://m-arriola.com/bd3lms/ There are also more advanced approaches, for example FlexMDM, which essent…
-
comment
Comment #47146596
Would love to hear about your experience. Send us an email.
-
comment
Comment #47146585
Not imminently, but hard to predict where the field will go
-
comment
Comment #47146525
There are few: fast agents, deep research, real-time voice, coding. The other thing is that when you have a fast reasoning model, you spend more effort on thinking in the same late…
-
comment
Comment #47146492
We agree! In fact, there is an emerging class of models aimed at fast agentic iteration (think of Composer, the Flash versions of proprietary and open models). We position Mercury …
-
comment
Comment #47146468
That is also our view! We see Mercury 2 as enabling very fast iteration for agentic tasks. A single shot at a problem might be less accurate, but because the model has a shorter ex…
-
comment
Comment #47146445
You can think of Mercury 2 as roughly in the same intelligence tier as other speed-optimized models (e.g., Haiku 4.5, Grok Fast, GPT-Mini–class systems). The main differentiator is…
-
comment
Comment #47146425
Thanks for trying it and for the thoughtful feedback, really appreciate it. And we’re actively working on improving quality further as we scale the models.
-
comment
Comment #47146412
Thank you for your patience. We are working to handle the surge in demand.
-
comment
Comment #47146409
Just to clarify one point: Mercury (the original v1, non-reasoning model) is already used in production in mainstream IDEs like Zed: https://zed.dev/blog/edit-prediction-providers …
-
comment
Comment #47146377
I’d push back a bit on the Pareto point. On speed/quality, diffusion has actually moved the frontier. At comparable quality levels, Mercury is >5× faster than similar AR models (in…
-
comment
Comment #47146336
Co-founder / Chief Scientist at Inception here. If helpful, I’m happy to answer technical questions about Mercury 2 or diffusion LMs more broadly.
- story
-
comment
Comment #45932832
There is also this one that was released in October: https://github.com/kuleshov/char-mdlm
-
comment
Comment #43366557
the LLaDA paper is a scaled-up version of this paper; they cite it as an anonymous ICLR submission
-
comment
Comment #43190585
Great question! The model can more efficiently leverage existing GPU hardware---it performs more computation per unit of memory transferred; this means that on older hardware one s…
-
comment
Comment #43189713
Yes, we plan to be releasing a tech report soon. We are not open sourcing the models at launch time, but we have a roadmap of future releases in which we hope to make some of our m…
-
comment
Comment #43189708
That's a good point. In this context, we've been using "commodity GPUs" to refer to standard Nvidia hardware, in contrast to specialized chips like Groq and Cerebras. While these c…
-
comment
Comment #43189147
Good question! We are not open sourcing the models at launch time, but we have a roadmap of future releases in which we hope to make some of our models accessible to the research c…
-
comment
Comment #43189141
The short answer is that we do more than one parallel pass over multiple tokens: we iteratively refine them over a few passes to fix incoherences. This can be seen as a generalizat…
-
comment
Comment #43189085
Not today, but we will be following up with a technical report over the next week or so. In the meantime, you can take a look at some of the research papers that inspired our work:…