Viewing profile — chisleu
chisleu
HN member- Joined
- Fri, Jan 09, 2015, 1:19 PM UTC
- HN karma
- 799
- Public activity
- 385 items
- HN profile
- View on Hacker News ↗
About chisleu
No profile information was provided.
Recent public activity
-
comment
Comment #47705633
Many are investing in RTX6000pro hardware but hitting deployment walls. This guide covers everything from simple 4x builds to scaling up to 16 cards with PCIe switches.
- story
-
comment
Comment #45869794
An open-source, code-first Go toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
- story
-
comment
Comment #45781760
Total tangent, but I got to ride in some of these on a recent trip to India and I was really impressed with the build quality and utilitarian usefulness of the design.
-
comment
Comment #45337748
Here is the demo video on it. The video w/ sound input -> sound output while doing translation from the video to another language was the most impressive display I've seen yet. htt…
-
comment
Comment #45201441
Because of the prompt processing speed, small models like Qwen 3 coder 30b a3b are the sweet spot for mac platform right now. Which means a 32 or 64GB mac is all you need to use Cl…
-
comment
Comment #45145959
I've been using GLM 4.5 and GLM 4.5 Air for a while now. The Air model is light enough to run on a macbook pro and is useful for Cline. I can run the full GLM model on my Mac Studi…
-
comment
Comment #45063658
This is going to improve the quality of LLM responses for users. I'm for this.
-
comment
Comment #45007149
> but eventually they did it They can do this with manual partitioning indeed. I've done it before, but it's not ideal because the auto partitioner will scale beyond almost anythin…
-
comment
Comment #45007096
and indeed the bucket is not separate from the object key. the API separates it logically "for humans" but it's all one big string
-
comment
Comment #44963713
> You don’t have to randomize the first part of your object keys to ensure they get spread around and avoid hotspots. As of when? According to internal support, this is still requi…
-
comment
Comment #44946187
/agree We are in the infancy of LLM technology.
-
comment
Comment #44839029
How was he doing "complex agentic coding" when the APIs have such extreme context and throughput limitations?
-
comment
Comment #44823633
holy shit it does. The scene with him inventing the new compression algorithm basically foreshadowed the gooning to follow local LLM availability.
-
comment
Comment #44808410
I use opus or gemini 2.5 pro for plan mode and sonnet for act mode in Cline. https://cline.bot It's my experience that Opus is better at solving architectural challenges where sonn…
-
comment
Comment #44665119
It looks like qwen3-coder is going to steal K2's thunder in terms of agentic coding use.
-
comment
Comment #44661573
It's 480B params, not 480GB. The 4 bit version of this is 270GB. I believe it's trained at bf16, so you need over a TB of memory to operate the model at bf16. No one should be tryi…
-
comment
Comment #44660457
A Mac Studio 512GB can run it in 4bit quantization. I'm excited to see unsloth dynamic quants for this today.
-
comment
Comment #44658899
I tried using the "fp8" model through hyperbolic but I question if it was even that model. It was basically useless through hyperbolic. I downloaded the 4bit quant to my mac studio…
-
comment
Comment #44658782
A mac studio can run it at 4bit. Maybe at 6 bit.
-
comment
Comment #44634883
I love the interface. It makes it extremely easy to rewind time to undo code edits and rewinding the LLM context at the same time. It's prompting and toolset is great. It's got MCP…
-
comment
Comment #44602354
Like working with an incredibly talented and knowledgable junior engineer, but still a junior engineer. If you want to try something better than claude code, try Cline.
-
comment
Comment #44519767
It's infinitely useful for people who's workflows involve LLM agents.
-
comment
Comment #44429614
It is indeed. I don't use Claude Code. I use Cline which is a VS Code extension (cline.bot). This is a pretty killer feature that I would expect to find in all the coding agents so…