Explore >> Select a destination


You are here

micro.webology.dev
| | ezyang.github.io
18.9 parsecs away

Travel
| | Outside of very tactical situations, current models do not know how to stop digging when they get into trouble. Suppose that you want to implement feature X. You start working on it, but midway through you realize that it is annoying and difficult to do because you should do Y first. A human can know to abort and go implement Y first; an LLM will keep digging, dutifully trying to finish the original task it was assigned. In some sense, this is desirable, because you have a lot more control when the LLM does what is asked, rather than what it thinks you actually want.
| | mitrapunk.com
20.0 parsecs away

Travel
| | In the software development industry, the career transition from being a skilled software developer to a high-impact manager is a huge opportunity for engineer.
| | markodenic.com
14.7 parsecs away

Travel
| | Free programming books, algorithms, public APIs, and much more.
| | anthonysciamanna.com
54.4 parsecs away

Travel
| I remember being introduced to functions early in my first programming classes. This introduction came with a warning that code duplication was VERY bad, ...