How to Perform Large Code Refactors in Cursor
Author(s): Eivind Kjosbakken Originally published on Towards AI. Learn how to perform code refactoring with LLMs Refactoring code has historically been a tedious yet important task. Refactoring is the work of taking some piece of code and cleaning it up, either by …
Maximum-Efficiency Coding Setup
Author(s): Eivind Kjosbakken Originally published on Towards AI. Learn how to be a more efficient programmer There are many different coding setups people use for programming. In this article, I’ll take you through my personal coding setup and the tools and applications …
How to Run Coding Agents in Parallel
Author(s): Eivind Kjosbakken Originally published on Towards AI. Get the most out of Claude Code In the last few years, coding agents have become more and more prevalent. Initially, coding agents could only auto-complete specific lines of code. We then experienced how …
How to Optimize Your AI Coding Agent Context
Author(s): Eivind Kjosbakken Originally published on Towards AI. Make your coding agents more efficient The context of your AI coding agent is critical to its performance. It is likely one of the most significant factors determining how many tasks you can perform …
How to Increase Coding Iteration Speed
Author(s): Eivind Kjosbakken Originally published on Towards AI. Learn how to become a more efficient programmer with local testing When developing code, you often need to test it before pushing to the development or production environment. However, waiting for a deploy with …
How to Scale Your LLM Usage
Author(s): Eivind Kjosbakken Originally published on Towards AI. Learn how to increase LLM usage to achieve increased productivity The word scaling has perhaps been the most important word when it comes to Large Language Models (LLMs), with the release of ChatGPT. ChatGPT …
How to Create Professional Articles with LaTeX in Cursor
Author(s): Eivind Kjosbakken Originally published on Towards AI. Learn how to rapidly create professional articles and presentations with LaTeX in Cursor LaTeX is a commonly used system for writing technical articles. I, for example, wrote my Master’s thesis through Overleaf with a …
How to Use GPT-5 Effectively
Author(s): Eivind Kjosbakken Originally published on Towards AI. Learn about GPT-5’s features and settings, and how to optimally apply them to your use case GPT-5 is OpenAI’s latest model, and it possesses powerful and helpful features. The model has a variety of …
4 Techniques to Optimize Your LLM Prompts for Cost, Latency, and Performance
Author(s): Eivind Kjosbakken Originally published on Towards AI. Learn how to greatly improve the performance of your LLM application LLMs are capable of automating a significant number of tasks. Since the release of ChatGPT in 2022, we have seen more and more …
How to Consistently Extract Metadata from Complex Documents
Author(s): Eivind Kjosbakken Originally published on Towards AI. Learn how to extract important pieces of information from your documents Documents contain vast amounts of important information. However, this information is, in many cases, hidden deep into the contents of the documents and …
How to Use Frontier Vision LLMs: Qwen3-VL
Author(s): Eivind Kjosbakken Originally published on Towards AI. Learn how you can use vision language models to perform advanced document understanding tasks. Vision language models (VLMs) are powerful models capable of inputting both images and text, and responding with text. This allows …
How to Build a Powerful Deep Research System
Author(s): Eivind Kjosbakken Originally published on Towards AI. Learn how to access vast amounts of information with your own deep research system Deep research is a popular feature you can activate in apps such as ChatGPT and Google Gemini. It allows users …
How to Easily Fine-Tune the Donut Model for Receipt Information Extraction
Author(s): Eivind Kjosbakken Originally published on Towards AI. How to Easily Fine-Tune the Donut Model for Receipt Information Extraction The Donut model in Python is a model to extract text from a given image. This can be useful in several scenarios, for …
How to Build Effective Agentic Systems with LangGraph
Author(s): Eivind Kjosbakken Originally published on Towards AI. Create AI workflows with agentic frameworks With the rise of powerful AI models, such as GPT-5 and Gemini 2.5 Pro, we also see an increase in agentic frameworks to utilize these models. These frameworks …
How to Build Effective AI Agents to Process Millions of Requests
Author(s): Eivind Kjosbakken Originally published on Towards AI. Learn how to build production-ready systems using AI agents AI agents have quickly become an effective way of using LLMs for problem-solving. Almost weekly, you see a new large AI research lab releasing LLMs …