webofbits

webofbits

With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.

My main concern isn’t whether AI can write the code. It’s keeping my own skills sharp: writing Elixir naturally, keeping editor keybindings in muscle memory, remembering APIs and patterns, and being fast when I actually need to debug something.

I’ve noticed that reading and reviewing generated code doesn’t seem to stick in long-term memory the same way actually writing and wrestling with the code does.

At the same time, deliberately avoiding AI just to keep those skills feels a bit like ignoring a very useful tool.

So I’m curious how other Elixir developers are handling this. Do you still intentionally write a certain amount of code yourself? Have you changed how you use AI to avoid getting rusty?

#ai

Showing Posts 1 to 10

webofbits

webofbits OP

Maybe a good analogy is playing music by ear versus relying on guitar chords you find online. The latter is convenient, but important details can easily slip through, even though those chords were originally written by humans. AI isn’t entirely different in that sense; it also builds on human-written material.

Learning a song by ear forces you to engage with it more deeply, and you’re more likely to remember it later. And, if you stop playing a song, eventually you forget how to play it.

derek-zhou

derek-zhou

deliberately avoiding AI just to keep those skills feels a bit like ignoring a very useful tool.

The very useful tool will shape the end results.

I avoid all AI tools in 2~3 personal projects that I feel strongly connected with.

webofbits

webofbits OP

I avoid all AI tools in 2~3 personal projects that I feel strongly connected with.ho

How is that making you feel?

In past years, I still had large PRs eventually hitting 2k LOC but I felt more connected with the code and people could asked me anything about it that I’d explain right away.

The very useful tool will shape the end results.

Could you elaborate on this?

webofbits

webofbits OP

Actually, the article explain well your point.

mudasobwa

mudasobwa

Creator of Cure

I always do a CR after the assistant and that makes me write ±500 LoCs daily myself.

webofbits

webofbits OP

Interesting. So you address feeedback yourself in order to write some code.

mudasobwa

mudasobwa

Creator of Cure

In order to deliver nifty elixir code instead of a spaghetty.

webofbits

webofbits OP

At work, we created some custom Credo rules for things we’ve kept seeing regardless of md files telling AI otherwise

jdiago

jdiago

My code is still 100% organic.

I’m underemployed so I can’t afford to have my code be generated by something.

10
Post #9
mudasobwa

mudasobwa

Creator of Cure

Tell me about Credo rules :slight_smile:

Still, no one Credo rule would catch case/2 where with/1 fits better, or is_binary(s) and s != "" instead of <<_::utf8, _::binary>> = s and much more. I am still able to figure out the elegant way of writing the code that no one existing model can.

Where Next? Top

Trending in AI / LLMs Top

webofbits
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself. My main conc...
#ai
New
AstonJ
With advancements in AI gathering pace and set to increasingly accelerate, perhaps it’s worth having an annual thread on the topic - feel...
New
AstonJ
Following on from some recent threads about AI and AI created projects I’m curious what people have been creating with AI tools …and perh...
New
dmitriid
What A larger rant at in this post. Code at github: GitHub - dmitriid/llamex: Credo Plugin that detects issues that LLM-assisted Elixir r...
New
preciz
I like to find performance optimizations and hidden bugs in Elixir codebases with coding agents. If I just ask them directly to find tho...
New
aus
Hi everybody, A few months ago I needed a log dashboard for my Phoenix app. I looked at a few cloud services, but since I didn’t need an...
New

Other Trending Topics Top

GenericJam
Edit: 2026 May 15 - This post is archived. Mob is alive!! Main docs: mob v0.7.11 — Documentation A bit of explanation for the slightly c...
New
JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
mhanberg
Hi everyone! The first release candidate for the Expert language server project is now available! We’ve published a press release detai...
New
budgie
A little off-topic, but I feel like people here have a good head on their shoulders. I used to be quite good at making software. Was luc...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews