Launch HN: Morph (YC S23) – Apply AI code edits at 4,500 tokens/sec
151–160 of 196 posts
Re: Launch HN: Morph (YC S23) – Apply AI code edits at 4,500 tokens/sec
#152Very few companies can or are willing to answer that.
Re: Launch HN: Morph (YC S23) – Apply AI code edits at 4,500 tokens/sec
#153Re: Launch HN: Morph (YC S23) – Apply AI code edits at 4,500 tokens/sec
#154Morph v3 fast: Input: $1.20 / M tokens, Output $2.70 / M tokens
Gemini 2.5 Flash: $0.30 / M tokens, Output $2.50 / M tokens
(Source: OpenRouter)
Re: Launch HN: Morph (YC S23) – Apply AI code edits at 4,500 tokens/sec
#155How does this compare to relace, which I believe is also a YC company? They seem to have very similar functionality [0] [0] https://www.relace.ai/
Re: Launch HN: Morph (YC S23) – Apply AI code edits at 4,500 tokens/sec
#156Earlier quoted context omitted.
Fully agree. The very 1st thing you do after you get a proposed set of changes from an AI model is to review them carefully before applying them. Most of the time it duplicates code because it skipped specific tokens or context that was out of it's window and the user didn't include it in their prompt. Batch applying any changes is just a way to create even harded code to debug and accumulating such bulk code injecti…
if you've used cursor, you've probably felt how seamless fast apply can feel - fast apply is accurate and fast to the point where most don't even realize its a model
I think what parent comments suggest is, the speed of applying a diff is not the major bottleneck in LLM-assisted coding, and improvements in other aspects are much more desirable (e.g. correctness, or even speed of thinking models themselves).
In a world where diff application is a real pain point, it's likely one of the last pain points in the field.
Re: Launch HN: Morph (YC S23) – Apply AI code edits at 4,500 tokens/sec
#157Earlier quoted context omitted.
Correct, but morph is a LLM as well. In practice its basically Big LLM using small LLM as a tool call
I see. How is this not going to get run over immediately by big players? Google's diffusion model is already in the wings, and it's both wicked fast and ~flash-lite intelligent.
Re: Launch HN: Morph (YC S23) – Apply AI code edits at 4,500 tokens/sec
#158Re: Launch HN: Morph (YC S23) – Apply AI code edits at 4,500 tokens/sec
#159Earlier quoted context omitted.
I do not use Opus for coding, I much prefer Sonnet. Many tasks work better with iteration/supervision and Sonnet makes that feasible.
yeah same. I feel like Opus tends to be slightly more sycophancy leaning on technical topics
Re: Launch HN: Morph (YC S23) – Apply AI code edits at 4,500 tokens/sec
#160Earlier quoted context omitted.
Correct, but morph is a LLM as well. In practice its basically Big LLM using small LLM as a tool call
I see. How is this not going to get run over immediately by big players? Google's diffusion model is already in the wings, and it's both wicked fast and ~flash-lite intelligent.