Design Systems in 2025: Why They’re the Blueprint for Consistent UX
Discover why design systems are essential for consistent UX in 2025. Learn how top companies like Google, Apple, and IBM use design systems to scale efficiently while maintaining creativity. Explore upcoming trends in AI, AR/VR integration, and ethical design practices. Continue reading Design Systems in 2025: Why They're the Blueprint
Read moreAnnuity and factorial notation
Actuarial mathematics makes frequent use of a notation that as far as I know isn’t used anywhere else, and that is a bracket enclosing the northeast corner of a symbol. This is used as subscript of another symbol, such as an a or an s, and there may be other decorations such
Read moreBuilding better platforms with continuous discovery
When discovery is missing, platform work starts to drift from its real purpose, which is empowering engineers to deploy working software faster and with confidence.
Read moreBase58 versus Base85 encoding
Base58 encoding and Base85 encoding are used to represent binary data in a human-friendly way. Base58 uses a smaller character set and so is more conservative. Base85 uses a larger character set and so is more efficient. There is a gotcha in that “base” means something different in Base58 compared
Read more“AI has been the wild west”: Creating standards for agents with Sean Falconer
Ryan is joined on the podcast by Confluent’s AI Entrepreneur in Residence, Sean Falconer, to discuss the growing need for standards for AI agents, the emerging Model Context Protocol and agent-to-agent communication, and what we can learn from early web standards while AI continues to evolve.
Read moreCommunity Products roadmap update, July 2025
An update on recent launches and the upcoming roadmap.
Read moreChris’ Corner: AI for me, AI for thee
Our very own Stephen Shaw was on an episode of Web Dev Challenge on CodeTV: Build the Future of AI-Native UX in 4 Hours. I started watching this on my computer, but then moved to my living room couch to put it on the big screen. Because it deserves it!
Read moreHyperinflation changes everything
My two latest blog posts have been about compound interest. I gave examples of interest rates of 6% up to 18%. Hyperinflation, with rates of inflation in excess of 50% per month, changes everything. Although many economists accept 50% per month as the threshold of hyperinflation, the world has seen
Read moreNumerical problem with an interest calculation
The previous post looked at the difference between continuously compounded interest and interest compounded a large discrete number of times. This difference was calculated using the following Python function. def f(P, n, r) : return P*(exp(r) - (1 + r/n)**n) where the function arguments are principle, number of compoundings, and
Read moreInterest compounding with every heartbeat
When I was a child, I heard an advertisement for a bank that compounded the interest on your savings account with every heartbeat. I thought that was an odd thing to say and wondered what it meant. If you have a rapid heart rate, does your money compound more frequently?
Read more