{"id":1734,"date":"2026-04-07T21:16:27","date_gmt":"2026-04-08T01:16:27","guid":{"rendered":"https:\/\/www.pressleypress.com\/blog\/?p=1734"},"modified":"2026-04-08T10:30:19","modified_gmt":"2026-04-08T14:30:19","slug":"the-inherent-problems-with-using-llms-to-code","status":"publish","type":"post","link":"https:\/\/www.pressleypress.com\/blog\/?p=1734","title":{"rendered":"The Inherent Problems with Using LLMs to Code"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p>Software companies are pushing their developers more and more to use LLMs in order to increase productivity. The argument is that LLMs allow developers to write more code in a shorter period of time. Whether it&#8217;s automating processes like requirement gathering or pull request reviews, or creating code like prototypes, unit tests and new features, or refactoring old code into newer more efficient code &#8211; there&#8217;s a point to be made. Yes AI can help with that. There&#8217;s been a joke for a long time that Google searches are a developer&#8217;s partner when it comes to coding. LLMs take it one step further and actually write the code you need based on the code it&#8217;s been trained on from the internet. But while LLMs can help developers produce more code, faster; what are the downsides? In this article I&#8217;m not talking about the technical downsides, or using AI agents to automate processes, but more about the psychological downsides to the workforce, and how that effects the code being generated.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Motivation<\/h2>\n\n\n\n<p>I&#8217;ve heard from some of my colleagues that they really like using LLMs because they &#8220;hate coding.&#8221; I find that quite interesting since being a developer means you&#8217;re going to be coding a lot. Why did you go into a career where the majority of its purpose is something you &#8220;hate&#8221;? If you asked a career counselor in high school what careers pay a lot of money, one of the top answers would be &#8220;software engineer.&#8221; Many of those kids went that route for that answer alone. They had no real interest in computers, or coding. It was just the default job to get into if you wanted to make a lot of money. These engineers will hail AI as their savior, and if you truly don&#8217;t like coding, that makes sense.<\/p>\n\n\n\n<p>Then there&#8217;s the other people who got into software development. Nerds. There&#8217;s a group of people that were into computers as a hobby, and the natural transition was to continue that obsession into a career. These are the people that actually enjoy coding. Making someone who enjoys coding use an LLM to code for them is like asking a mechanic who enjoys working on cars to control a robot to do it. What motivation does a software engineer who enjoys coding have now that you&#8217;ve taken it away from them? Why continue to learn new languages? Why stay in the industry at all?<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Ownership\/Pride<\/h2>\n\n\n\n<p>If you&#8217;re a software engineer that enjoys coding, you have a sense of pride in what you create. You took on a challenge, designed a solution, and executed that solution. That&#8217;s something to be proud of. It&#8217;s also something you take responsibility for. You designed it. You wrote the code. It&#8217;s yours. If the code is good, you take credit for that. If the code ends up having problems, you have to take credit for that too and take it upon yourself to fix it. In a nutshell, because you have pride in something, you claim ownership of it, and if you own it, you want it to be good.<\/p>\n\n\n\n<p>In the case of using AI, you tell the LLM what you want, how you want it implemented, and ask it to generate the code. What if the code created by the LLM works but is optimized badly? What if there&#8217;s security risks? What if the data model that was created is bad? Would a human have the same amount of pride in something they didn&#8217;t actually create? I would argue no; It&#8217;s just human nature. A developer in this situation SHOULD take as much care as one that wrote the code from beginning to end, but I don&#8217;t think that&#8217;s realistic. The feeling of ownership isn&#8217;t there. If the level of pride is less, then the level of care is also less. In the end, less pride ends up with lesser code.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Skill<\/h2>\n\n\n\n<p>What happens to a software engineer&#8217;s coding skills the more and more they use AI? Unlike riding a bike, coding is a &#8220;use it or lose it&#8221; skill. Much like learning a new language, if you don&#8217;t speak it often, you get out of practice and start forgetting what you&#8217;ve learned. Using AI to generate code lets that &#8220;brain muscle&#8221; atrophy over time. In fact Anthropic, one of the leaders in AI development, recently published a study showing that a collection of software engineers using AI over a period of time performed worse on a skills test than the engineers that didn&#8217;t. The article about the study can be found <a href=\"https:\/\/www.anthropic.com\/research\/AI-assistance-coding-skills\">HERE<\/a>. Use it, or lose it. What does this predict for the future of software engineering? Will there be a mass of AI generated code that after years of changes no one knows how to troubleshoot? Will companies be locked into paying for AI forever because there&#8217;s no one around who can write decent code from scratch anymore? These are probably exaggerated consequences, but they are something corporate leadership with have to deal with. This also leads us into the next topic, the workforce.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Workforce<\/h2>\n\n\n\n<p>Early in the push to use AI for coding there was the concern that AI would replace junior engineers. If the executives of software firms were to think logically, and see the big picture, they&#8217;d realize that if they&#8217;re not training and mentoring their junior engineers, they&#8217;re not investing in their future. Junior engineers become senior engineers and you&#8217;ll need that expertise to maintain your code in the future. However, that assumes that executives are thinking logically, and that they&#8217;re looking past their upcoming quarterly market goals. While using AI as the scapegoat for layoffs is currently rampant in the industry, there&#8217;s still reason to be concerned that the more you rely on AI means relying more and more on AI in the future. If using AI does negatively affect the skills of software engineers, if allowed to reach its inevitable conclusion, you&#8217;ll end up with code beholden to AI, maintained by engineers beholden to AI. Is that what these corporations want? Their intellectual property tied to the services of an AI company?<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Mental Paradigm<\/h2>\n\n\n\n<p>I&#8217;ve come to realize that for me, using an LLM to write my code is more mentally tiring than writing the code yourself. When you&#8217;re working with an LLM to write code, you\u2019re essentially \u201cchatting\u201d with \u201csomeone\u201d all day. We interact with LLM\u2018s using somewhat normal speech. You\u2019re convincing an entity to write the code you want. The thought process is totally different. When you\u2019re writing the code yourself, there&#8217;s no conversation, it&#8217;s just logic. That\u2019s a different part of your brain. After a day of coding with AI, I feel like I\u2019ve been in a day long meeting because at it&#8217;s most basic form &#8211; I was.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>AI and using LLMs to assist with software development is here to stay. It IS useful. It does help developers create more code at greater speed. It also allows developers to create things they might not have been able to create without it. But like most things in life, AI is a double-edged sword. The good needs to be balanced with the bad, and I hope the challenges I discussed here are things that we as an industry can avoid or find solutions to.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Software companies are pushing their developers more and more to use LLMs in order to increase productivity. The argument is that LLMs allow developers to write more code in a shorter period of time. &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[3],"tags":[76,77,78,79],"class_list":["post-1734","post","type-post","status-publish","format-standard","hentry","category-computers","tag-ai","tag-llm","tag-llms","tag-programming"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p32FB4-rY","jetpack-related-posts":[{"id":455,"url":"https:\/\/www.pressleypress.com\/blog\/?p=455","url_meta":{"origin":1734,"position":0},"title":"Getting SOAPUI to Pass Back a Value froma Request Using a Mock Service","author":"Matt","date":"October 19, 2009","format":false,"excerpt":"If need a Mock Service to reply to a SOAP request with a value from that request, here's the Groovy script to do it. (Groovy is a scripting language that can be run in the Java JVM. SOAPUI has it built in.) 1) Select your Mock Service in SOAPUI 2)\u2026","rel":"","context":"In &quot;Computers&quot;","block_context":{"text":"Computers","link":"https:\/\/www.pressleypress.com\/blog\/?cat=3"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":88,"url":"https:\/\/www.pressleypress.com\/blog\/?p=88","url_meta":{"origin":1734,"position":1},"title":"Video Games = Work ?","author":"Matt","date":"July 22, 2007","format":false,"excerpt":"When was it the notion that video games needed to be work sparked to life in game developers minds? Remember back in the day when you could just tap up-up-down-down-left-right-left-right-b-a-b-a-select-start and get 30 lives to beat the game you were into? When did game developers decide that cheat codes needed\u2026","rel":"","context":"In &quot;Computers&quot;","block_context":{"text":"Computers","link":"https:\/\/www.pressleypress.com\/blog\/?cat=3"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":326,"url":"https:\/\/www.pressleypress.com\/blog\/?p=326","url_meta":{"origin":1734,"position":2},"title":"If Only Developers Were This Commited to Reproducing Defects","author":"Matt","date":"May 13, 2009","format":false,"excerpt":"","rel":"","context":"In &quot;Comics&quot;","block_context":{"text":"Comics","link":"https:\/\/www.pressleypress.com\/blog\/?cat=15"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":334,"url":"https:\/\/www.pressleypress.com\/blog\/?p=334","url_meta":{"origin":1734,"position":3},"title":"Why Mac OS X > Windows","author":"Matt","date":"May 20, 2009","format":false,"excerpt":"I hopped on my road to geekdom in the 80's when my family purchased a Commodore 64. In Elementary School I attended BASIC programming classes using Apple IIEs. In the 90's I got my first PC, a 386SX running MSDOS 5 and Windows 3.1. For many years, I was a\u2026","rel":"","context":"In &quot;Computers&quot;","block_context":{"text":"Computers","link":"https:\/\/www.pressleypress.com\/blog\/?cat=3"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":110,"url":"https:\/\/www.pressleypress.com\/blog\/?p=110","url_meta":{"origin":1734,"position":4},"title":"The PC is the Abusive Spouse of the Computer World","author":"Matt","date":"November 8, 2007","format":false,"excerpt":"There's a great article on salon.com explaining why, when looking at the big picture, Macs are actually cheaper than PCs. The writer, Farhad Manjoo talks about Mac resale value versus PC resale value, and how the up front additional cost of a Mac doesn't mean that it's more expensive to\u2026","rel":"","context":"In &quot;Computers&quot;","block_context":{"text":"Computers","link":"https:\/\/www.pressleypress.com\/blog\/?cat=3"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":111,"url":"https:\/\/www.pressleypress.com\/blog\/?p=111","url_meta":{"origin":1734,"position":5},"title":"My Quick Leopard Review","author":"Matt","date":"November 11, 2007","format":false,"excerpt":"Apple's new OS, Leopard, is here and I've finally gotten around to installing it on my MacBook. There's some things I like, and some things I hate. I was originally going to write a detailed review, but there's plenty of insanely detailed reviews on the IntarWebs. So, this will just\u2026","rel":"","context":"In &quot;Computers&quot;","block_context":{"text":"Computers","link":"https:\/\/www.pressleypress.com\/blog\/?cat=3"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/www.pressleypress.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1734","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pressleypress.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.pressleypress.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.pressleypress.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pressleypress.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1734"}],"version-history":[{"count":7,"href":"https:\/\/www.pressleypress.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1734\/revisions"}],"predecessor-version":[{"id":1745,"href":"https:\/\/www.pressleypress.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1734\/revisions\/1745"}],"wp:attachment":[{"href":"https:\/\/www.pressleypress.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1734"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pressleypress.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1734"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pressleypress.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1734"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}