27 Aug 2024 AI How to Create Technical Documentation Using ChatGPT I've maintained for years that good code isn't that great without good documentation. It's a shame that this area
21 Aug 2024 AI How to Future-Proof Your Software Engineering Career for the Age of AGI In the viral essay The Decade Ahead, Leopold Aschenbrenner predicts that Artificial General Intelligence (AGI) will be a reality in only a few years. But
05 May 2024 Websites Post to Your Static Website From Your iPhone I love websites. I love static sites in particular. But I know that sometimes it’s just not practical to write and post only from
26 Sep 2023 Python NLP API How to Send Long Text Input to ChatGPT Using the OpenAI API In a previous post, I showed how you can apply text preprocessing techniques to shorten your input length for ChatGPT. Today in the web interface
19 Sep 2023 NLP Python Optimizing Text for ChatGPT: NLP and Text Pre-Processing Techniques Mastering text preprocessing to send more input to ChatGPT.