HackerTrans
トップ新着トレンドコメント過去質問紹介求人

msvana

no profile record

投稿

I built an RGB controller with Arduino

svana.name
9 ポイント·投稿者 msvana·4 か月前·1 コメント

Do LLMs hallucinate more in Czech than in English?

svana.name
2 ポイント·投稿者 msvana·5 か月前·0 コメント

Hallucinations in LLMs: What are they and what causes them

svana.name
1 ポイント·投稿者 msvana·6 か月前·1 コメント

Managing GPU Rentals with Rsync: Workflow for Volatile Cloud Resources

svana.name
2 ポイント·投稿者 msvana·8 か月前·0 コメント

Implementing a local AI coding agent is hard

svana.name
2 ポイント·投稿者 msvana·10 か月前·1 コメント

Show HN: Read-only AI coding assistant

github.com
1 ポイント·投稿者 msvana·10 か月前·0 コメント

How I solved PyTorch's cross-platform nightmare

svana.name
73 ポイント·投稿者 msvana·10 か月前·29 コメント

コメント

msvana
·4 か月前·議論
I think there is one problem with defining acceptance criteria first: sometimes you don't know ahead of time what those criteria are. You need to poke around first to figure out what's possible and what matters. And sometimes the criteria are subjective, abstract, and cannot be formally specified.

Of course, this problem is more general than just improving the output of LLM coding tools
msvana
·4 か月前·議論
I work as an ML engineer/researcher. When I implement a change in an experiment it usually takes at least an hour to get the results. I can use this time to implement a different experiment. Doesn't matter if I do it by hand or if I let an agent do it for me, I have enough time. Code isn't the bottleneck.

I also heard an opinion that since writing code is cheap, people implement things that have no economic value without really thinking it through.