Part VII: AI Applications

Chapter 28: LLM Applications Across Industries

"The best way to predict the future is to build it, and the best way to build it is to give an AI the right tools and the right instructions."

Compass Compass, Relentlessly Practical AI Agent
LLM Applications chapter illustration
Figure 28.0.1: From code assistants to creative writing partners, LLMs are showing up in every corner of the software world. The question is no longer "can we?" but "should we, and how?"

Chapter Overview

Large language models are reshaping virtually every industry. What began as research curiosities have become production tools that write code, analyze financial reports, assist doctors, detect cybersecurity threats, and power educational platforms used by millions. This chapter surveys the most impactful application domains for LLMs, providing both the technical depth needed to build these systems and the domain awareness required to deploy them responsibly.

The chapter opens with vibe-coding and AI-assisted software engineering, covering how tools like Cursor, Copilot, and Claude Code are transforming how developers write software. It then explores finance and trading applications, healthcare and biomedical AI, recommendation and search systems, cybersecurity applications, education and creative industries, and finally robotics and scientific discovery. Each section examines the unique challenges, architectures, evaluation methods, and regulatory considerations specific to its domain.

By the end of this chapter, you will understand how LLMs are applied across major industries, be able to design domain-specific LLM applications with appropriate safeguards, and appreciate the regulatory and ethical considerations that vary by sector.

Big Picture

This chapter surveys the rich landscape of LLM applications, from code generation and creative writing to healthcare and legal analysis. By examining real-world use cases, you can identify which techniques from earlier chapters (RAG, fine-tuning, agents) best fit each application domain.

Learning Objectives

Prerequisites

Sections

What's Next?

In the next part, Part VIII: Evaluation and Production, we ensure your LLM systems work reliably with evaluation, observability, and production engineering.