HN user

tesnorindian

4 karma

An average Indian engineer who would like to change this world

Posts0
Comments13
View on HN
No posts found.

The other day I was trying to prevent my pi.dev coding harness to expose my API keys in the env variable to the remotely hosted LLM. This is a chicken and egg problem. Without the API keys the underlying commands run by agents don't work. I notice that many of the open weights model especially Qwen 3.6 blindly runs env command and blindly exposes all the env vars. How do we deal with this. This has nothing to do with this security incident but this is how it all starts.

This will create a massive entrepreneur boom in India due to low cost access to AI. Hope these entrepreneurs don't become witch with black magic.

Qwen 3.8 2 days ago

+1 for AI Translation within HN. This will help us to learn a lot across languages.

Qwen 3.8 2 days ago

Chinese open weights models have liberated the world from Western exploitation. Great respect for Chinese students especially those who returned from foreign countries after their graduation and their research on AI.

This is absolutely true. With my constrained Intel Laptop with 16 GB VRAM, I can use both pi.dev and Qwen 3.6 35B-A3B LLM locally without much fuss. The same cannot be said about OC. Because OC loads a lot of skills by default.

Also, I am not in favor of TS for coding harness agents, is it time for a Rust based coding harness agent?

Anyone tried tau-agent? https://github.com/tau-agent/tau

The other day I upgraded my pi.dev coding harness and was testing with Qwen 3.6 35B-A3B model on my Laptop and noticed there was a slight drop in performance from the earlier version I used though the agent worked as expected. Any slight changes in the system prompts will have impact on performance and this is understandable as LLMs are non deterministic. This is the case with any harness including OpenCode. Giving coding harness its own environment (Container/VM) is the best way forward as the article denounces. Running coding agent harness without sufficient guardrails is like sitting on a time bomb. Using AI slop guardrails is still better than having no guardrails.