How to Get the Most Out of Claude Fable 5
Author(s): Eivind Kjosbakken Originally published on Towards AI. How to Get the Most Out of Claude Fable 5 Claude Fable 5 was released around a month ago and then, after three days, was pulled from the public because of security concerns. However, …
How to Orchestrate 100+ Agents With Claude Code
Author(s): Eivind Kjosbakken Originally published on Towards AI. How to Orchestrate 100+ Agents With Claude Code In this article, I’ll discuss how to orchestrate a lot of different agents using Claude Code or any other coding agents The article explains why orchestrating …
How to Find the Optimal Coding Agent Interface
Author(s): Eivind Kjosbakken Originally published on Towards AI. How to Find the Optimal Coding Agent Interface The interface that you use to interact with your coding agents is very important. There is a large variety of options out there that you can …
How to Combine Claude Code and Codex for Maximum Coding Power
Author(s): Eivind Kjosbakken Originally published on Towards AI. How to Combine Claude Code and Codex for Maximum Coding Power Claude Code and Codex are incredibly powerful coding agents by themselves. I’ve extensively tried both models, and in my opinion, they’re both very …
How to Safely Run Coding Agents
Author(s): Eivind Kjosbakken Originally published on Towards AI. How to Safely Run Coding Agents Coding agents such as Claude Code and Codex have provided me the biggest efficiency boost I’ve ever experienced while programming, way more of a boost compared to getting …
How to Improve Claude Code Performance with Automated Testing
Author(s): Eivind Kjosbakken Originally published on Towards AI. Learn how to get the most out of Claude Code Out of the box, Claude Code works pretty well. You can input a series of instructions and have it produce code or other output …
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 …