Building with Multimodal AI

The gap between "multimodal AI exists" and "I built something useful with it" is smaller than it's ever been — you can call a vision-language model, a speech recognizer, or an image generator with an API and a few lines of code. But building well with multimodal AI means knowing what these models can and can't reliably do, how to combine them, and where the pitfalls are. This closing post is the practical one: how to actually build multimodal applications, and where the whole field is heading — toward general, any-to-any models.

Having covered the modalities and the ideas behind them, this final post is about building with multimodal AI: the practical landscape of using multimodal models, common application patterns, key considerations and pitfalls, and the trajectory toward any-to-any general models. It ties the series together and points at the future. The goal is to leave you able to reason about using multimodal AI, not just understanding it.

The practical landscape

Building with multimodal AI today is largely about using powerful pretrained models (via APIs or open models), not training them from scratch — which makes these capabilities widely accessible:

Building with multimodal AI is mostly using accessible pretrained models (via APIs or open models) as building blocks — VLMs, image generation, speech, multimodal embeddings, and general multimodal LLMs — composed into applications. It’s accessible to any developer, like building on LLMs. The next question is what to build — the application patterns.

Application patterns

Multimodal AI enables a range of application patterns, combining the capabilities from across the series:

The application patterns — understanding visual/audio content, generating content, multimodal search/retrieval, multimodal assistants/agents, and domain-specific combinations — cover most of what’s built with multimodal AI. Recognizing which pattern fits your problem (and which building blocks it needs) is how you go from capability to application. But building well requires attention to real considerations and pitfalls.

Considerations and pitfalls

Building well with multimodal AI means knowing the models’ limitations and the practical pitfalls — because these models are powerful but imperfect:

Building well with multimodal AI means accounting for models’ mistakes/hallucinations (verify critical outputs), matching usage to each capability’s real reliability, managing cost and latency (significant for images/video/generation), taking ethical/safety concerns seriously (deepfakes, harmful/copyrighted content, bias), and handling sensitive multimodal data with privacy in mind. These considerations separate robust applications from naive ones.

The any-to-any future

Finally, where multimodal AI is heading: toward general, any-to-any models — a fitting close to the series:

Building with multimodal AI is mostly using accessible pretrained models as building blocks, composed into application patterns (understanding, generating, searching, assisting, domain-specific), with careful attention to reliability, cost, ethics, and privacy — and the field is heading toward general, any-to-any models that handle all modalities together, a key ingredient of more general AI. That completes the series: from what multimodal AI is, through vision, cross-modal connection, VLMs, generation, audio, and video, to building with it and its future. Multimodal AI is how AI engages the full, multi-sensory richness of the world — and it’s rapidly becoming the default.

Key takeaways

Further reading

Sources & References

The any-to-any direction