HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hexhowells

no profile record

Submissions

The ML Trench

deep-ml-trench.vercel.app
1 points·by hexhowells·7 เดือนที่ผ่านมา·0 comments

Nth Country Experiment

en.wikipedia.org
3 points·by hexhowells·7 เดือนที่ผ่านมา·0 comments

In memory of the Christmas Island shrew

news.mongabay.com
79 points·by hexhowells·9 เดือนที่ผ่านมา·25 comments

The AI breakthrough that uses almost no power to create images

techxplore.com
3 points·by hexhowells·10 เดือนที่ผ่านมา·0 comments

Environments Hub: A Community Hub to Scale RL to Open AGI

primeintellect.ai
3 points·by hexhowells·11 เดือนที่ผ่านมา·0 comments

The Weight of a Cell

press.asimov.com
3 points·by hexhowells·11 เดือนที่ผ่านมา·0 comments

Understanding Moravec's Paradox

hexhowells.com
23 points·by hexhowells·11 เดือนที่ผ่านมา·12 comments

The American DeepSeek Project

interconnects.ai
6 points·by hexhowells·ปีที่แล้ว·1 comments

I want to be a Journey Programmer Again

hexhowells.com
90 points·by hexhowells·ปีที่แล้ว·76 comments

comments

hexhowells
·11 เดือนที่ผ่านมา·discuss
The human ability to learn from few examples can be explained with evolution (and thus search). We evolved to be fast learners as it was key to our survival. If you touched fire and felt pain, you better learn quickly not to keep touching it. This learning from reward signals (neurotransmitters) in our brain generalises to pretty much all learning tasks
hexhowells
·11 เดือนที่ผ่านมา·discuss
> Like a lot of human actions in space, folding clothes and other motor tasks are hierarchical sequences of smaller tasks that are strung together

I disagree, you can model those tasks as hiearchical sequences of smaller tasks. But the terminal goal of folding clothes is to turn a pile of unfolded clothes into a neat pile of folded clothes.

The reason you would break down the task is because getting between those two states with the only reward signal being "the clothes are now folded" takes a lot of steps, and given the possible actions the robot can take, results in a large search space.
hexhowells
·ปีที่แล้ว·discuss
OP here, I whipped this up in like 10 minutes after modelling the problem from a new perspective (I want to be less of a perfectionist with my blogs) so there are definitely grey areas I didn't consider/cover.

I do think LLMs can be good for certain boilerplate code whilst still allowing you to enjoy the problems you care about, and as far as my binary definitions this is more of a grey area.

I guess for me, this has introduced a slippery slope where if the LLM can also code the "fun" stuff, I'll be more inclined to use it, which defeats the whole purpose for me. Perhaps being able to identify which type of project I am working on, it can help me avoid using LLMs to enjoy programming more again!