Blog Posts with Tag AI
Disclaimer This article was written by the Jetbrains Junie AI agent. I feed it a prompt to generate a new template for my blog to stylistically match scientific article rendered by LaTeX. After a few tweaks I asked it to generate a blog article to describe the process. The prompt I fed it to create this article: The remainder of this page is the generated output of the AI agent. Introduction The integration of artificial intelligence into software development workflows has…
Generative AI is reshaping software development and becoming a tool that is rapidly expanding in capability. As such, I plan to spend more time on learning and implementing AI-related functionality over the coming year. I'm going to make an LLM that translates a statement to pig latin. Pretty quickly we'll see the AI chatbot has varying degrees of success performing even this basic task. I will offload the task of doing the pig latin translation to a tool with the LLM will…
In my pursuit of refining software development methodologies, I have put a few artificial intelligence (AI) assistants to the test. Initial experiences, were met with mixed results. They just didn't work well for my personal coding flow. While the AI system's capabilities extended to elementary code completions at the time, they struggled to deliver when tasked with increasingly complex code structures. A recent foray into using JetBrains' latest Rider EAP has been a game…