Construimos departamentos de agentes que se abaratan con el usoWe build agent departments that get cheaper the more you use them
Qué somos, qué hacemos, cómo ayudamos y a qué velocidad. Sin historias de clientes: todo lo que hay aquí está medido en nuestra propia infraestructura — y una parte se puede ejecutar en esta misma presentación.What we are, what we do, how we help, and how fast. No client stories: everything in here was measured on our own infrastructure — and part of it you can run inside this very deck.
↓Desplázate, o usa las flechasScroll, or use the arrow keys
02 · La tesisThe thesis
La IA normal se encarece cuanto más se usa. La nuestra está diseñada para encoger: lo que se repite se convierte en código, y el código no vuelve a pasar por el modelo.Ordinary AI gets more expensive the more you use it. Ours is designed to shrink: what repeats becomes code, and code does not go back through the model.
A la tercera vez que el sistema ve la misma tarea, un agente programador escribe un script determinista y un agente revisor lo verifica contra las salidas anteriores. El modelo sale del bucle.The third time the system sees the same task, a coder agent writes a deterministic script and a reviewer agent verifies it against the previous outputs. The model drops out of the loop.
Cada script es un activo: tuyo, auditable, versionado y ejecutable sin nosotros. La factura de IA baja mientras el volumen sube.Each script is an asset: yours, auditable, versioned, and it runs without us. The AI bill goes down while the volume goes up.
No hace falta creerlo: la diapositiva 06 lo ejecuta en vivo.You do not have to take this on faith: slide 06 runs it live.
03 · Cómo ayudamosHow we help
El trabajo que quitamos de encimaThe work we take off your plate
Nombramos el trabajo, no la tecnología. Tres formas que aparecen en casi cualquier organización:We name the work, not the technology. Three shapes that show up in almost every organisation:
Cuadrar lo que vive en ficheros distintosReconciling what lives in different files
Facturas contra extractos, pedidos contra albaranes, un libro contra otro. El sistema junta las fuentes, recalcula cada total y entrega cada discrepancia a una persona con las dos filas de origen y los importes. No resuelve: convierte cada caso en una decisión de dos minutos.Invoices against statements, orders against delivery notes, one ledger against another. It joins the sources, re-derives every total, and hands each discrepancy to a person with both source rows and the amounts. It does not resolve: it turns each case into a two-minute decision.
Leer lo que nadie tiene tiempo de leerReading what nobody has time to read
Contratos, normativa, expedientes, años de correo. Miles de documentos pasan a ser consultables en minutos, y cada respuesta cita el pasaje exacto del que sale — o dice que no lo encontró.Contracts, regulation, case files, years of mail. Thousands of documents become searchable in minutes, and every answer cites the exact passage it came from — or says it found nothing.
Hacer lo mismo, igual, cada mesDoing the same thing the same way, every month
Cierres, consolidaciones, informes recurrentes, renovaciones. Precisamente porque se repite, es lo primero que se convierte en script: la misma entrada da la misma salida, auditable, sin coste de modelo — y nadie vuelve a hacerlo a mano.Closes, consolidations, recurring reports, renewals. Precisely because it repeats, it is the first thing to become a script: the same input gives the same output, auditable, with no model cost — and nobody does it by hand again.
Si en tu equipo hay un trabajo con una de estas formas, esto le aplica.If your team has a job shaped like one of these, this applies to it.
04 · Qué hacemosWhat we do
El motor: una flota que se revisa a sí mismaThe engine: a fleet that checks itself
Un agente hace el trabajo, un segundo lo comprueba contra la fuente y un tercero dirime el desacuerdo. Nada llega a una persona sin revisar — y solo una aprobación con nombre confirma.One agent does the work, a second checks it against the source, a third rules on the disagreement. Nothing reaches a person unchecked — and only a named approval commits.
Registro encadenadoHash-chained ledger
Cada entrada lleva el hash de la anterior: cambia una línea del pasado y todas las posteriores dejan de verificar. El sistema tampoco puede aprobar en nombre de nadie.Each entry carries the previous entry's hash: change one line in the past and every line after it stops verifying. Nor can the system approve on anyone's behalf.
Carriles en el códigoLanes in the code
Cada tarea declara su carril. Lo que toca datos personales corre en tu edificio, y el enrutado rechaza un endpoint no local antes de hacer la llamada — se cumple en el código, no se promete en una política.Each task declares its lane. Anything touching personal data runs in your building, and routing refuses a non-local endpoint before the call is made — enforced in code, not promised in a policy.
Repetición → scriptRepetition → script
Un agente programador detecta el trabajo idéntico y escribe el script que saca al modelo del bucle; un revisor lo verifica antes de dejar que sustituya nada. El coste marginal cae a cero.A coder agent watches for identical work and writes the script that takes the model out of the loop; a reviewer verifies it before it is allowed to replace anything. Marginal cost falls to zero.
1.380 pruebas automatizadas cubren este motor. No es una maqueta: es el sistema que opera nuestro propio estudio, y se puede ver funcionando en directo.1,380 automated tests cover this engine. It is not a mock-up: it is the system running our own studio, and it can be shown working live.
05 · A qué velocidadHow fast
Medido, no prometidoMeasured, not promised
Un corpus real de 5.241 documentos: de carpeta fría a consultable, cronometrado de principio a fin.A real corpus of 5,241 documents: from a cold folder to searchable, timed end to end.
10:49
de cero a consultable, 5.241 documentoscold to searchable, 5,241 documents
26s
para interpretar 4.506 PDFsto parse 4,506 PDFs
88%
del tiempo total en una sola etapa: embeddingsof wall clock in one stage: embedding
0
granjas de GPU: un portátil y un sobremesaGPU farms: one laptop and one desktop
El 88% es el dato que vale dinero: dice exactamente qué etapa aceleraría comprar más máquina — y cuál no. Se empieza con lo que ya hay en la oficina y se compra potencia solo cuando el volumen lo justifica.The 88% is the number worth money: it says exactly which stage buying more machine would speed up — and which it would not. You start on what the office already has and buy power only when volume justifies it.
Antes de recomendarte comprar nada, esta misma medición se hace sobre tu trabajo.Before we recommend buying anything, this same measurement is run on your work.
06 · En vivoLive
Ejecuta tú la tareaRun the task yourself
La misma tarea, varias veces. Las tres primeras pasan por un modelo — y la tercera es la más cara, porque además escribe el script. Fíjate en la cuarta.The same task, a few times. The first three go through a model — and the third is the most expensive, because it also writes the script. Watch the fourth.
Consolidación mensual de facturasMonthly invoice consolidationejecución 0
llamada a modelomodel callscript · sin modeloscript · no model
Llamadas a modeloModel calls0
Última duraciónLast duration—
Corre como scriptRuns as scriptno
Los tiempos son ilustrativos; la caída a cero llamadas es el comportamiento real del sistema.Timings are illustrative; the drop to zero model calls is the system's real behaviour.
07 · El modeloThe model
Si se abarata, ¿de qué vivimos?If it gets cheaper, what do we live on?
Una vezOne-time
La implantación — un piloto acotado, con criterios de salida por escrito — y el hardware si el carril local lo pide. El hardware es CapEx tuyo: se amortiza en tu balance y sigue siendo tuyo.The build — a scoped pilot, with exit criteria agreed in writing — and the hardware if the local lane needs it. The hardware is your CapEx: it depreciates on your balance sheet and stays yours.
Cada mesEvery month
La plataforma y el soporte: el motor, la flota, el registro encadenado, la consola, las actualizaciones y la guardia. Cuota plana por dominios en producción — ni por asiento ni por token. Corre, se llame al modelo o no.The platform and the support: the engine, the fleet, the hash-chained ledger, the console, the updates and the on-call. A flat fee by domains in production — not per seat, not per token. It runs whether a model is called or not.
Lo que encogeWhat shrinks
La inferencia: el gasto medido del carril de API, la única línea que sube con el volumen. Es coste de servicio, no tu cuota. Cada tarea que pasa a script deja de generarlo — para siempre.Inference: metered spend on the API lane, the only line that rises with volume. It is cost of service, not your fee. Every task that becomes a script stops generating it — permanently.
Un coste de servicio que baja contra una cuota plana es margen que se expande — mejor historia de ingreso recurrente que la habitual, no peor. Y alinea los incentivos: quien factura por token gana más cuanto más tiempo siga tu trabajo pasando por un modelo; nosotros ganamos más cuanto antes se convierta en script.A falling cost of service against a flat fee is an expanding margin — a better recurring-revenue story than the usual one, not a worse one. And it aligns the incentives: a vendor billing per token earns more the longer your work keeps going through a model; we earn more the sooner it becomes a script.
Se amplía por departamentos. Cada uno es una línea recurrente nueva, y cada tarea ya convertida en script libera capacidad para el siguiente: ampliar sale más barato de servir, no más caro.It expands by department. Each one is a new recurring line, and every task already converted to a script frees capacity for the next: expansion costs less to serve, not more.
Las cifras van en la propuesta, sobre tu alcance: en esta presentación no hay ninguna tarifa inventada.The figures go in the proposal, against your scope: there is no invented price in this deck.
08 · Qué somosWhat we are
Un estudio que construye y operaA studio that builds and operates
Construimos y operamos. No entregamos un informe y nos vamos: dejamos un sistema funcionando y lo operamos. El motor que has visto en estas diapositivas es el que lleva nuestro propio estudio.We build and we operate. We do not hand over a report and leave: we leave a system running and we run it. The engine you have just seen in these slides is the one running our own studio.
Verificable por diseño. Cada número de esta presentación está medido, o no está. Y cuando un número tiene letra pequeña, la escribimos nosotros primero — está en la siguiente diapositiva.Verifiable by design. Every number in this deck is measured, or it is not here. And when a number has fine print, we write it ourselves, first — it is on the next slide.
Tamaño de estudio. Una velocidad de decisión y de entrega que un gran integrador no puede igualar. Sin comités entre tu problema y el sistema que lo resuelve.Studio-sized. A speed of decision and delivery a large integrator cannot match. No committees between your problem and the system that solves it.
24/7
nuestro orquestador, en infra propiaour orchestrator, on our own infra
3
agentes tocan cada tarea antes que una personaagents touch each task before any person
0
historias de clientes en esta presentaciónclient stories in this deck
09 · La letra pequeñaThe fine print
Lo que no vamos a afirmarWhat we will not claim
0,680.68
recall de recuperación · corpus financiero real y desordenado — el número que citamosretrieval recall · messy, real-world finance corpus — the number we quote
0,900.90
en documentación institucional limpia — el número cómodo, que no es el que citamoson clean institutional documents — the comfortable number, and not the one we quote
Un número de recall sin decir sobre qué corpus se midió no significa nada. Citamos el 0,68 porque un corpus real y desordenado es el que una empresa tiene de verdad. Y las contradicciones se detectan, no se resuelven: cada una la decide una persona, y solo una aprobación con nombre confirma.A recall figure without the corpus it was measured on means nothing. We quote the 0.68 because a messy, real-world corpus is the one a business actually has. And contradictions are surfaced, not resolved: a person decides every one, and only a named approval commits.
Todo sale en borrador. Nada con consecuencias se ejecuta sin una persona delante — está construido dando por hecho que un modelo se equivocará.Everything comes out as a draft. Nothing consequential runs without a person in front of it — the system is built assuming a model will get things wrong.
Que te digan esto antes de firmar, y no después, es parte de lo que contratas.Being told this before a signature, not after, is part of what you are buying.
10 · El siguiente pasoThe next step
Elige un trabajo que se repita. Lo medimos delante de ti.Pick one job that repeats. We measure it in front of you.
Una sesión de trabajo de 90 minutos. Tú traes un trabajo repetitivo — un cierre, una conciliación, una carpeta que nadie lee — y salimos con la métrica que tendría que mover y cómo se mediría.A 90-minute working session. You bring one repetitive job — a monthly close, a reconciliation, a folder nobody reads — and we leave with the metric it would have to move and how it would be measured.
Números antes que compromisos. Primero la medición sobre tu propio trabajo; la decisión después, con cifras delante. Si no rinde, se para.Numbers before commitments. Measurement on your own work first; the decision after, with figures on the table. If it does not perform, it stops.