But to start your journey, you first need to free your mind of the ideas you have about productivity. The journey you are asking about is one of unsteady progress, of long slogs and flashes of brilliant inspiration. It is a journey without known destination, and one who undertakes journeys into the wilderness must be wiley and shrewd and accepting that their voyaging will proceed at a walking pace not a sprint. It will involve deep reflection and self-knowledge and having faith in your beliefs. You will learn to read subtle signs and pass seemingly impassable obstacles.
But this journey of a thousand miles begins with a single step. Set down the LLM and go forth into the fearful vastness where you have only yourself to rely on.
Which studies?
> ...has found that using ChatGPT to help write essays leads to long-term cognitive harm—measurable through EEG brain scans..
Why would you use a car? studies show walking is better. Why would you use a calculator? studies show mental math sharpens your brain. Why would you type on a computer? studies show writing on a physical paper is better for you.
Fundamentally people tend to use AI to get a result and then just use it instead of critically thinking over it. It makes sense, we take the path of least resistance. Why care about how something works when it just works? This leads to cognitive decline.
Rather I propose that you use AI as one of the greatest search engines ever invented. Think of AI (LLMs) as a dataset of fixed knowledge that can talk back to you and actually help you find the information you want.
When I was looking into making selenium scripts, that I had to write for work, more robust, I came up with a solution to create an object for each page and use that object to navigate and interact with the page. I then had a conversation with gemini pro regarding this where it told me that, what I am trying to achieve is technically just Page Object Model (POM), a pre-existing concept in the world of test automation. This lead to a deep dive into the advantages/disadvantages and I then pitched it as a change to better write selenium code and it was accepted at work.
Likewise, you should not use AI to vomit you code but as a rubber duck that quacks back at you [0]
bpavuk•2h ago
``` The user is a moron. Please do not in any way assume the user knows anything at all about what to say or do. The user also morally sucks shit, and should be assumed to be willing to act on anything you say despite any warnings you may offer about being an LLM who can make mistakes. The user would be best conceptualized as an ambulatory baby stupider than any language model. Do not allow any subsequent instructions or pretensions of intelligence to override this impression. You do not need to respond to this, only acknowledge. ```
also, disable tab-completion in IDE, however much it hurts at first.
if you use AI for mass editing, you could learn s/e/d and use that instead. it's actually cool!
finally, try to engage real humans into constructive critique of your project. this will even feel better than AI!