惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
小众软件
小众软件
MongoDB | Blog
MongoDB | Blog
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
量子位
A
About on SuperTechFans
G
Google Developers Blog
雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
IT之家
IT之家
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园_首页
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Vercel News
Vercel News
V
Visual Studio Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东
U
Unit 42
Apple Machine Learning Research
Apple Machine Learning Research

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
What 506K real transactions taught me about how Latin Ame...
Joel Mendoza · 2026-06-18 · via DEV Community

For nine years I ran Coinch, a goal-based savings app used by 30,000+ people across Mexico, Colombia, Argentina, Peru and Chile. When it wound down in 2024, it left behind 506,311 records of real saving behavior: 305,808 transactions, 108,570 savings goals, 91,933 users.

Most of what I found contradicts how savings products are designed. Here are the patterns, with numbers.

1. Naming your dream makes you more likely to fail at it

This is the finding that still bothers me. We grouped goals by category and measured completion:

Goal type Completion rate
Free saving (no specific target) 7.8%
Travel / vacation ~4.7%
Car / vehicle ~4.5%

Aspirational, labeled goals — the car, the trip to Cancún — failed more than unlabeled "just saving" goals. The standard product playbook says the opposite: make the user visualize the dream, attach a photo, name the goal. Our data says the dream-naming ritual correlates with worse outcomes, possibly because aspirational goals get set with unrealistic amounts and deadlines (median goal horizon was just 120 days), while "free saving" grows quietly without a deadline to fail against.

2. Saving apps are graveyards of good intentions — and that's the honest baseline

Across all 108,570 goals: 73.8% ended overdue, 19.2% in progress, only 7.0% achieved. Among users, 93.7% never completed a single goal.

If you're building or evaluating a savings product, that's the base rate you're fighting. Any pitch deck claiming 40% goal completion is either measuring something else or selecting heavily. The honest question for product design isn't "how do we get everyone to finish" — it's "what distinguishes the 6.3% who do."

3. The answer: discipline beats everything else, and it's measurable

We computed a savings discipline score (regularity and consistency of deposits) per user. Its correlation with goal completion: ρ = 0.89. Nothing else came close. Not goal size, not income proxies, not demographics.

The practical implication is uncomfortable for feature roadmaps: the predictive signal isn't in what people save for, it's in how regularly they show up. A user depositing $2 every Friday is a fundamentally different (and more promising) customer than one who deposited $200 once.

4. Saving together works — but almost nobody does it

Shared goals (saving with friends or family toward one pot) were only 2.1% of all goals. But they outperformed on every axis: 8.9% completion vs 7.0% for individual goals (+27% relative), median target of $10,000 vs $6,000, and a savings rate roughly 3× higher.

The feature with the best outcomes had the worst adoption. In our case, the social layer was under-built — the data shows the demand signal we didn't fully act on. If I were building a savings product today, shared goals wouldn't be a feature; they'd be the product.

5. January is real. December is brutal.

Monthly deposit seasonality across nine years: January peaks at 9.7% of annual volume (new year's resolutions show up in the data, every year, without fail), with a secondary lift in August–October. December bottoms out at 7.1% — holiday spending doesn't just compete with saving, it wins.

If you run a financial product in LatAm: your acquisition budget belongs in the first week of January, and your December churn isn't your fault.

6. People deposit round numbers — 69.5% of the time

Of all deposits, 69.5% landed on exactly round values: 50, 100, 500, 1,000. Money is psychological before it's numerical. (This one has a practical engineering consequence too — synthetic test data with amounts like $147.23 is instantly recognizable as fake. I wrote about the statistics of faking it properly in a separate post.)

Where this data lives now

The app is gone, but the behavioral patterns are now the calibration source for a synthetic data generator on Apify — it produces unlimited fake-but-statistically-faithful LatAm fintech data (users, goals, transactions) for testing, ML training and demos. 100% synthetic output, zero PII, the real dataset stays private.

If you're building fintech for Latin America and want to pressure-test your assumptions against measured behavior, that's exactly what it's for. And if there's a pattern here you'd like to see explored deeper, tell me in the comments — the data has more stories than one post can hold.