Viewing profile — b89kim
b89kim
HN member- Joined
- Sun, Mar 08, 2026, 8:30 AM UTC
- HN karma
- 7
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About b89kim
No profile information was provided.
Recent public activity
-
comment
Comment #48913528
I had no failure mode in 3.6 9B thinking with llama.cpp. After release, there were updates for both model and llama.cpp.
-
comment
Comment #48608359
If you're using depth, you're better off starting with a diffusion policy (DP). We benchmarked ACT, DP, pi0,pi05 on the same task, ACT underperformed in most cases. There is alread…
-
comment
Comment #48607943
Adding a depth channel rarely yields a massive performance gain, likely due to data scarcity and the fact that modern VLAs are good at guessing distance directly from RGB. I have u…
-
comment
Comment #48606736
- A single arm is sufficient for validating basic Pick/Place tasks, but more complex scenarios require Bi-arm - Calibration is not required for VLA models. - RGB or Stereo RGB inpu…
-
comment
Comment #48606232
I could confirm 50-100 demonstrations are enough for fine-tuning pi0/pi05. I did research with aloha and humanoid. It works from 20~40ep(5~10min) but success rate would be 70~80%. …
-
comment
Comment #48484918
The Raspberry Pi is a single-board computer with native support for UART, SPI, I2C, CSI, and more. There's a large ecosystem of HATs, sensors, and peripherals built specifically fo…
-
comment
Comment #47414807
[dead]
-
comment
Comment #47408419
ChatGPT's Canvas uses Pyodide for sandboxing, but it's not designed for coding agents. Node.js environment is usually better for agents. Pyodide restricts server-side functionality…
-
comment
Comment #47298919
I’ve been testing these on other tasks—IK, Kalman filters, and UI/DB boilerplate. Qwen3.5 is multimodal and specialized for js/webdev or agentic coding. It’s not surprising MoE mod…
-
comment
Comment #47295706
I’ve been benchmarking GGUF quants for Python tasks under some hardware configs. - 4090 : 27b-q4_k_m - A100: 27b-q6_k - 3*A100: 122b-a10b-q6_k_L Using the Qwen team's "thinking" pr…