Earlier quoted context omitted.
We need a new term for LLMs actually solving a hard problems. When I help Claude Code solve a nasty bug it doesn’t feel like “vibing” as in “I tell the model what I want the website to look like”. It feels like sniping as in “I spot for Claude Code, telling how to adjust for wind, range, and elevation so it can hit my far away target”.
- backseat engineer - keyboard princess - Robin to the Batman - meatstack engineer - artificial manager
Cerebras Code now supports GLM 4.6 at 1000 tokens/sec
131–135 of 135 posts
Re: Cerebras Code now supports GLM 4.6 at 1000 tokens/sec
#132Earlier quoted context omitted.
I just asked glm-4.6 how to setup a z.ai api key with claude code and it kept on saying it has no idea what claude code is... Quite funny, actually.
Ask and you shall receive! https://docs.z.ai/devpack/tool/claude tldr "env": { "ANTHROPIC_AUTH_TOKEN": "your_zai_api_key", "ANTHROPIC_BASE_URL": "https://api.z.ai/api/anthropic" } Although if you want an Actually Good Experience I recommend using Claude Code Router https://github.com/musistudio/claude-code-router because it allows you to intercept the requests and forward them to other models. (e.g. GLM doesn't seem…
Re: Cerebras Code now supports GLM 4.6 at 1000 tokens/sec
#133Earlier quoted context omitted.
Taelin is experimenting with possible applications of interaction calculus. That CUDA thing was one of experiments, and it didn't quite work out. Currently he's working on a different thing: a code synthesis tool. AFAIK he got something better than anything else in this category, but whether it's useful is another question.
> something better than anything else in this category That is a strong statement. [1] https://en.wikipedia.org/wiki/Id_(programming_language) Id [1] was run on the CM-5 (then) supercomputer and demonstrated superlinear parallel speedups on some of the tasks. That superlinear speedup was due to better cache utilization on individual nodes. In some of the tasks the amount of parallel execution discovered by Id90 would…
I dunno why you choose to be so critical. Taelin isn't really selling his stuff, and his previous stuff was just an open source experiment. It's not an academic paper which claims something. And HVM1 is irrelevant now.
Their new stuff isn't about general performance but code synthesis
Re: Cerebras Code now supports GLM 4.6 at 1000 tokens/sec
#134Earlier quoted context omitted.
what is your AI dev stack? have you tried Kilo Code?
Is Kilo code better than Claude at launching a native or a desktop app and understanding and acting on the desktop UI. Clicking buttons, reading values from fields, etc
it's different than claude code