---
title: "Building AI agentes in practice with Clojure"
url: https://daily.dev/posts/building-ai-agentes-in-practice-with-clojure-ucsoiggp2
source_url: https://building.nubank.com/building-ai-agentes-in-practice-with-clojure/
type: article
source: "Nubank"
published: 2026-02-02T10:28:52.420Z
updated: 2026-02-02T10:29:12.835Z
tags: ["ai", "python", "aws", "llm", "clojure"]
reading_time: 1
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Building AI agentes in practice with Clojure

**[Nubank](https://daily.dev/sources/nubank)** · 1 min read · 1 upvotes · 0 comments

## Summary

Building reliable AI agents requires explicit architectural decisions about infrastructure, model selection, and tooling. Cloud providers offer better long-term integration than direct AI vendors for organizations. API fragmentation across providers can be solved with unification layers like LiteLLM. Small Language Models (SLMs) are often more cost-effective and appropriate for task-oriented agents than large models. Clojure's REPL-driven development and interoperability with both Java and Python ecosystems make it well-suited for AI agent development, enabling faster iteration and seamless integration with existing tooling.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://building.nubank.com/building-ai-agentes-in-practice-with-clojure/>

## Similar posts on daily.dev

- [Elixir, Clojure, or Python for LLM Agents? Our Experience with All Three](https://daily.dev/posts/elixir-clojure-or-python-for-llm-agents-our-experience-with-all-three-qm5ztl23c) · SD Times · 0 upvotes · 0 comments

---

Tags: [#ai](https://daily.dev/tags/ai), [#python](https://daily.dev/tags/python), [#aws](https://daily.dev/tags/aws), [#llm](https://daily.dev/tags/llm), [#clojure](https://daily.dev/tags/clojure)

[View this post on daily.dev](https://daily.dev/posts/building-ai-agentes-in-practice-with-clojure-ucsoiggp2)
