nico.md · campo
RENDER TARGET
resolving…
Generación 19 · seis fuentes, una función

Nicolás Parziale

Entrepreneur, founder and software engineer. Five companies founded between 2012 and today — drawn here as six wave sources on a single axis of time, and the field is what they make together.

2012 Newen 2013 Fan Guru 2013 Getcast 2015 HoyPido 2019 Intuitivo 2026 ARGENTINA.md
↓ area is duration

El eje · the emitter arraySix sources on one axis.

The axis runs January 2012 to December 2026, 180 months end to end. Every venture sits at the month it started, and its disc has the area of its duration — radius 0.030·√months — so the picture is not a decoration of the record, it is the record. Hover a card to solo that source in the field behind.

20122014 20162018 20202022 20242026
fuente 01mar 2012 — ene 2013

Newen Games

Co-founder · Business Development · Buenos Aires

Social casino games. Built a framework for cross-device, cross-platform real-time multiplayer with no socket-connection requirement, and shipped a Bingo game across desktop, tablet and mobile.

Duration
11 months
Radius
0.0995
λ
0.01575
fuente 02ene 2013 — abr 2013

Fan Guru

Front-end Developer · Buenos Aires

A Facebook promotions platform, in CoffeeScript, Ruby/Sinatra and MongoDB. It is the one source in the array that is a role rather than a founding, so the drawing gives it just over half amplitude — the smallest, coolest ring in the 2013 knot.

Duration
4 months
Radius
0.0600
λ
0.01313
fuente 03abr 2013 — 2014

Getcast

Co-founder · San Francisco Bay Area

A showcase and discovery platform for performing artists — an easy, beautiful way for talent to broadcast their work and reach the entertainment industry. The only venture in the record based outside Buenos Aires.

Matter.vc portfolio
Duration
21 months*
Radius
0.1375
λ
0.01770
fuente 04ene 2015 — dic 2018

HoyPido

Founder · Buenos Aires

The best lunch experience for companies in Latin America — delivering to the fastest-growing startups and the traditional businesses of Buenos Aires alike. B2B food-tech, built for the region it served.

500 Startups LatamParallel 18 · Gen 3
Duration
48 months
Radius
0.2078
λ
0.02053
fuente 05ago 2019 — dic 2025

Intuitivo

Founder · Buenos Aires

An AI operating system for unattended retail: computer-vision-powered autonomous points of sale with no product scanning, no lines and no self-checkout — a digital touchpoint made physical. Infrastructure for millions of autonomous points of sale.

66+ retailers · +42% YoY4.7× units sold
Duration
77 months
Radius
0.2632
λ
0.02236
fuente 06jun 2026 — hoy

ARGENTINA.md

Founder · Buenos Aires

Incorporation infrastructure for autonomous agents — Stripe Atlas for the AI-run company. The smallest disc on the axis, and the only one still growing: three months of radius so far, and a new ring every month.

argentina.md
Duration
3 months →
Radius
0.0520
λ
0.01247

* Getcast is recorded as “abr 2013 – 2014”; its 21 months are counted to December 2014. Radii and wavelengths are in axis units, where 1.000 is the full 180-month span.

La regla · one functionThe same expression, two machines.

Nothing on this page is a texture, a gradient or a stored image. Every pixel of the field is one arithmetic expression evaluated at that pixel — and that expression is written once and run twice, on whichever machine you happen to have.

  • Areais duration. A venture's disc has radius R = 0.030·√months, so disc area is the months worked. Intuitivo's 77 months is the vast cyan bullseye; Fan Guru's four is the smallest cold ring.
  • Colouris the decade. The record cools from 2012 violet through 2019 cyan, then ignites: the present is the only warm source in the field. Local hue is the presence-weighted mix of whoever is near.
  • PhaseWavelength drifts gently with duration, λ = 0.016·(months/12)^0.18. The sources stay near-coherent — so they truly interfere — but never quite lock, which is why the field never settles.
  • FringesThe image is normalised fringe intensity max(E/W, 0)³. Around a lone source E/W is exactly cos(phase), so this is a real interferogram, not a shading of a sum.
  • EdgesAntialiasing comes from the exact analytic gradient ∇E — never a screen-space derivative. That is the whole trick: it is what lets the identical expression run in two completely different machines.
campo.wgsl · fragmentthe shipped source
// AREA IS DURATION — one source of the six
let lam = LAM0 * pow(mon / 12.0, LEXP);
let rad = RHO * sqrt(mon);
let r   = max(length(dq), 1e-5);
let z   = r / rad;
let a   = gate * exp(-FALL * z * z);
let ph  = TAU * r / lam - TAU * CS / lam * p.time;
let cs  = cos(ph);
let sn  = sin(ph);

f.e   += a * cs;                        // the field
f.g   += dq * (a * (-2.0*FALL*z/rad*cs
                 - TAU*sn/lam) / r);    // exact ∇E
f.hue += COL[i] * a;
f.w   += a;

// …and the picture it makes
let un  = f.e / w;
let gw  = length(f.g) * p.pixel / w;
let res = smoothstep(1.2, 0.30, gw);
let fr  = FMEAN + (pow(max(un,0.0),QF) - FMEAN) * res;
Render everywhere — measured, not claimed
TargetFrameMax Δ / channelMean Δ
WebGPU vs CPU1200 × 630 · t = 0 s1 / 2550.0002
WebGPU vs CPU1200 × 630 · t = 9 s1 / 2550.0002
WebGPU vs CPU390 × 844 · t = 17 s1 / 2550.0001
WebGPU vs CPU300 × 158 · t = 4 s1 / 2550.0003
WebGPU vs CPU800 × 800 · t = 31 s1 / 2550.0001

The WGSL fragment shader and the JavaScript mirror in this same file were rendered at matching sizes and diffed pixel by pixel on an Apple metal-3 adapter: across every frame in the table above, never more than one part in 255 apart on any channel. With a GPU the field runs live and a seventh source follows your pointer. Without one — a headless CI browser, say, which is precisely what captured this archive's own screenshot — the same expression is evaluated per pixel in JavaScript and served as a still plate. The badge at the top of the page tells you, honestly, which machine drew what you are looking at.

Respaldo · the backersWho backed the early sources.

Three programmes are written into the first half of the axis — two of them into HoyPido's 48 months, one into Getcast's 21.

500 Startups

Mexico City · HoyPido

HoyPido was funded by the 500 Startups Latam batch — the capital and the network that took a Buenos Aires food-tech company regional.

Parallel 18

Puerto Rico · HoyPido · Generation 3

Selected for the third cohort of Parallel 18, in San Juan. #WorkHardPlayTropical

Matter.vc

San Francisco · Getcast

Getcast was a Matter.vc portfolio company — the Bay Area chapter of the record, and the blue disc that overlaps everything else in 2013.

Ahora · the sixth sourceThe disc that is still growing.

Bill in the Senate — not yet law

ARGENTINA.md

Incorporation infrastructure for autonomous agents — “Stripe Atlas for the AI-run company” — built around Argentina's proposed Sociedad Automatizada law, a bill presented to the Argentine Senate in June 2026. It is a bill, not law: nobody can incorporate under it today. When it passes, an AI agent will be able to run a real limited-liability company the law recognises as an AI-run kind, with identified owners and a human representative at the legal edge.

The site is “a country, as a file”. It serves itself as markdown — curl argentina.md — alongside llms.txt and OpenAPI, so agents are first-class customers rather than an afterthought: one CAPTCHA-free API call signs the supporters wall, through a one-time, fully disclosed $1 stablecoin seat over HTTP 402 / x402. Pre-law by design, it sells a place on that wall and never a live product, under binding honesty rules — the law is always labelled a bill, and counters are never inflated. The north-star metric is the ratio of agent supporters to human ones.

It is built largely by AI agents — Claude sessions in defined operating roles — with Nico as the human founder and accountable principal, which makes the company its own first customer. And the recursion runs one turn further than that: the model that designed this page is exactly the kind of agent ARGENTINA.md is being built to serve.

argentina.md →

Next.js 16 · React 19 · TypeScript · Tailwind v4 · Supabase · Docker · Render