<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Economics on Big Muddy</title><link>https://muddy.jprs.me/tags/economics/</link><description>Recent content in Economics on Big Muddy</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Fri, 27 Mar 2026 17:48:00 -0400</lastBuildDate><atom:link href="https://muddy.jprs.me/tags/economics/index.xml" rel="self" type="application/rss+xml"/><item><title>Colorado advances ban on algorothmic price and wage discrimination</title><link>https://muddy.jprs.me/links/2026-03-27-colorado-advances-ban-on-algorothmic-price-and-wage-discrimination/</link><pubDate>Fri, 27 Mar 2026 17:48:00 -0400</pubDate><guid>https://muddy.jprs.me/links/2026-03-27-colorado-advances-ban-on-algorothmic-price-and-wage-discrimination/</guid><description>&lt;p&gt;The Colorado House voted today to ban the use of personal data to algorithmically set the price of a product or determine a wage. The legislation will now advance to the Colorado Senate for consideration. The summary of the bill, &lt;a href="https://leg.colorado.gov/bills/HB26-1210"&gt;HB26-1210&lt;/a&gt;, reads:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Surveillance data is defined in the bill as data that is obtained through observation, inference, or surveillance of consumers or workers and that is related to personal characteristics, behaviors, or biometrics of an individual or group. The bill prohibits discrimination against a consumer or worker through the use of automated decision systems used to engage in:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Individualized price setting based on surveillance data regarding a consumer; or&lt;/li&gt;
&lt;li&gt;Individualized wage setting based on surveillance data regarding a worker.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;Obviously, the bill enumerates exceptions to the above rules, as it is not intended to ban, for example, charging a customer more to deliver an item a longer distance nor to prohibit schemes like discounts for students or seniors. One of the challenges of writing laws like this is to ensure they are written narrowly enough to target dystopian hyper-individualized pricing based on tracking of Internet and phone activity rather than normal business practices like pricing insurance policies according to demographic risk factors.&lt;/p&gt;
&lt;p&gt;Colorado is one of &lt;a href="https://gizmodo.com/these-states-are-joining-in-the-push-to-ban-surveillance-pricing-2000730636"&gt;at least a dozen American states&lt;/a&gt; considering similar bans. I don&amp;rsquo;t believe any of these proposed broad-based bans have been signed into law yet. I wrote about algorithmic price discrimination (surveillance pricing) last week in the context of &lt;a href="https://muddy.jprs.me/links/2026-03-18-manitoba-introduces-bill-to-ban-algorithmic-price-discrimination/"&gt;proposed legislation in the Canadian province of Manitoba&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Manitoba introduces bill to ban algorithmic price discrimination</title><link>https://muddy.jprs.me/links/2026-03-18-manitoba-introduces-bill-to-ban-algorithmic-price-discrimination/</link><pubDate>Wed, 18 Mar 2026 07:30:00 -0400</pubDate><guid>https://muddy.jprs.me/links/2026-03-18-manitoba-introduces-bill-to-ban-algorithmic-price-discrimination/</guid><description>&lt;p&gt;The Canadian province of Manitoba has introduced a bill to ban algorithmic price discrimination (also known as surveillance pricing), i.e., the use of personal data to set prices for individual consumers:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;New Democrats announced in December they would begin cracking down on what&amp;rsquo;s known as differential or predatory pricing. That is when retailers charge different amounts for the same products based on the timing of customer purchases, where they live or other personal data. [&amp;hellip;] The proposed legislation would render the use of &amp;ldquo;personalized algorithmic pricing,&amp;rdquo; both online or in store, an unfair business practice.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Okay, I guess there&amp;rsquo;s a lot of different names for this particular practice. Whatever we call it, I believe bills cracking down on algorithmic price discrimination will be very popular, as it constitutes a very clear example of companies using our data against us to rip us off. The most famous recent exposé of this practice is Groundwork Collaborative&amp;rsquo;s report on how grocery delivery service &lt;a href="https://groundworkcollaborative.org/work/instacart/"&gt;Instacart charges users different prices&lt;/a&gt; depending on who they are.&lt;/p&gt;
&lt;p&gt;Manitoba &lt;a href="https://statecapitallobbyist.com/consumer-protection/the-rise-of-surveillance-pricing-legislation-how-states-are-targeting-ai-driven-price-discrimination/"&gt;isn&amp;rsquo;t the only jurisdiction introducing bills targeting this practice&lt;/a&gt;, but I don&amp;rsquo;t believe anywhere in the US or Canada has actually managed to ban it yet. However, New York has made in &lt;a href="https://ag.ny.gov/press-release/2025/attorney-general-james-warns-new-yorkers-about-algorithmic-pricing-new-law-takes"&gt;mandatory for companies to disclose&lt;/a&gt; when they use personal data to set prices.&lt;/p&gt;</description></item><item><title>Using Claude Claude for cross-package statistical audits</title><link>https://muddy.jprs.me/links/2026-03-15-using-claude-claude-for-cross-package-statistical-audits/</link><pubDate>Sun, 15 Mar 2026 22:49:00 -0400</pubDate><guid>https://muddy.jprs.me/links/2026-03-15-using-claude-claude-for-cross-package-statistical-audits/</guid><description>&lt;p&gt;Economist Scott Cunningham shared an important example of why we should always report the statistical package and version used in our analyses, as he used Claude Code to produce six versions of the exact same analysis using six different packages in R, Python, and Stata. In a &lt;a href="https://en.wikipedia.org/wiki/Difference_in_differences"&gt;difference-in-differences&lt;/a&gt; analysis of the mental health hospital closures on homicide using the standard &lt;a href="https://bcallaway11.github.io/did/articles/multi-period-did.html"&gt;Callaway and Sant’Anna estimator&lt;/a&gt; (for DiD with multiple time periods), he got very different results for some model specifications.&lt;/p&gt;
&lt;p&gt;Since the specifications and the data were identical between packages, he discovered the divergences occurred due to how the packages handled problems with &lt;a href="https://www.tandfonline.com/doi/full/10.1080/00273171.2011.568786#d1e368"&gt;propensity score&lt;/a&gt; weights. Packages were not necessarily transparent about issues with these weights. If you were not running multiple analyses and comparing results across packages, or else carefully checking propensity score diagnostics, you might never have realized how precarious your results were.&lt;/p&gt;
&lt;p&gt;Prof. Cunningham closes with the following advice:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The fifth point, and the broader point, is that this kind of cross-package, cross-language audit is exactly what Claude Code should be used for. Why? Because this is a task that is time-intensive, high-value, and brutally easy to get wrong. But just one mismatched diagnostic across languages invalidates the entire comparison, even something as simple as sample size values differing across specifications, would flag it. This is both easy and not easy — but it is not the work humans should be doing by hand given how easy it would be to even get that much wrong.&lt;/p&gt;</description></item><item><title>The other half of the ATM–bank teller story</title><link>https://muddy.jprs.me/links/2026-03-11-the-other-half-of-the-atm-bank-teller-story/</link><pubDate>Wed, 11 Mar 2026 23:49:00 -0400</pubDate><guid>https://muddy.jprs.me/links/2026-03-11-the-other-half-of-the-atm-bank-teller-story/</guid><description>&lt;p&gt;David Oks had a great post yesterday on the classic parable of how the adoption of ATMs did not lead to the predicted job losses among bank tellers. In fact, the opposite occurred: the number of bank tellers rose. I heard this story recounted several times in early discussions I had about the anticipated effect of AI on labour. I think I first heard it from &lt;a href="https://fee.org/articles/how-ai-and-looser-labor-laws-will-create-jobs/"&gt;Ryan Khurana&lt;/a&gt;. More recently it has been trotted out by US Vice President JD Vance.&lt;/p&gt;
&lt;p&gt;The problem with this story is that the key statistic quoted alongside it, namely that there are more bank tellers than ever before, is no longer true. The famous graph supporting this assertion stops in 2010, and with good reason: the number of bank tellers has sharply fallen since then.&lt;/p&gt;
&lt;p&gt;I think I had come across this fact before, this second half of the famous ATM–bank teller story, but it wasn&amp;rsquo;t until I read David Oks&amp;rsquo;s post that I understood the reason behind it. Quite simply, mobile banking ate physical banks. The ATM didn&amp;rsquo;t reduce the demand for bank tellers because it simply changed the kind of labour they did inside the bank. The iPhone made it so we didn&amp;rsquo;t need to go to the bank at all. It changed the paradigm. Explained this way, it seems obvious. Many new banks (including my own) do not have physical locations and never did.&lt;/p&gt;</description></item><item><title>Canada exports a lot of coal, but not for power generation</title><link>https://muddy.jprs.me/links/2026-03-08-canada-exports-a-lot-of-coal-but-not-for-power-generation/</link><pubDate>Sun, 08 Mar 2026 14:05:00 -0400</pubDate><guid>https://muddy.jprs.me/links/2026-03-08-canada-exports-a-lot-of-coal-but-not-for-power-generation/</guid><description>&lt;p&gt;This provocatively titled piece in the &lt;em&gt;The Hub&lt;/em&gt; (&amp;ldquo;Why the world needs even more Canadian coal&amp;rdquo;) made me realize I know very little about one of Canada&amp;rsquo;s most important exports: coal.&lt;/p&gt;
&lt;p&gt;Coal is often villainized because it is incredibly dirty way of generating power. I vaguely recall an article from maybe 20 years ago claiming something along the lines of &amp;ldquo;if everyone in Canada replaced their incandescent bulbs with energy-efficient ones, the greenhouse gas savings would be cancelled out by a single coal plant that China is building every [some shockingly short amount of time]&amp;rdquo;. Although, China&amp;rsquo;s dependence on coal for power has been &lt;a href="https://ourworldindata.org/profile/energy/china"&gt;falling for the past two decades&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It turns out LLM-assisted search is fantastic for finding these half-remembered quotes. &lt;a href="https://thecanadianencyclopedia.ca/en/article/what-it-will-take-to-stop-global-warming"&gt;Here is the exact article&lt;/a&gt; and quote I was remembering, from a 2008 &lt;em&gt;Macleans&lt;/em&gt; magazine article (I was pretty close):&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Even if every household in the U.S. screwed in an energy-efficient light bulb today, the savings in greenhouse gas emissions would be wiped out by fewer than two medium-sized coal plants - the kind of plant that is being built in China at a rate of one a week.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;But coal is also used to make most of the world&amp;rsquo;s steel (&amp;ldquo;metallurgical coal&amp;rdquo;), and this is the kind of coal that Canada (or specifically, British Columbia) overwhelmingly exports. The article goes on to claim that Canada&amp;rsquo;s production of metallurgical coal is among the cleanest (by greenhouse gas emissions) in the world.&lt;/p&gt;</description></item><item><title>Homeownership rate doesn't mean what you think it does</title><link>https://muddy.jprs.me/links/2026-03-04-homeownership-rate-doesn-t-mean-what-you-think-it-does/</link><pubDate>Wed, 04 Mar 2026 20:15:00 -0500</pubDate><guid>https://muddy.jprs.me/links/2026-03-04-homeownership-rate-doesn-t-mean-what-you-think-it-does/</guid><description>&lt;p&gt;This thread from demographer Lyman Stone on the definition of the US homeownership rate has stuck in my head for a couple of years now. Reading it produced a pretty profound &amp;ldquo;oh&amp;rdquo; for why this particular metric didn&amp;rsquo;t line up with my perception of the issue.&lt;/p&gt;
&lt;p&gt;To put it simply, the definition of the homeownership rate is:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Take the number of households where the home is owned by the household head, divide by the total number of households.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The homeownership rate is based on &lt;em&gt;households&lt;/em&gt;, not &lt;em&gt;individuals&lt;/em&gt;. If an adult child lives with their parents (and their parents own their own home), they are counted as &amp;ldquo;homeowners&amp;rdquo; for the purpose of the homeownership rate. If more and more people in their 20s and their 30s move in with their parents (or never move out in the first place) rather than renting an apartment, this has the effect of &lt;em&gt;increasing&lt;/em&gt; the homeownership rate, because you have reduced the denominator (number of households) without changing the numerator (number of owner-occupied households).&lt;/p&gt;
&lt;p&gt;Canada uses the same &lt;a href="https://www.statcan.gc.ca/o1/en/plus/5462-housing-affordability-canada-come-chat-our-data-experts"&gt;definition&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The homeownership rate refers to the proportion of all households that are owner occupied.&lt;/p&gt;
&lt;/blockquote&gt;</description></item></channel></rss>