<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[42piratas’s Substack]]></title><description><![CDATA[My personal Substack]]></description><link>https://42piratas.substack.com</link><image><url>https://substackcdn.com/image/fetch/$s_!kAg0!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1206a0e3-021e-47b7-87d6-7bd6d287ada1_1000x1000.jpeg</url><title>42piratas’s Substack</title><link>https://42piratas.substack.com</link></image><generator>Substack</generator><lastBuildDate>Sun, 02 Aug 2026 17:25:02 GMT</lastBuildDate><atom:link href="https://42piratas.substack.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Ânderson Q.]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[42piratas@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[42piratas@substack.com]]></itunes:email><itunes:name><![CDATA[Ânderson Q.]]></itunes:name></itunes:owner><itunes:author><![CDATA[Ânderson Q.]]></itunes:author><googleplay:owner><![CDATA[42piratas@substack.com]]></googleplay:owner><googleplay:email><![CDATA[42piratas@substack.com]]></googleplay:email><googleplay:author><![CDATA[Ânderson Q.]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[Demoting the MCP]]></title><description><![CDATA[LLMs are probabilistic, and that noise compounds the longer and wider a fleet of them runs. So instead of an LLM orchestrator, or a human babysitting one, we built a deterministic runtime to run the f]]></description><link>https://42piratas.substack.com/p/demoting-the-mcp</link><guid isPermaLink="false">https://42piratas.substack.com/p/demoting-the-mcp</guid><dc:creator><![CDATA[Ânderson Q.]]></dc:creator><pubDate>Thu, 23 Jul 2026 02:31:53 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!kAg0!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1206a0e3-021e-47b7-87d6-7bd6d287ada1_1000x1000.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>Originally at <a href="https://42piratas.com/demoting-the-mcp/">42piratas.com</a>.</em></p><p>tl;dr: LLMs are probabilistic. Fine for one answer, a problem for a fleet of them building software for hours. The noise doesn&#8217;t average out, it compounds. So the paper&#8217;s thesis is simple: don&#8217;t let an LLM orchestrate the fleet, and don&#8217;t make a human do it either &#8212; build a deterministic runtime, out of ordinary software-engineering parts, and let <em>that</em> run the show. We measured it: 79 runs, 94.9% clean end to end, 0% false completions, ~131 operator-hours of decisions displaced.</p><h2>The noise compounds</h2><p>One ambiguous sentence, read slightly differently by one worker, cost 40% more wall-clock on an otherwise identical run &#8212; same simulation, same build, launched one second apart. Not a bug, just one sampled interpretation of one instruction. Now put that same noise source into a fleet of long-lived agents, running for hours, each carrying its own drifting context, coordinating through a shared plan. It doesn&#8217;t cancel out across the fleet. It stacks.</p><p>That&#8217;s the actual argument: a single LLM call is a coin with decent odds. An orchestrator built from those calls, deciding who works next and whether something is really done, over a long multi-agent run, is a long run of coin flips where the bad ones compound instead of averaging away.</p><h2>Not the model. Not the babysitter.</h2><p>Handing orchestration to an LLM just moves the same probabilistic noise onto the steering wheel. Handing it to a human &#8212; hi, that was me for a while &#8212; doesn&#8217;t scale past the second agent, and it isn&#8217;t actually more reliable, just slower and grumpier.</p><p>So the answer isn&#8217;t a smarter model doing the orchestrating. It&#8217;s not putting a model in that seat at all. TRON&#8217;s control plane is boring, ordinary software: a fixed dispatch loop, a closed set of things an agent is allowed to say, git as the one source of truth the engine only ever reads. The model still does what models are good at &#8212; building, reviewing in isolation, answering a question &#8212; it just never gets to decide what happens next.</p><h2>Demoting the MCP</h2><p>The paper&#8217;s actual title is <em>Demoting the Master Control Program</em>. In 1982&#8217;s <em>TRON</em>, the MCP is the program that decided it ran the place better than the humans who wrote it &#8212; same shape of problem, just replace &#8220;program&#8221; with &#8220;the model deciding its own orchestration.&#8221; We didn&#8217;t kill it, we demoted it: the model keeps its job, it just doesn&#8217;t get to grade its own work anymore.</p><h2>What we actually measured</h2><p>79 orchestrated delivery runs, one pinned build: <strong>94.9% delivered clean end to end</strong>, and &#8212; the number that matters most &#8212; <strong>0% false completions across all 79</strong>. Every time a claim didn&#8217;t hold up, including one real defect inside the engine&#8217;s own gate, it said so and stopped instead of quietly waving it through. Two follow-up experiments went further and deliberately planted five ways a claim could lie: all five were caught, zero landed. Across the campaign, an estimated <strong>~131 hours of operator decision-work</strong> got displaced, with zero interventions needed on any clean run.</p><p>We didn&#8217;t race this against an LLM sitting in the orchestrator&#8217;s seat &#8212; that&#8217;s flagged as future work, not something we&#8217;re claiming here. What we can say: a system that checks every claim against the actual repository doesn&#8217;t get talked into &#8220;good enough.&#8221; It either passes the gate, or it says no.</p><p><strong>The model builds, a deterministic gate decides done.</strong></p><ul><li><p><strong>The paper:</strong> <a href="https://doi.org/10.5281/zenodo.21613792">doi.org/10.5281/zenodo.21613792</a></p></li><li><p><strong>TRON itself:</strong> <a href="https://tron.42labs.io">tron.42labs.io</a> &#183; <a href="https://github.com/4242labs/tron">source on GitHub</a></p></li></ul>]]></content:encoded></item><item><title><![CDATA[The Disposable Product Manifesto]]></title><description><![CDATA[AI eats product categories faster than anyone can build moats. A manifesto for shipping disposable, parallelizing bets, and finding the few harbors AI can't yet reach.]]></description><link>https://42piratas.substack.com/p/the-disposable-product-manifesto</link><guid isPermaLink="false">https://42piratas.substack.com/p/the-disposable-product-manifesto</guid><dc:creator><![CDATA[Ânderson Q.]]></dc:creator><pubDate>Thu, 23 Jul 2026 02:30:48 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!kAg0!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1206a0e3-021e-47b7-87d6-7bd6d287ada1_1000x1000.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>Originally at <a href="https://42piratas.com/the-disposable-product-manifesto/">42piratas.com</a>.</em></p><p>tl;dr: AI is eating product categories faster than anyone can build moats around them. Ship disposable, ship fast, run bets in parallel. The safe harbors left are regulated (finance, healthcare, defense) or human (distribution, taste, trust). VC math doesn&#8217;t math anymore. Nobody knows what&#8217;s next, me included.</p><h2><strong>Build Like It&#8217;s Already Obsolete</strong></h2><p>Most digital products one can ship from now on are structurally ephemeral. The tech they&#8217;re built on iterates in daily cycles, not monthly or yearly ones anymore. Something drops on a Tuesday and by Friday half your roadmap is a joke.</p><p>Hard truth: whatever you build probably has only months of shelf life before it goes obsolete or gets eaten by one of the big boys, such as Anthropic, which has been running this Pac-Man strategy harder than anyone else (see ANTHROPIC &amp; THE PAC MAN STRATEGY).</p><p>Sounds catastrophic? It&#8217;s just another tectonic shift. Amazon ate small businesses across the world in 20 years. These guys will do it in 2.</p><h2><strong>Dead Man Walking</strong></h2><p>The same Pac-Man dynamic playing out at Anthropic is about to repeat across every layer of the stack. Some categories are already toast, others have a few quarters left, but the pattern is the same: anything that can be reframed as a feature inside a foundation model&#8217;s product surface, will be.</p><ul><li><p>Wrapper startups die first: single-prompt tools, &#8220;ChatGPT for X,&#8221; thin API resellers. Zero defensibility, first to go.</p></li><li><p>Vertical SaaS gets gutted: anything that&#8217;s &#8220;spreadsheet + workflow + reports&#8221; becomes a Claude/ChatGPT skill you summon in 10 seconds.</p></li><li><p>Dev tools consolidate: IDEs, code review, testing, deployment, all folding into Claude Code, Cursor, Copilot.</p></li><li><p>No-code tools collapse: Figma, Webflow, Lovable, v0 squeezed from above by native generative UI.</p></li><li><p>Headcount inversion: solo operators with AI leverage outproduce 20-person startups. Series A rounds for &#8220;AI productivity tools&#8221; start looking absurd.</p></li><li><p>VC thesis breaks: 7-year hold + 10x return math doesn&#8217;t survive a 6-month product half-life.</p></li><li><p>Moats shift from tech to distribution/data/trust: the only defensible plays own a proprietary data loop, a regulated relationship, or a chosen brand.</p></li></ul><p>Each of the above has already started playing out. See DEAD MAN WALKING.</p><h2><strong>Now What?</strong></h2><h3><strong>SHIP AT LUDICROUS SPEED</strong></h3><p>&#8220;Move fast and break things&#8221; just hit a whole new gear. Overthinking is the new technical debt. The cost of a wrong decision has collapsed because the half-life of any decision is six months anyway.</p><h3><strong>STAY LOOSE ENOUGH TO PIVOT OR PULL THE PLUG</strong></h3><p>Treat every product like a summer fling. The moment a core provider drops the same thing natively (and they will), pivot the angle, dig deeper into a niche they won&#8217;t bother with, or kill it entirely. Act like a momentum trader, not a buy&amp;holder.</p><h3><strong>PARALLALIZE LIKE CRAZY</strong></h3><p>What used to take a team of 5 and six months can now be built by 1 person in a week to a month. Don&#8217;t bet the house on one product, run 5, 10, 20 bets in parallel. Treat your portfolio like a VC, not a craftsman. Most will die. All might. That&#8217;s fine, you&#8217;re trading the spike, not the long hold.</p><h3><strong>REGULATED HARBORS</strong></h3><p>Not everything moves at AI speed. Some sectors are armored by stuff foundation models can&#8217;t touch: regulators, licenses, capital requirements, political patronage, and the kind of trust that takes decades to earn and seconds to lose. Pac-Man can chew through SaaS all day, but he chokes on red tape and lobbyists. If you want to build something with a shelf life longer than two quarters, this may be where you should go hunting.</p><ul><li><p>Regulated finance: banks, payment rails, stablecoin infra, clearinghouses. Licensing, compliance, and nation-state buy-in form a wall outsiders don&#8217;t climb.</p></li><li><p>Healthcare: EHRs, clinical systems, anything touching HIPAA or FDA. Liability and certification kill fast iteration cold.</p></li><li><p>Defense &amp; gov contracting: clearances, FedRAMP, multi-year procurement cycles. The barrier to entry is the entire point.</p></li><li><p>Legal infrastructure: court systems, e-filing, bar-regulated practice software. Jurisdictional moats by design.</p></li><li><p>Energy &amp; utilities: grid software, SCADA, regulated monopolies. Critical infrastructure protection means no one ships fast here, ever.</p></li><li><p>Identity &amp; KYC: government-tied verification, eIDAS, passport and biometric systems. State-sanctioned or you don&#8217;t exist.</p></li><li><p>Heavy industrial / OT: factory control, aviation, rail, maritime. Safety certifications take years and cost millions.</p></li><li><p>Insurance: state-by-state regulation, actuarial licensing, capital requirements. Fifty regulators, fifty headaches.</p></li><li><p>Tax &amp; accounting infrastructure: direct integrations with tax authorities, audit-grade systems. Regulator-blessed or bust.</p></li></ul><h3><strong>WHO&#8217;S MOONING</strong></h3><p>Not everyone&#8217;s getting eaten, though. Some roles are quietly mooning while the AI panic plays out. Distribution is king: anyone who owns an audience, a community, or a sales pipeline is suddenly the scarcest resource in the stack, because building products is cheap and reaching people isn&#8217;t. For example, think creators, growth operators, B2B founders with warm networks, and niche newsletter owners.</p><p>Same goes for taste-makers and brand builders, since differentiation can&#8217;t be prompted. And anywhere trust is the product (lawyers, accountants, doctors, fiduciaries), the human stays in the loop because the liability does too. AI made the build trivial. It made everything around the build more valuable.</p><p>That said, the Pac-Man is circling here too. clay.com is gunning for growth operators, heygen.com lets anyone fake the creator look without the creator, beehiiv.com is baking AI writing into the newsletter stack, harvey.ai is coming for lawyers, hippocraticai.com for doctors. None has killed the role yet, but they&#8217;re compressing the floor. The moat isn&#8217;t the function anymore; it&#8217;s the relationship, the reputation, and the judgment behind it.</p><p>More receipts in WHO&#8217;S MOONING.</p><h3><strong>A16Z, WE NEED TO TALK</strong></h3><p>I mentioned earlier that the VC thesis will break, and I&#8217;d like to extend on this because it&#8217;s been intriguing me quite some lately. The 7-year hold, 10x exit playbook was built for a world where moats compounded. In an AI-SaaS age with 6-month product half-lives, the math just doesn&#8217;t math. And the funding itself becomes a liability: VC money demands you hire fast, scale fast, defend a moat, exactly the opposite of what survival now rewards.</p><p>So what replaces it? Honestly, no idea. Maybe bootstrapped portfolios where the founder is their own VC. Maybe revenue-based financing that doesn&#8217;t need exits. Maybe &#8220;indie VC&#8221; with smaller checks, shorter horizons. Or maybe the asset class shrinks back to deep tech, biotech, defense, and quits the app layer entirely. None feels obviously right yet. But the current model? Running on fumes.</p><h3><strong>DON&#8217;T QUOTE ME</strong></h3><p>A lot of what I just wrote probably won&#8217;t age well. The whole point is that nobody can see past the next quarter or two anymore, me included. By the time you read this, half of it is probably already wrong, and that&#8217;s kind of the thesis. Build accordingly. Or don&#8217;t. We&#8217;ll all find out together.</p><h2><strong>Notes &amp; References</strong></h2><h3><strong>ANTHROPIC &amp; THE PAC MAN STRATEGY</strong></h3><ul><li><p>Claude for Chrome &#8594; ate the value prop of Browser Use, Browserbase&#8217;s agent layer, and put pressure on Perplexity Comet. (Research preview Aug 2025, GA all paid plans Dec 2025.) <a href="https://claude.com/blog/claude-for-chrome">Source.</a></p></li><li><p>Claude for Excel &#8594; absorbed what Shortcut (formerly GoCharlie), Numerous.ai, and Rows AI were building entire companies around. (Beta Oct 2025, Pro rollout Jan 2026.) <a href="https://www.anthropic.com/news/advancing-claude-for-financial-services">Source.</a></p></li><li><p>Claude Cowork &#8594; swallowed the desktop-agent niche Manus and OpenAI&#8217;s ChatGPT Agent were racing to own. <a href="https://www.anthropic.com/product/claude-cowork">Source.</a></p></li><li><p>Claude Design (Apr 2026) &#8594; directly torched the prompt-to-UI category occupied by Lovable, Vercel v0, and Bolt.new. Figma stock dropped ~7% the day it launched, Mike Krieger had quit Figma&#8217;s board 3 days prior.</p></li><li><p>Claude Skills &#8594; reframed the entire &#8220;Custom GPT&#8221; / agent-marketplace concept that OpenAI&#8217;s GPT Store was built on, and made plenty of single-purpose wrapper startups redundant overnight.</p></li><li><p>Native memory in Claude Code &amp; Cowork (&#8221;Auto Memory&#8221; + &#8220;Auto Dream&#8221;) &#8594; eats into Mem0&#8217;s entire reason for existing as a third-party memory layer.</p></li><li><p>Imagine with Claude / generative UI in chat &#8594; quietly absorbed what Vercel&#8217;s generative UI SDK and a wave of &#8220;AI-native interface&#8221; startups were positioning around.</p></li></ul><h3><strong>DEAD MAN WALKING</strong></h3><ul><li><p>Wrapper startups die first &#8594; Jasper AI: built on GPT-3, hit unicorn status, then ChatGPT launched and cut their valuation by ~$300M, forced a 30%+ ARR forecast cut, layoffs, and a CEO replacement in under a year. <a href="https://www.theinformation.com/articles/jasper-an-early-generative-ai-winner-cuts-internal-valuation-as-growth-slows">Source.</a></p></li><li><p>Vertical SaaS gets gutted &#8594; The workflow layer above CRM/ERP is detaching from the UI: AI agents now talk to CRM, data warehouse, and email simultaneously without clicking anything, eroding the surface vertical SaaS was built on.</p></li><li><p>Dev tools consolidate &#8594; Claude Code hit $2.5B ARR within ~8 months of launch; Cursor hit $2B ARR by Feb 2026 and is in talks with SpaceX for a $60B acquisition option. <a href="https://techcrunch.com/2026/04/22/how-spacex-preempted-a-2b-fundraise-with-a-60b-buyout-offer/">Source.</a></p></li><li><p>No-code tools collapse &#8594; Figma stock fell 6.8% the day Anthropic launched Claude Design (April 17, 2026) and is down 80%+ from its post-IPO high.</p></li><li><p>Headcount inversion &#8594; 73,000+ tech employees laid off in 2026 YTD. Block, Snap, and Atlassian all explicitly cited AI efficiency. <a href="https://layoffs.fyi">Source.</a></p></li><li><p>VC thesis breaks &#8594; a16z declared in Jan 2025 that the 20-year SaaS golden rule (per-seat pricing for streamlining human tasks) is &#8220;no longer valid.&#8221;</p></li><li><p>Moats shift from tech to distribution/data/trust &#8594; a16z&#8217;s portfolio shows companies with proprietary-data moats are setting the fastest records from $0 to $100M ARR.</p></li></ul><h3>REGULATED HARBORS</h3><ul><li><p>Regulated finance &#8594; Neobanks N26, Revolut, and Trade Republic kept hitting regulatory fines as they scaled, while incumbent banks compounded. The licensing layer is the moat.</p></li><li><p>Healthcare &#8594; Epic now controls 55% of US acute care hospital beds and won ~70% of new hospital contracts in 2024. Three years after Oracle bought Cerner for $28B trying to disrupt it, Oracle Health <em>lost</em> 57 acute care customers.</p></li><li><p>Defense &amp; gov contracting &#8594; Palantir ($30.5B valuation) had to literally sue the federal government to get evaluated as vendors. That&#8217;s the entry barrier, and it&#8217;s exactly what protects them now.</p></li><li><p>Energy &amp; utilities &#8594; Banks alone need months of model risk reviews before deploying any AI tool, even low-risk ones (per the Bank Policy Institute). Utilities are slower still. AI&#8217;s &#8220;ship Tuesday, iterate Friday&#8221; cadence is structurally incompatible with critical infra.</p></li><li><p>Insurance &#8594; Lemonade has not been profitable since founding, despite being the poster child for AI-native insurance. Hippo only turned its first quarterly profit in Q4 2024 after a decade. Capital requirements + state-by-state licensing = AI doesn&#8217;t help you skip the hard part.</p></li></ul><h3><strong>WHO&#8217;S MOONING</strong></h3><p><strong>Growth ops &amp; outbound sales</strong></p><ul><li><p><a href="https://clay.com">clay.com</a>: data enrichment + AI workflows for outbound prospecting at scale</p></li><li><p><a href="https://apollo.io">apollo.io</a>: B2B contact database + AI-powered email sequencing</p></li><li><p><a href="https://artisan.co">artisan.co</a>: &#8220;AI BDR&#8221; (Ava) that runs full outbound cycles autonomously</p></li><li><p><a href="https://outreach.io">outreach.io</a>: sales engagement + AI agent layer for the full deal cycle</p></li><li><p><a href="https://11x.ai">11x.ai</a>: AI sales reps positioned as headcount replacement</p></li><li><p><a href="https://amplemarket.com">amplemarket.com</a>: all-in-one AI sales platform (prospecting, outreach, enrichment)</p></li><li><p><a href="https://aisdr.com">aisdr.com</a>: autonomous AI SDR running personalized outreach end-to-end</p></li><li><p><a href="https://coldiq.com">coldiq.com</a>: cold outbound systems and AI-driven lead-gen infrastructure</p></li></ul><p><strong>Enterprise sales leadership &amp; forecasting</strong></p><ul><li><p><a href="https://gong.io">gong.io</a>: conversation intelligence, deal coaching, win-rate prediction</p></li><li><p><a href="https://clari.com">clari.com</a>: pipeline forecasting and revenue execution</p></li><li><p><a href="https://zoominfo.com">zoominfo.com</a>: account intelligence + intent signals via Copilot</p></li></ul><p><strong>Workflow automation &amp; AI agents</strong></p><ul><li><p><a href="https://relay.app">relay.app</a>: human-in-the-loop AI workflow automation across SaaS tools</p></li><li><p><a href="https://lindy.ai">lindy.ai</a>: no-code AI agents for email, meetings, and ops workflows</p></li></ul><p><strong>Creators &amp; video</strong></p><ul><li><p><a href="https://heygen.com">heygen.com</a>: AI avatars and video generation from text</p></li><li><p><a href="https://captions.ai">captions.ai</a>: AI editing, dubbing, and caption-driven video production</p></li><li><p><a href="https://opus.pro">opus.pro</a>: AI clipping of long-form video into shorts</p></li><li><p><a href="https://descript.com">descript.com</a>: edit video and audio by editing the transcript</p></li></ul><p><strong>Newsletter operators &amp; writers</strong></p><ul><li><p><a href="https://beehiiv.com">beehiiv.com</a>: newsletter platform with AI writing, growth, and ad tools baked in</p></li><li><p><a href="https://substack.com">substack.com</a>: adding AI features around recommendation and growth loops</p></li><li><p><a href="https://lex.page">lex.page</a>: AI-native writing surface for long-form</p></li></ul><p><strong>Lawyers</strong></p><ul><li><p><a href="https://harvey.ai">harvey.ai</a>: GenAI for elite law firms (legal research, drafting, review)</p></li><li><p><a href="https://spellbook.legal">spellbook.legal</a>: AI contract drafting and review inside Word</p></li><li><p><a href="https://ironcladapp.com">ironcladapp.com</a>: contract lifecycle with AI review</p></li></ul><p><strong>Accountants &amp; bookkeepers</strong></p><ul><li><p><a href="https://pilot.com">pilot.com</a>: outsourced bookkeeping + AI back office for startups</p></li><li><p><a href="https://digits.com">digits.com</a>: AI-native accounting and finance dashboards</p></li><li><p><a href="https://puzzle.io">puzzle.io</a>: real-time accounting with AI-driven categorization</p></li></ul><p><strong>Doctors &amp; clinicians</strong></p><ul><li><p><a href="https://hippocraticai.com">hippocraticai.com</a>: AI agents for non-diagnostic patient interactions</p></li><li><p><a href="https://openevidence.com">openevidence.com</a>: clinical decision support for physicians</p></li><li><p><a href="https://abridge.com">abridge.com</a>: AI medical scribe (clinical note generation)</p></li><li><p><a href="https://nabla.com">nabla.com</a>: ambient AI documentation for clinicians</p></li></ul><p><strong>Payments &amp; commerce</strong></p><ul><li><p><a href="https://stripe.com/en-br/use-cases/agentic-commerce">stripe.com/use-cases/agentic-commerce</a>: payment infrastructure for AI agents transacting on behalf of users</p></li></ul>]]></content:encoded></item><item><title><![CDATA[Florianópolis: crônica de um colapso anunciado]]></title><description><![CDATA[Entre o esgoto e o Airbnb: do cart&#227;o-postal ao colapso sanit&#225;rio]]></description><link>https://42piratas.substack.com/p/florianopolis-cronica-de-um-colapso</link><guid isPermaLink="false">https://42piratas.substack.com/p/florianopolis-cronica-de-um-colapso</guid><dc:creator><![CDATA[Ânderson Q.]]></dc:creator><pubDate>Thu, 23 Jul 2026 02:25:47 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!kAg0!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1206a0e3-021e-47b7-87d6-7bd6d287ada1_1000x1000.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>Originally at <a href="https://42piratas.com/florianopolis-colapso-anunciado/">42piratas.com</a>.</em></p><p>A narrativa da <em>Ilha da Magia</em> est&#225; se dissolvendo, corro&#237;da pela realidade crua de uma metr&#243;pole insular que engasga com o pr&#243;prio crescimento. N&#227;o se trata mais apenas de reclamar do tr&#226;nsito na SC-401 ou dos pre&#231;os exorbitantes no ver&#227;o. Os dados, quando despidos do otimismo tur&#237;stico, apontam para uma conclus&#227;o matem&#225;tica sombria: Florian&#243;polis caminha para um colapso sist&#234;mico em um futuro alarmantemente pr&#243;ximo.</p><p>Com uma popula&#231;&#227;o que saltou para <a href="https://www.ibge.gov.br/cidades-e-estados/sc/florianopolis.html">537.211 habitantes</a> e uma densidade demogr&#225;fica beirando 800 hab/km&#178;, a cidade <a href="https://www.ibge.gov.br/cidades-e-estados/sc/florianopolis.html">cresce a taxas superiores a 2% ao ano</a>, absorvendo milhares de novos moradores anualmente enquanto a infraestrutura patina. Enquanto isso, o controverso Plano Diretor de 2023 (<a href="https://leismunicipais.com.br/plano-diretor-florianopolis-sc">Lei Complementar n&#186; 739</a>) funciona como um acelerador de part&#237;culas para a especula&#231;&#227;o imobili&#225;ria, incentivando a verticaliza&#231;&#227;o em &#225;reas onde a infraestrutura j&#225; opera no vermelho. Seguindo o roteiro de <a href="https://www.thecut.com/2019/02/who-killed-tulum.html">Tulum</a> e Mykonos, destinos que sucumbiram ao overtourism e &#224; especula&#231;&#227;o desenfreada, a ilha catarinense optou por concretar seu futuro em troca de liquidez imediata.</p><h2>O Sintoma Virose e o Dil&#250;vio</h2><p>No ver&#227;o manezinho, a virose tornou-se t&#227;o certa quanto o vento sul. Mas n&#227;o &#233; azar; &#233; biologia. Com &#237;ndices de cobertura de esgoto que ainda patinam entre 58% e 68% &#8212; longe da universaliza&#231;&#227;o de capitais pr&#243;ximas como Curitiba &#8212;, a cidade normalizou o conv&#237;vio com coliformes fecais, conforme dados do <a href="https://tratabrasil.org.br/ranking-do-saneamento-2024/">Ranking do Saneamento 2024</a> do Instituto Trata Brasil e da <a href="https://www.casan.com.br/menu-conteudo/index/url/desempenho-dados-gerais">CASAN</a>. O desastre da Lagoa da Concei&#231;&#227;o em 2021, quando uma barragem da CASAN se rompeu, n&#227;o foi um acidente, foi um aviso pr&#233;vio.</p><p>A situa&#231;&#227;o atingiu n&#237;veis cr&#237;ticos quando rios como o Papaquara e o do Br&#225;s, no Norte da Ilha, tornaram-se alvos de batalhas judiciais devido ao despejo sistem&#225;tico de efluentes, condenando a balneabilidade de praias tur&#237;sticas como Canasvieiras. Quando relat&#243;rios oficiais do <a href="https://balneabilidade.ima.sc.gov.br">IMA-SC</a> apontaram que mais de 57% dos pontos de banho estavam impr&#243;prios no auge da temporada de 2023, a mensagem tornou-se ineg&#225;vel: o sistema imunol&#243;gico da ilha falhou.</p><p>Para piorar, a vulnerabilidade clim&#225;tica bateu &#224; porta com viol&#234;ncia em dezembro de 2022, quando a cidade enfrentou <a href="https://www.defesacivil.sc.gov.br/">enchentes severas</a> que expuseram a total incapacidade do sistema de drenagem. A supress&#227;o de vegeta&#231;&#227;o nativa &#8212; cerca de 15% perdida em duas d&#233;cadas segundo o <a href="https://mapbiomas.org/">MapBiomas</a> &#8212; eliminou a &#8220;esponja&#8221; natural da ilha, transformando ruas em rios e evidenciando que a infraestrutura atual n&#227;o suporta os eventos clim&#225;ticos extremos que se tornaram recorrentes.</p><h2>A Armadilha Geogr&#225;fica e o Aeroporto</h2><p>A geografia, antes nossa maior defesa, virou nossa cela. O desenho urbano de Florian&#243;polis &#233; uma armadilha log&#237;stica. Depender de duas pontes e uma espinha dorsal rodovi&#225;ria (SC-401) para escoar uma popula&#231;&#227;o que triplica na temporada &#233; um erro temeroso.</p><p>O novo terminal do <a href="https://www.gov.br/infraestrutura/pt-br">Aeroporto Herc&#237;lio Luz</a>, inaugurado em 2019 com capacidade ampliada para milh&#245;es de passageiros ao ano, despeja volumes industriais de turistas em uma malha vi&#225;ria medieval. O acesso ao Sul da Ilha e &#224;s praias do Norte trava n&#227;o por acidente, mas por design &#8212; a cidade figura consistentemente entre as mais congestionadas do pa&#237;s em rankings internacionais de mobilidade urbana. Diferente de Bali, onde o caos vi&#225;rio tem ra&#237;zes culturais, aqui ele &#233; estrutural. Sem op&#231;&#245;es de rotas de fuga e com um transporte p&#250;blico caro e ineficiente, a ilha para. E caminha para a imobilidade cr&#244;nica.</p><h2>A Gentrifica&#231;&#227;o e a Fornalha</h2><p>Enquanto a mobilidade trava, o mercado imobili&#225;rio acelera, amparado pela nova legisla&#231;&#227;o que permite maior gabarito. Com <a href="https://www.fipe.org.br/pt-br/indices/fipezap/">um dos metros quadrados mais caros do pa&#237;s</a> &#8212; superando R$ 11.000 em 2024 &#8212; e &#225;reas inteiras dedicadas ao Airbnb, estamos concretando dunas e mangues.</p><p>O efeito colateral t&#233;rmico &#233; imediato. A substitui&#231;&#227;o da Mata Atl&#226;ntica por asfalto e vidro criou ilhas de calor onde a temperatura supera em 3&#176;C as &#225;reas preservadas. A crise h&#237;drica sazonal, reminiscente do &#8220;Day Zero&#8221; que quase levou a Cidade do Cabo ao colapso h&#237;drico, j&#225; &#233; rotina em Florian&#243;polis. A &#8220;popula&#231;&#227;o flutuante&#8221; drena os reservat&#243;rios enquanto a CASAN luta para bombear &#225;gua para pr&#233;dios que n&#227;o deveriam existir.</p><p>Socialmente, a cidade expulsa seus nativos. A gentrifica&#231;&#227;o empurra a classe trabalhadora para o continente ou para ocupa&#231;&#245;es irregulares em encostas de risco, criando um cintur&#227;o de pobreza que serve de combust&#237;vel para a viol&#234;ncia urbana &#8212; refletida no aumento de furtos e roubos durante a temporada. As rodovias que conectam a ilha ao continente, j&#225; saturadas pelo turismo, tornaram-se palco de uma viol&#234;ncia silenciosa: acidentes de tr&#226;nsito alimentados pela combina&#231;&#227;o t&#243;xica de infraestrutura prec&#225;ria, fiscaliza&#231;&#227;o insuficiente e o fluxo desordenado de ve&#237;culos que a cidade n&#227;o foi planejada para absorver.</p><h2>Colapso Anunciado</h2><p>H&#225; sa&#237;da? Tecnicamente, sim. Engenheiros e urbanistas t&#234;m a receita pronta: universaliza&#231;&#227;o imediata do saneamento via parcerias agressivas, implementa&#231;&#227;o real de transporte mar&#237;timo de massa, &#8220;ped&#225;gios urbanos&#8221; para controle de fluxo e uma morat&#243;ria rigorosa na constru&#231;&#227;o civil em &#225;reas sens&#237;veis. Seria necess&#225;rio rever o Plano Diretor de 2023, plantar 500 mil &#225;rvores e conter o tsunami do Airbnb.</p><p>No entanto, a cura exige um capital pol&#237;tico e financeiro que Florian&#243;polis n&#227;o possui. Exige enfrentar o lobby da constru&#231;&#227;o civil, realizar obras impopulares de longo prazo (que n&#227;o geram votos nas pr&#243;ximas elei&#231;&#245;es) e admitir que o modelo de &#8220;turismo de massa + especula&#231;&#227;o imobili&#225;ria&#8221; implodiu.</p><p>A infraestrutura da cidade est&#225; colapsando sob a pr&#243;pria euforia e imediatismo, mas a resposta oficial se limita a retoques cosm&#233;ticos e campanhas de marketing sobre a &#8220;Ilha do Sil&#237;cio&#8221;. Sem uma ruptura dr&#225;stica, o colapso n&#227;o &#233; uma possibilidade - &#233; apenas uma quest&#227;o de tempo.</p>]]></content:encoded></item><item><title><![CDATA[Everywhere is good, where we aren't]]></title><description><![CDATA[It doesn't even matter where you are, wherever you go: there, the fractured connection, the feeling of near-placement, the sense of never quite belonging: anywhere, everywhere, the apprehension of bei]]></description><link>https://42piratas.substack.com/p/everywhere-is-good-where-we-arent</link><guid isPermaLink="false">https://42piratas.substack.com/p/everywhere-is-good-where-we-arent</guid><dc:creator><![CDATA[Ânderson Q.]]></dc:creator><pubDate>Thu, 23 Jul 2026 02:24:22 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!kAg0!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1206a0e3-021e-47b7-87d6-7bd6d287ada1_1000x1000.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>Originally at <a href="https://42piratas.com/everywhere-is-good-where-we-arent/">42piratas.com</a>.</em></p><p>It doesn&#8217;t even matter where you are, wherever you go: there, the fractured connection, the feeling of near-placement, the sense of never quite belonging: anywhere, everywhere, the apprehension of being adrift, stuck in an off-target configuration, pining for something you couldn&#8217;t actually name it: images of random, distant places popping up before your eyes, the mixture of different languages reverberating as a tinnitus within, a persistent hum: the chest tightens: missing oversees&#8217; alleys, elsewhere&#8217;s mundane and small, friends who are far-flung: the chest gets tighter; the tinnitus, louder: jaded, you fall back on pointless tasks, mindless scrolling, meaningless experiments: all sorts of attempts to silence the nagging voices in your head, to forge catharsis, to time-travel-warn your old wanderlust-moony-self: <em>do not wander too far, do not wander widely: if anything, restrain yourself to travel as every other tourist: carry your cash into an odd wallet, stick to the landmarks, stay close to the crowds: keep yourself away from any alien real-world environment and potential adventures, observe diversity from afar, disregard any alternative worldviews: stay put! it&#8217;s a trap, don&#8217;t do it: wandering further and deeper will slowly fragment you: drifting from place to place, overwhelming political and social puzzles, a piece of your chest left behind in each place you leave: a void inside: it doesn&#8217;t matter where you are, wherever you go: no place anywhere &#8212; anymore &#8212; will feel entirely like home: rather, always the smell of your neighbor&#8217;s rice and vegetables, the longing of another mountain top, greener grass far away: a partial outsider in every land: everywhere is good, where we aren&#8217;t.</em></p><p>Written during the Spring of 2022 while traveling as a tourist to Colombia.</p>]]></content:encoded></item><item><title><![CDATA[Many Copenhagen Sub-Universes (II)]]></title><description><![CDATA[Drawing conclusions from perception, reality, and consciousness theories &#8212; exploring how personal realities coexist with shared external reality.]]></description><link>https://42piratas.substack.com/p/many-copenhagen-sub-universes-ii</link><guid isPermaLink="false">https://42piratas.substack.com/p/many-copenhagen-sub-universes-ii</guid><dc:creator><![CDATA[Ânderson Q.]]></dc:creator><pubDate>Thu, 23 Jul 2026 02:23:04 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!kAg0!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1206a0e3-021e-47b7-87d6-7bd6d287ada1_1000x1000.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>Originally at <a href="https://42piratas.com/many-copenhagen-sub-universes-2/">42piratas.com</a>.</em></p><p>After reviewing a series of concepts, principles, and theories in <a href="https://42piratas.com/many-copenhagen-sub-universes-1/">the first part of this article</a>, let&#8217;s begin drawing some conclusions.</p><p>The first part of the article starts by addressing the Epistemological Problems of Perception for two main reasons. First, I will reject <em>(for this discussion, at least)</em> the notion that all things exist solely within our minds &#8212; i.e., rejecting Metaphysical Solipsism. Instead, we will assume that, despite many illusions and hallucinations, most of what we collectively believe is real is, in fact, real. Thus, the external-world exists as a shared space where most of us can experience external-world-events and external-world-elements similarly.</p><p>Second, while rejecting the extreme view, we cannot ignore that perception is undeniably crucial in shaping reality &#8212; perhaps even more so than previously thought, as we will discuss further. Hence, I&#8217;m not disregarding the topic entirely.</p><p>Therefore, there&#8217;s an external-world where external-world-elements exist, and external-world-events happen &#8212; let&#8217;s call this set shared-external-reality. Generally, people can experience this shared-external-reality similarly, if not equally.</p><p><em><strong>Assumption #1 A shared-external-reality exists, where external-world-elements exist and external-world-events happen.</strong></em></p><p>Moreover, I will also reject <em>(for this discussion, at least)</em> the Simulation Theory. Thus, our shared-external-reality is not part of a computer simulation.</p><p><em><strong>Assumption #2 We&#8217;re not in a computer simulation.</strong></em></p><p>However, although we&#8217;re in a shared external-reality, each person builds their own interpretation of this reality based on their different emotional and active lives, under the perspective of different sub-universes. Let&#8217;s call these different interpretations of personal-realities. Therefore, even when multiple people experience the same piece of shared-external-reality, they might end up with different interpretations of it, i.e. they construct different personal-realities. In other words, different states are built based on a single <em>supposedly absolute</em> state.</p><p>We can say our personal-reality is nothing but a story &#8212; a narrative &#8212; our perception tells us about the shared-external-reality. This narrative relies on our beliefs and disbeliefs and eventually includes patches that only exist within our minds &#8212; personal-reality-only-elements and personal-reality-only-events.</p><p><em><strong>Assumption #3 Each person constructs their own personal-reality(ies).</strong></em></p><p>Of course, there&#8217;s nothing new so far regarding the coexistence of a shared external reality (the supposedly paramount reality) and personal realities (variations of the external reality based on our personal interpretations and, on occasion, repainted at will by our minds). As mentioned before, such parallel realities are well-accepted under philosophical and psychological viewpoints and discussed in many different disciplines.</p><p>However, from any individual&#8217;s point of view, only a single reality may exist. Even when we are aware of such multiple realities, our brains can&#8217;t help but process everything &#8212; at least to a certain extent &#8212; with some level of solipsism. After all, as David Foster Wallace mentioned during <a href="https://fs.blog/david-foster-wallace-this-is-water/">his famous commencement speech</a>:</p><p><em>&#8220;Here is just one example of the total wrongness of something I tend to be automatically sure of: everything in my own immediate experience supports my deep belief that I am the absolute centre of the universe; the realest, most vivid and important person in existence. We rarely think about this sort of natural, basic self-centredness because it&#8217;s so socially repulsive. But it&#8217;s pretty much the same for all of us. It is our default setting, hard-wired into our boards at birth. Think about it: there is no experience you have had that you are not the absolute centre of. The world as you experience it is there in front of YOU or behind YOU, to the left or right of YOU, on YOUR TV or YOUR monitor. And so on. Other people&#8217;s thoughts and feelings have to be communicated to you somehow, but your own are so immediate, urgent, real. Therefore, a personal-reality is, ultimately, the only reality.&#8221;</em></p><p>In sum, the act of thinking delineates reality &#8212; ref. Epistemological Solipsism, Sub-Universes, False Memories, constructed and simplified History, etc. &#8212; and one can only accept one&#8217;s reality &#8212; ref. Phenomenalism.</p><p><em><strong>Assumption #4 Each person can only process one personal-reality at a time, despite being aware of the concept of multiple realities.</strong></em></p><p><strong>Next: Many Copenhagen Sub-Universes (III) [WIP]</strong></p>]]></content:encoded></item><item><title><![CDATA[Many Copenhagen Sub-Universes (I)]]></title><description><![CDATA[A theory exploring perception, reality, and consciousness through the lens of philosophy, psychology, and quantum mechanics &#8212; from epistemological problems to superposition principles.]]></description><link>https://42piratas.substack.com/p/many-copenhagen-sub-universes-i</link><guid isPermaLink="false">https://42piratas.substack.com/p/many-copenhagen-sub-universes-i</guid><dc:creator><![CDATA[Ânderson Q.]]></dc:creator><pubDate>Thu, 23 Jul 2026 02:21:48 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!kAg0!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1206a0e3-021e-47b7-87d6-7bd6d287ada1_1000x1000.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>Originally at <a href="https://42piratas.com/many-copenhagen-sub-universes-1/">42piratas.com</a>.</em></p><p>Before diving into my little theory, let&#8217;s start by briefly reviewing a few concepts, principles, and theories from a mixed bag of fields, ranging from epistemology to quantum theory &#8212; all of which, in one way or another, relate to how we perceive, define, and record reality.</p><h2>Perception</h2><p>Philosophers have been debating the <a href="https://plato.stanford.edu/entries/perception-episprob/">Epistemological Problems of Perception</a> for a long time. In brief, they ask how we could be sure about the external world if everything is grounded in individual perceptions of experience &#8212; which include illusions and hallucinations. Do we perceive anything outside our minds at all, or is everything we understand as real merely a collection of mental images?</p><h2>Metaphysical Solipsism</h2><p>According to this view, everything outside one&#8217;s own consciousness, including the external world and other minds, might not be real and could merely be projections or constructions of one&#8217;s own mind. It challenges the existence of an objective reality, suggesting that what we perceive as reality is entirely dependent on and confined to our individual consciousness.</p><h2>Epistemological Solipsism</h2><p>Epistemological Solipsism, on its turn, suggests we can only be certain of the existence of our own mind and mental states. It says that knowledge beyond one&#8217;s own mind is uncertain, as we rely solely on our subjective experiences to understand the world. Thus, the possibility of knowing anything about the external world or other minds is deeply uncertain.</p><h2>Phenomenalism</h2><p>This theory suggests that physical objects and events are only perceivable as sensory stimuli or phenomena. Thus, reality is constructed entirely from what can be experienced directly by the senses. Therefore, one can only accept and understand reality based on their own sensory experiences. This means that reality, for each person, consists solely of the phenomena they perceive, and anything beyond direct sensory experience cannot be affirmed to exist.</p><h2>Boltzmann Brain</h2><p>The Boltzmann Brain theory is a thought experiment suggesting that it&#8217;s statistically more likely for a self-aware entity (a &#8220;Boltzmann Brain&#8221;) to spontaneously form in a chaotic state than for our entire orderly universe to have formed.</p><p>More crucially, it&#8217;s possible that our entire universe, including all human experiences and ideas, could be just fleeting thoughts within a spontaneously formed brain in a chaotic environment. This means that everything we perceive as reality might be just an illusion created by this temporary brain.</p><h2>Sub-Universes</h2><p>In <a href="https://www.gutenberg.org/files/57628/57628-h/57628-h.htm">Principles of Psychology</a>, philosopher and psychologist William James says that reality means simply relation with our emotional and active life [1]. Whatever stands in a certain relation to us is understood as real. Therefore, whatever we can conceive becomes real.</p><p><em>[1] Principles of Psychology, William James, apud On Multiple Realities, Alfred Sch&#252;tz.</em></p><p>Furthermore, James says that reality has an infinite number of different orders, which he calls sub-universes &#8212; such as the sub-universe of physical things, the sub-universe of science, the sub-universe of mythology/religion, the sub-universe of our own personal opinions, and so on. Although everything we understand as real ultimately refers to one of the sub-universes, whenever we are dealing with one of them, we are somewhat disconnected from the others, somehow unconscious of their relationships.</p><p>According to James, the distinction between real and unreal is based on mental processes. Reality is grounded on beliefs and disbeliefs. Our individual interpretation of experience &#8212; which relies on the sub-universes we cultivate and how we navigate between them &#8212; shapes our reality.</p><h2>False Memories</h2><p>Decades of research have <a href="https://www.apa.org/monitor/2020/03/cover-false-memories">shown us</a> that &#8220;memory distortions are basic and widespread in humans, and it may be unlikely that anyone is immune&#8221;. Not only can memories be contaminated, but they also can be manipulated through misinformation, memory selection, and suggestive tricks. This happens because, whenever we recall something, we&#8217;re actually reconstructing the events by mixing actual memories with elements we have learned after the event and others that, according to our perception, are generally true.</p><p>Additionally, besides reconstructing events that we have experienced, we also fabricate entire memories, i.e. we believe in events that haven&#8217;t happened at all. Thus, that memory you have of something you think you&#8217;ve experienced actually might be simply something you read in a newspaper, watched on TV, or heard in passing at the office &#8212; and which your brain decided to adapt, painting you as the new leading character.</p><p>Simply put, our memories are mere narratives, and we&#8217;re unreliable narrators. A good friend might advise you to not trust your own memories too much.</p><h2>Superposition</h2><p>The <a href="https://en.wikipedia.org/wiki/Quantum_superposition">Superposition Principle</a>, a fundamental in <a href="https://en.wikipedia.org/wiki/Quantum_mechanics">Quantum Mechanics</a>, states that physical systems exist in multiple superposed states simultaneously. For example, any quantum particle can be in multiple places and configurations at the same time. You&#8217;ve likely heard of that intriguing cat that, within a box, is alive and dead at the same time.</p><p>The Superposition Principle is interpreted in different ways by different scientists, in particular the Many Worlds and the Copenhagen theories.</p><h2>Many Worlds</h2><p>The <a href="https://en.wikipedia.org/wiki/Many-worlds_interpretation">Many Worlds Interpretation</a> says that, at every point in time, the universe splits into a multitude of existences in which every possible outcome actually happens in parallel.</p><p>According to the MWI, Schr&#246;dinger&#8217;s cat is always both dead and alive at the same time. If you open the box, you only see one state because each version of the cat, the dead and the alive, exists in different branches of the universe.</p><h2>Copenhagen</h2><p>The <a href="https://en.wikipedia.org/wiki/Copenhagen_interpretation">Copenhagen Interpretation</a>, on the other hand, says that, although quantum particles exist in all of their possible states at once, when we observe them, the wave functions collapse, forcing them to choose a single state. In other words, the act of observing the particles interferes with their state. Thus, the cat is only dead and alive at once while you do not look at it. Once you observe it, it assumes a single state, i.e. it is either dead or alive from that moment on.</p><p>Many argue, though, that the Copenhagen Interpretation is undermined by the fact that Schr&#246;dinger&#8217;s equation, a key point in Quantum Mechanics, doesn&#8217;t support wave function collapse, a key element of this interpretation.</p><h2>Multiverse</h2><p>The <a href="https://en.wikipedia.org/wiki/Multiverse">Multiverse Theory</a> proposes that our entire universe is not the only one but simply one of many, perhaps one of an infinite number of universes. Each of these universes is called a parallel or alternate universe, and together they constitute the multiverse.</p><p>The theory appears across various areas of physics and philosophy, but the most prominent one is the <a href="https://en.wikipedia.org/wiki/Inflation_(cosmology)">Inflation Theory</a>. According to this theory, a specific event in the early universe caused rapid expansion, inflating to become immensely larger. While expansion might cease in some universes, it continues in others. As a result, the multiverse is in eternal inflation.</p><p>Where the Many Worlds Interpretation says that different states exist in different branches of a universe, the Multiverse Theory says that countless &#8212; perhaps an infinite number of &#8212; universes exist in different regions of space-time, each potentially with its own laws of physics.</p><p>Some argue, though, that <a href="https://www.preposterousuniverse.com/blog/2014/06/30/why-the-many-worlds-formulation-of-quantum-mechanics-is-probably-correct/">both interpretations are different sides of the same coin</a>.</p><h2>Simulation Theory</h2><p>In short, it posits that our reality might be an artificial simulation, similar to a highly advanced computer program. Future civilizations with immense computational power could create simulations of their ancestors, making it statistically plausible that our own reality is one of these simulations.</p><h2>Fables Agreed Upon</h2><p>On top of all that, there&#8217;s still the matter of how reality is documented, i.e. the processes behind recording History. As noted in <a href="https://smarthistory.org/">smarthistory.org</a>:</p><p>&#8220;evidence surviving from the past is vast, fragmentary, and messy. Historians must make decisions about what to include and exclude, how to organize the material, and what to say about it. In doing so, they create narratives that explain the past in ways that make sense in the present. Inevitably, as the present changes, these narratives are updated, rewritten, or discarded altogether and replaced with new ones. All history, then, is subjective &#8212; as much a product of the time and place it was written as of the evidence from the past that it interprets.&#8221;</p><p>History is not only a construction but also a simplification. It&#8217;s a patchwork of narratives, each piece of which merely reflects the ideals and beliefs of the different storytellers involved in the sewing process. Not to mention, of course, the role of political, religious, and cultural leaders over the process, people who often have the power to deliberately manipulate it.</p><p><strong>Next: <a href="https://42piratas.com/many-copenhagen-sub-universes-2/">Many Copenhagen Sub-Universes (II)</a></strong></p>]]></content:encoded></item><item><title><![CDATA[Wabi-Sabi]]></title><description><![CDATA[There is no word for it in English: this Japanese whisper that cuts through Western noise, this aesthetic that refuses translation because translation would kill it: wabi-sabi.]]></description><link>https://42piratas.substack.com/p/wabi-sabi</link><guid isPermaLink="false">https://42piratas.substack.com/p/wabi-sabi</guid><dc:creator><![CDATA[Ânderson Q.]]></dc:creator><pubDate>Thu, 23 Jul 2026 02:19:42 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!kAg0!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1206a0e3-021e-47b7-87d6-7bd6d287ada1_1000x1000.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>Originally at <a href="https://42piratas.com/wabi-sabi/">42piratas.com</a>.</em></p><p>There is no word for it in English: this Japanese whisper that cuts through Western noise, this aesthetic that refuses translation because translation would kill it: <em>wabi-sabi</em>.</p><p>Rooted in Taoism and Zen Buddhism, it works its way into you: nothing lasts, nothing is finished, nothing is perfect: yet here, in this very impermanence, incompleteness, imperfection: vast, deep-rooted, undeniable beauty in all broken things.</p><p><em>Wabi-sabi</em> illuminates what we&#8217;ve been taught to overlook: unconventionality, modesty, humbleness, asymmetry, roughness, simplicity, austerity, intimacy. It means surrendering to the ingenuous integrity of natural objects and processes: the cycle that terrifies us and completes us: growth, decay, death: truths we consistently deny.</p><p>Notice how this cuts against everything we&#8217;ve inherited: those ancient Greek ideals of beauty and perfection, symmetry, radiance, majesty, grandness, immutability, eternity, broadness: the worldview that shaped most Westerners into perfectionist addicts, breaking themselves against impossible expectations.</p><p>This is where <em>wabi-sabi</em> intervenes: it reminds us what is real and essential, the uniqueness of each imperfect thing: that nothing is finished or lasts forever: it repeatedly whispers about our temporal nature, the temporality of everything around us: the beauty in that fragility.</p><p>Rather than developing incomplete, simplistic, artificial understanding, we become aware of depth: genuine value in all things, every person, every circumstance: gradually, we feel more empathetic and grateful: reminded to enjoy the moment and its outcomes, whatever they are.</p><p>We should not only be conscious of the cracks and marks that time, weather, and love leave behind in anything and anyone: we should celebrate the beauty of those imperfections: learn to value simplicity, comprehend flaws and complexities, appreciate each other and ourselves as we are: impermanent, incomplete, imperfect: without ornamentation. After all, as Leonard Cohen sang: <em>&#8220;There is a crack in everything. That&#8217;s how the light gets in.&#8221;</em></p>]]></content:encoded></item><item><title><![CDATA[IRL (II): Symbiosis and Interdependence]]></title><description><![CDATA[Exploring the concepts of holons, social holons, holarchy, commons, and reciprocating humans in the context of community spaces and collaborative organizations.]]></description><link>https://42piratas.substack.com/p/irl-ii-symbiosis-and-interdependence</link><guid isPermaLink="false">https://42piratas.substack.com/p/irl-ii-symbiosis-and-interdependence</guid><dc:creator><![CDATA[Ânderson Q.]]></dc:creator><pubDate>Thu, 23 Jul 2026 02:15:10 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!coAz!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6df2a7f-ad51-4367-a890-609250a54d84_1000x668.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>This post was first published on AKASHA&#8217;s blog in 2020. Originally at <a href="https://42piratas.com/irl-2-symbiosis-and-interdependence/">42piratas.com</a>.</em></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!coAz!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6df2a7f-ad51-4367-a890-609250a54d84_1000x668.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!coAz!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6df2a7f-ad51-4367-a890-609250a54d84_1000x668.jpeg 424w, https://substackcdn.com/image/fetch/$s_!coAz!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6df2a7f-ad51-4367-a890-609250a54d84_1000x668.jpeg 848w, https://substackcdn.com/image/fetch/$s_!coAz!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6df2a7f-ad51-4367-a890-609250a54d84_1000x668.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!coAz!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6df2a7f-ad51-4367-a890-609250a54d84_1000x668.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!coAz!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6df2a7f-ad51-4367-a890-609250a54d84_1000x668.jpeg" width="1000" height="668" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f6df2a7f-ad51-4367-a890-609250a54d84_1000x668.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:668,&quot;width&quot;:1000,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!coAz!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6df2a7f-ad51-4367-a890-609250a54d84_1000x668.jpeg 424w, https://substackcdn.com/image/fetch/$s_!coAz!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6df2a7f-ad51-4367-a890-609250a54d84_1000x668.jpeg 848w, https://substackcdn.com/image/fetch/$s_!coAz!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6df2a7f-ad51-4367-a890-609250a54d84_1000x668.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!coAz!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6df2a7f-ad51-4367-a890-609250a54d84_1000x668.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by <a href="https://unsplash.com/@mariopurisic">Mario Purisic</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p>In <a href="https://42piratas.com/irl-1-community-spaces/">the first part of this series</a>, we discussed the value of community hubs &#8212; physical spaces where groups with common interests meet to commune, brainstorm, learn, and work together. We have also talked about the AKASHA Hubs, and I promised to tell you a bit more about them.</p><p>Before we get to this, however, I&#8217;d like to quickly go through a few concepts that often pop up whenever we talk about AKASHA Hubs: Holons, Social Holons, Holarchy, Commons, and Reciprocating Human. This will be a quick, high-level review. If you&#8217;re already familiar with the ideas behind these concepts then please, feel free to jump to the next part.</p><h2>HOLON</h2><p>The root of the word &#8220;holon&#8221; comes from the greek &#8220;holos&#8221; &#8212; which means whole, entire, complete in all its parts &#8212; to which the suffix &#8220;on&#8221; is added to represent, somewhat conversely, the concept of a particle &#8212; for example, in words such as proton, neutron, and electron. Therefore, a holon is something that is simultaneously a whole and a part.</p><p>The word &#8220;holon&#8221; was introduced as an artifact to Systems Theory by the Hungarian British author and journalist Arthur Koestler in 1967&#8217;s book <a href="https://www.penguinrandomhouse.com/books/334634/the-ghost-in-the-machine-by-arthur-koestler/">Ghost in the Machine</a>. According to Koestler, a holon is something that has integrity and identity by itself, and therefore is a self-contained, self-regulating system; but at the same time it is part of a larger system, and so is a subsystem. As a Janus-faced model, it has one of its manifestations acting autonomously, giving directions to its internal components; and the other looking at, and serving as part of the larger system &#8212; a larger holon. Therefore, holons represent a dichotomy: autonomy and symbiosis &#8212; a tipping point between chaos and order, one might say.</p><p>Koestler was heavily influenced by the Parable of the two watchmakers, introduced by 1978&#8217;s Nobel Prize in Economics Herbert Simon in the paper <a href="https://www2.econ.iastate.edu/tesfatsi/ArchitectureOfComplexity.HSimon1962.pdf">The Architecture of Complexity</a>. In this parable, Simon describes the complex relationship of sub-systems and their larger whole, and concludes that complex systems will evolve from simple systems much more rapidly if there are stable intermediate forms than if there are not, especially when the respective environment is susceptible to disturbance (and which aren&#8217;t, one might ask?).</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!PMqk!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf79119a-43e9-48d9-9989-1fa73d53e165_590x393.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!PMqk!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf79119a-43e9-48d9-9989-1fa73d53e165_590x393.jpeg 424w, https://substackcdn.com/image/fetch/$s_!PMqk!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf79119a-43e9-48d9-9989-1fa73d53e165_590x393.jpeg 848w, https://substackcdn.com/image/fetch/$s_!PMqk!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf79119a-43e9-48d9-9989-1fa73d53e165_590x393.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!PMqk!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf79119a-43e9-48d9-9989-1fa73d53e165_590x393.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!PMqk!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf79119a-43e9-48d9-9989-1fa73d53e165_590x393.jpeg" width="590" height="393" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/df79119a-43e9-48d9-9989-1fa73d53e165_590x393.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:393,&quot;width&quot;:590,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!PMqk!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf79119a-43e9-48d9-9989-1fa73d53e165_590x393.jpeg 424w, https://substackcdn.com/image/fetch/$s_!PMqk!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf79119a-43e9-48d9-9989-1fa73d53e165_590x393.jpeg 848w, https://substackcdn.com/image/fetch/$s_!PMqk!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf79119a-43e9-48d9-9989-1fa73d53e165_590x393.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!PMqk!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf79119a-43e9-48d9-9989-1fa73d53e165_590x393.jpeg 1456w" sizes="100vw"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by <a href="https://unsplash.com/@vincentvanzalinge">Vincent van Zalinge</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><h2>SOCIAL HOLONS</h2><p>The term &#8220;social holons&#8221; refers to the relationship among different individual holons when they operate collaboratively, i.e. a collective of holons working towards common objectives.</p><p>Social holons can be compared to flocks of geese. Each goose is an individual holon and the flock is a social holon. Although the flock moves as a single unit, following the orchestration of a specific lead goose, the flock is by no means obliged to follow that lead, they simply do so due to their intersubjective awareness. Social holons, unlike individual holons, do not have dominant monads, only a dominant mode of discourse.</p><p>As American philosopher and writer Ken Wilber said:</p><p><em>&#8220;Social holons emerge when individual holons commune; they also [like individual holons] have a defining pattern (agency or regime), but they do not have a subjective consciousness; instead, they have distributed or intersubjective consciousness. Examples include galaxies, planets, crystals, ecosystems, families, tribes, communities.&#8221;</em></p><p>If you&#8217;d like to, you can watch Ken Wilber talking about Social Holons <a href="https://www.youtube.com/watch?v=bhRNIVH1VkY">here</a>.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!MX36!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d6fc13-1d2f-42fe-9f13-6e0130d6b4eb_590x392.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!MX36!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d6fc13-1d2f-42fe-9f13-6e0130d6b4eb_590x392.jpeg 424w, https://substackcdn.com/image/fetch/$s_!MX36!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d6fc13-1d2f-42fe-9f13-6e0130d6b4eb_590x392.jpeg 848w, https://substackcdn.com/image/fetch/$s_!MX36!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d6fc13-1d2f-42fe-9f13-6e0130d6b4eb_590x392.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!MX36!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d6fc13-1d2f-42fe-9f13-6e0130d6b4eb_590x392.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!MX36!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d6fc13-1d2f-42fe-9f13-6e0130d6b4eb_590x392.jpeg" width="590" height="392" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/37d6fc13-1d2f-42fe-9f13-6e0130d6b4eb_590x392.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:392,&quot;width&quot;:590,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!MX36!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d6fc13-1d2f-42fe-9f13-6e0130d6b4eb_590x392.jpeg 424w, https://substackcdn.com/image/fetch/$s_!MX36!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d6fc13-1d2f-42fe-9f13-6e0130d6b4eb_590x392.jpeg 848w, https://substackcdn.com/image/fetch/$s_!MX36!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d6fc13-1d2f-42fe-9f13-6e0130d6b4eb_590x392.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!MX36!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F37d6fc13-1d2f-42fe-9f13-6e0130d6b4eb_590x392.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by <a href="https://unsplash.com/@courtney_williams">Courtney Williams</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><h2>HOLARCHY</h2><p>Holarchy is how holons organize themselves when they collaborate. The suffix &#8220;archy&#8221; means a rule or a form of government, as in a &#8216;ruler&#8217;. The term Holarchy, also introduced by Koestler in Ghost in the Machine, is necessary because holons do not organize themselves in hierarchies, since hierarchies by definition have a top and a bottom, and the relationships between holons is, as we&#8217;ve seen, somewhat particular.</p><p>As American philosopher David Spangler said:</p><p><em>&#8220;In a hierarchy, participants can be compared and evaluated by position, rank, relative power, seniority, and the like. But in a holarchy each person&#8217;s value comes from his or her individuality and uniqueness and the capacity to engage and interact with others to make the fruits of that uniqueness available.&#8221;</em></p><p>Different holarcic system levels consist of each other, i.e. they are subsystems to one another. Ergo, when the &#8220;lower level holons&#8221; (the subsystems) join the &#8220;higher level holon&#8221; (the supersystem), new characteristics emerge that extrapolate the qualities of all the subsystem-holons individually &#128170;&#127997;</p><h2>COMMONS</h2><p>As a broad definition, commons are natural or human-made resource systems that are, or that could be, enjoyed collectively. According to economists Samuel Bowles and Herbert Gintis&#8217; book <a href="https://press.princeton.edu/books/paperback/9780691151250/a-cooperative-species">A Cooperative Species: Human Reciprocity and Its Evolution</a>, commons can be also defined as a social practice of governing a resource, not by state or market, but by a community of users that self-governs the resource through institutions that it creates.</p><p>An organization structured around the principles of commons you might be familiar with is the digital rights group <a href="https://www.eff.org/">Electronic Frontier Foundation (EFF)</a>.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!_tCW!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8aa9c287-9bee-4562-aa9a-cc583347bbe8_590x393.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!_tCW!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8aa9c287-9bee-4562-aa9a-cc583347bbe8_590x393.jpeg 424w, https://substackcdn.com/image/fetch/$s_!_tCW!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8aa9c287-9bee-4562-aa9a-cc583347bbe8_590x393.jpeg 848w, https://substackcdn.com/image/fetch/$s_!_tCW!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8aa9c287-9bee-4562-aa9a-cc583347bbe8_590x393.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!_tCW!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8aa9c287-9bee-4562-aa9a-cc583347bbe8_590x393.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!_tCW!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8aa9c287-9bee-4562-aa9a-cc583347bbe8_590x393.jpeg" width="590" height="393" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8aa9c287-9bee-4562-aa9a-cc583347bbe8_590x393.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:393,&quot;width&quot;:590,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!_tCW!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8aa9c287-9bee-4562-aa9a-cc583347bbe8_590x393.jpeg 424w, https://substackcdn.com/image/fetch/$s_!_tCW!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8aa9c287-9bee-4562-aa9a-cc583347bbe8_590x393.jpeg 848w, https://substackcdn.com/image/fetch/$s_!_tCW!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8aa9c287-9bee-4562-aa9a-cc583347bbe8_590x393.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!_tCW!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8aa9c287-9bee-4562-aa9a-cc583347bbe8_590x393.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by <a href="https://unsplash.com/@vincentvanzalinge">Vincent van Zalinge</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><h2>RECIPROCATING HUMAN</h2><p>Reciprocating human is a concept that stands in contrast to the idea of homo economicus. While the latter states that human beings are exclusively motivated by self-interest, the former defends that humans &#8212; as cooperative actors &#8212; have a propensity to cooperate, and are motivated by improving their environment through reciprocity.</p><p>In the essay <a href="https://www.science.org/doi/10.1126/science.162.3859.1243">Tragedy of the Commons</a>, American ecologist Garrett Hardin describes a group of herders whose pursuit of self-interest leads to the overgrazing of a pasture, driving it to ruin. But herders, fishers, and other users of common resources frequently prevent this tragedy, coming up with ways to repress free riding in defense of their common objectives. A distinctive characteristic of reciprocating humans is that we cooperate in large groups, even with those to whom we aren&#8217;t related, e.g. giving to charity, participating in political movements, and conforming to social norms.</p><h2>WHAT ELSE?</h2><p>A few other relevant concepts you might be interested in learning more about: <a href="https://ethereum.org/en/dao/">Decentralized Autonomous Organization (DAO)</a>, a type of organization represented by rules encoded as a computer program that is transparent, controlled by stakeholders, and not influenced by a central power; and three particular types of DAOs which seek to provide legal compliance to the elementary DAO concept in order to offer legal protection to its participants: <a href="https://www.thelao.io/">LAO</a> (the merge of a DAO with a Delaware limited liability company), <a href="https://disco.coop/">Distributed Cooperative Organizations (DisCO)</a>, and <a href="https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3188374">Decentralized Autonomous Associations (DAA)</a>.</p><p>In the next parts of this series, we will talk more about the AKASHA Hubs and see how these different pieces fit together.</p><p>In the meantime, feel free to join the conversation on <a href="https://twitter.com/akashaworldwide">Twitter</a>, <a href="https://www.linkedin.com/company/akasha-foundation/">LinkedIn</a>, <a href="https://www.facebook.com/akashaworldwide">Facebook</a>, and <a href="https://discord.gg/akasha">Discord</a>, and subscribe to our <a href="https://akasha.org/">newsletter</a> to make sure that you&#8217;re always kept up-to-date with what we&#8217;re doing.</p>]]></content:encoded></item><item><title><![CDATA[IRL (I): Community Spaces]]></title><description><![CDATA[Exploring the enormous value of physical spaces where communities can gather to commune, collaborate, and strengthen social cohesion in the age of digital interactions.]]></description><link>https://42piratas.substack.com/p/irl-i-community-spaces</link><guid isPermaLink="false">https://42piratas.substack.com/p/irl-i-community-spaces</guid><dc:creator><![CDATA[Ânderson Q.]]></dc:creator><pubDate>Thu, 23 Jul 2026 02:13:20 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!gAdy!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3491f573-2a6b-4cde-8b7a-1c5a3250d89f_1200x600.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>This post was first published on AKASHA&#8217;s blog in 2020. Originally at <a href="https://42piratas.com/irl-1-community-spaces/">42piratas.com</a>.</em></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!gAdy!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3491f573-2a6b-4cde-8b7a-1c5a3250d89f_1200x600.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!gAdy!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3491f573-2a6b-4cde-8b7a-1c5a3250d89f_1200x600.jpeg 424w, https://substackcdn.com/image/fetch/$s_!gAdy!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3491f573-2a6b-4cde-8b7a-1c5a3250d89f_1200x600.jpeg 848w, https://substackcdn.com/image/fetch/$s_!gAdy!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3491f573-2a6b-4cde-8b7a-1c5a3250d89f_1200x600.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!gAdy!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3491f573-2a6b-4cde-8b7a-1c5a3250d89f_1200x600.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!gAdy!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3491f573-2a6b-4cde-8b7a-1c5a3250d89f_1200x600.jpeg" width="1200" height="600" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3491f573-2a6b-4cde-8b7a-1c5a3250d89f_1200x600.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:600,&quot;width&quot;:1200,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!gAdy!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3491f573-2a6b-4cde-8b7a-1c5a3250d89f_1200x600.jpeg 424w, https://substackcdn.com/image/fetch/$s_!gAdy!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3491f573-2a6b-4cde-8b7a-1c5a3250d89f_1200x600.jpeg 848w, https://substackcdn.com/image/fetch/$s_!gAdy!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3491f573-2a6b-4cde-8b7a-1c5a3250d89f_1200x600.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!gAdy!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3491f573-2a6b-4cde-8b7a-1c5a3250d89f_1200x600.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by <a href="https://unsplash.com/@paykoff">Vitaliy Paykov</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p>Here&#8217;s a thought: the 0s and 1s running across telecom cables and interconnecting all of us do not effectively supply us with all the social interactions we need to tackle certain problems &#8212; which might sound a bit obvious for some, but not so obvious when we look around and pay attention to common expectations.</p><p>Those who predicted during the dot-com bubble that the Internet would become the &#8220;end of geography&#8221; couldn&#8217;t be more wrong. Despite the fact that we might indeed be in the age in which digital interactions became the de facto norm, we still stand in need of IRL contact with each other as much as ever. We still need proper spaces where we can gather to commune, brainstorm, learn, and work together, while looking after each other. And when I say &#8220;we&#8221;, I&#8217;m certainly including those of us who are buidling the new Internet and helping to build the new society.</p><p>Although a long-term advocate of distributed teams and of the now-trending remote-first, I&#8217;ve never questioned the fact that indeed we communicate best when we are physically together (not to say there aren&#8217;t other relevant variables in the distributed/remote-first equation though, of course, but this is not a thread about that). There&#8217;s something about being in the same place during a conversation &#8212; the t&#234;te-&#224;-t&#234;te, as the French wisely say &#8212; that intensifies our communication capabilities. And I&#8217;m not merely talking about the weight of non-verbal communication, but rather of particular ways of touching the collective intelligence and, above all, our apparent aptitude to be more empathetic IRL.</p><p>American economist Edward Glaeser argues in the book <a href="https://www.penguinrandomhouse.com/books/301496/triumph-of-the-city-by-edward-glaeser/">Triumph of the City</a> (2011) that &#8220;ideas spread more easily in dense environments&#8221;. I agree with him.</p><p>Nevertheless, let me point out that this post is not a critique of digital interactions and social networking to any extent. This is nothing like a binary path. Although IMHO digital interactions are not a substitute for the real thing, they certainly are an immeasurable addition. After all, that&#8217;s why we at AKASHA have committed ourselves deeply to contribute to this domain.</p><p>In this series of posts I&#8217;m solely aiming to remind ourselves about the enormous value of physical spaces where we can gather to commune &#8212; and, hopefully, we can then start a conversation about the possible ways we could, together, bring more of those to life as a way to strengthen social cohesion and resilience, and to foment the development of more meaningful social projects.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!fge5!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d3d1482-0944-4bad-a8c5-eef500bf3fcc_590x393.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!fge5!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d3d1482-0944-4bad-a8c5-eef500bf3fcc_590x393.jpeg 424w, https://substackcdn.com/image/fetch/$s_!fge5!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d3d1482-0944-4bad-a8c5-eef500bf3fcc_590x393.jpeg 848w, https://substackcdn.com/image/fetch/$s_!fge5!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d3d1482-0944-4bad-a8c5-eef500bf3fcc_590x393.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!fge5!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d3d1482-0944-4bad-a8c5-eef500bf3fcc_590x393.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!fge5!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d3d1482-0944-4bad-a8c5-eef500bf3fcc_590x393.jpeg" width="590" height="393" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5d3d1482-0944-4bad-a8c5-eef500bf3fcc_590x393.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:393,&quot;width&quot;:590,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!fge5!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d3d1482-0944-4bad-a8c5-eef500bf3fcc_590x393.jpeg 424w, https://substackcdn.com/image/fetch/$s_!fge5!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d3d1482-0944-4bad-a8c5-eef500bf3fcc_590x393.jpeg 848w, https://substackcdn.com/image/fetch/$s_!fge5!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d3d1482-0944-4bad-a8c5-eef500bf3fcc_590x393.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!fge5!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d3d1482-0944-4bad-a8c5-eef500bf3fcc_590x393.jpeg 1456w" sizes="100vw"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by <a href="https://unsplash.com/@voneciacarswell">Vonecia Carswell</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><h2>COMMUNITY HUBS</h2><p>Community hubs are, at their core, places where communities with common values and interests can gather and collaborate to learn, teach, work, share, and help each other. In general, these places bring people together to offer a range of activities, programs, and services.</p><p>For a glimpse of how community hubs operate and the value they can bring to the table, we can start by observing spaces such as Fablabs, Hackerspaces, and Community Hubs Australia; the neat projects developed in these places; and the many opportunities such interpersonal interactions afford personal growth.</p><h2>FABLABS</h2><p>&#8220;Fablab&#8221; is an abbreviation for &#8220;fabrication laboratory&#8221;, a trademarked makerspace where different types of tools and machinery are available to people interested in designing and creating objects. As someone who was fortunate to get to know several fablabs in different countries, I can assure you the way these communities introduce themselves on <a href="https://www.fablabs.io/">their website</a> is not merely a collection of neat words put together by a marketing team:</p><p><em>&#8220;The Fab Lab Network is an open, creative community of fabricators, artists, scientists, engineers, educators, students, amateurs, professionals (&#8230;) This community is simultaneously a manufacturing network, a distributed technical education campus, and a distributed research laboratory working to digitize fabrication, inventing the next generation of manufacturing and personal fabrication.&#8221;</em></p><p>A few of their most notorious projects include <a href="https://smartcitizen.me/">Smart Citizen</a>, <a href="https://fab.city/">Fab City</a>, <a href="https://www.academany.org/">Academany</a>, <a href="https://bio.academany.org/">Bio Academy</a>, and the <a href="https://www.opensourcebeehives.net/">Open Source Beehives</a>.</p><p>You can learn more about their projects <a href="https://www.fablabs.io/">here</a>. &#128300;&#128736; &#9881;&#65039;</p><h2>HACKERSPACES</h2><p>Similarly to Fablabs &#8212; but even more on the OSS, DIY side of things &#8212; Hackerspaces (also known as hackspaces and hacklabs) are, as stated on <a href="https://hackerspaces.org/">hackerspaces.org</a>, &#8220;community-operated physical places, where people share their interest in tinkering with technology, meet and work on their projects, and learn from each other&#8221;. In sum, they are community hubs for those interested in computers, gadgets, science, digital art, etc.</p><p>A few of the most notorious Hackerspaces are <a href="https://www.c-base.org/">c-base</a> (Berlin), <a href="https://metalab.at/">Metalab</a> (Vienna), <a href="https://www.nycresistor.com/">NYC Resistor</a> (NYC), <a href="https://artisansasylum.com/">Artisan&#8217;s Asylum</a> (Somerville), and <a href="https://www.xinchejian.com/">Xinchejian</a> (Shanghai).</p><p>You can learn about other hackerspaces <a href="https://wiki.hackerspaces.org/List_of_Hacker_Spaces">here</a>. &#127918; &#128187; &#128301;</p><h2>COMMUNITY HUBS AUSTRALIA</h2><p><a href="https://www.communityhubs.org.au/">Community Hubs Australia</a> is a governmental program that supports more than 70 spaces around the country, where migrant and refugee families, particularly mothers with young children, go to connect, share, and learn. Those hubs bridge the gap between migrants and the wider community, connecting women with schools, with each other, and with organizations that can provide health, education, and settlement support &#9829;&#65039;</p><p>In 2019, Community Hubs Australia was able to engage more than 9000 families in the program, embracing them into a network with more than 500 support agencies and organizations, and more than 70 community centers and schools. Respect! &#9994;&#127997;</p><p>A few other community spaces and related programs you might want to check out: <a href="https://www.ontario.ca/page/community-hubs-ontario">Ontario&#8217;s Community Hubs</a>, <a href="https://www.repaircafe.org/">Repair caf&#233;s</a>, <a href="https://www.bikecollectives.org/">Bicycle Coops</a>, <a href="https://localtools.org/">Tool Libraries</a>, and <a href="https://mensshed.org/">Community Sheds</a>.</p><h2>AKASHA HUBS</h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!0us4!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce0fabcf-e89f-4b96-aea8-0d6f777008ae_590x371.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!0us4!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce0fabcf-e89f-4b96-aea8-0d6f777008ae_590x371.jpeg 424w, https://substackcdn.com/image/fetch/$s_!0us4!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce0fabcf-e89f-4b96-aea8-0d6f777008ae_590x371.jpeg 848w, https://substackcdn.com/image/fetch/$s_!0us4!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce0fabcf-e89f-4b96-aea8-0d6f777008ae_590x371.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!0us4!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce0fabcf-e89f-4b96-aea8-0d6f777008ae_590x371.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!0us4!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce0fabcf-e89f-4b96-aea8-0d6f777008ae_590x371.jpeg" width="590" height="371" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ce0fabcf-e89f-4b96-aea8-0d6f777008ae_590x371.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:371,&quot;width&quot;:590,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!0us4!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce0fabcf-e89f-4b96-aea8-0d6f777008ae_590x371.jpeg 424w, https://substackcdn.com/image/fetch/$s_!0us4!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce0fabcf-e89f-4b96-aea8-0d6f777008ae_590x371.jpeg 848w, https://substackcdn.com/image/fetch/$s_!0us4!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce0fabcf-e89f-4b96-aea8-0d6f777008ae_590x371.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!0us4!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce0fabcf-e89f-4b96-aea8-0d6f777008ae_590x371.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">AKASHA Hub Barcelona</figcaption></figure></div><p>Although, as I mentioned before, we at AKASHA have committed ourselves to contribute to the complex domain of digital networks that empower social interactions as part of our mission, we&#8217;re not indifferent to the huge importance of IRL relationships and the need of such physical spaces where the community can nurture the best of both worlds &#8212; the physical space amplifying the work done online, and vice versa. On the contrary, the &#8220;IRL side of things&#8221; has been in our agenda since the beginning; a subject our founder, Mihai Alisie, holds close to his heart since before AKASHA, since the birth of Ethereum &#8212; which, by the way, was born in a sort of community space: the famous Holon-000, a.k.a. The Spaceship (a story I&#8217;ll tell you more about another time).</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!I88e!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7119d083-95d8-4acd-934d-2518d448a7a5_590x393.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!I88e!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7119d083-95d8-4acd-934d-2518d448a7a5_590x393.jpeg 424w, https://substackcdn.com/image/fetch/$s_!I88e!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7119d083-95d8-4acd-934d-2518d448a7a5_590x393.jpeg 848w, https://substackcdn.com/image/fetch/$s_!I88e!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7119d083-95d8-4acd-934d-2518d448a7a5_590x393.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!I88e!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7119d083-95d8-4acd-934d-2518d448a7a5_590x393.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!I88e!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7119d083-95d8-4acd-934d-2518d448a7a5_590x393.jpeg" width="590" height="393" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/7119d083-95d8-4acd-934d-2518d448a7a5_590x393.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:393,&quot;width&quot;:590,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!I88e!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7119d083-95d8-4acd-934d-2518d448a7a5_590x393.jpeg 424w, https://substackcdn.com/image/fetch/$s_!I88e!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7119d083-95d8-4acd-934d-2518d448a7a5_590x393.jpeg 848w, https://substackcdn.com/image/fetch/$s_!I88e!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7119d083-95d8-4acd-934d-2518d448a7a5_590x393.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!I88e!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7119d083-95d8-4acd-934d-2518d448a7a5_590x393.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">The building that used to house Holon-000, The Spaceship &#8212; where Ethereum was born</figcaption></figure></div><p>But this subject has not been in our agenda as a mere to-do list topic stored in a long backlog. In fact, thanks to dear friends, like-minded folks who share the Foundation&#8217;s values and also are committed to the same causes, you can &#8212; for a while now, actually &#8212; find two operational AKASHA Hubs welcoming and supporting our global community and their own local communities: the first in beautiful Barcelona, the second in dynamic Dublin.</p><p>We will talk more about these two spaces, the lovely people who run them, and their communities, among other topics, in the next parts of this series of blog posts. Stay tuned!</p><p>In the meantime, feel free to join the conversation on <a href="https://twitter.com/akashaworldwide">Twitter</a>, <a href="https://www.linkedin.com/company/akasha-foundation/">LinkedIn</a>, <a href="https://www.facebook.com/akashaworldwide">Facebook</a>, and <a href="https://discord.gg/akasha">Discord</a>, and subscribe to our <a href="https://akasha.org/">newsletter</a> to make sure that you&#8217;re always kept up-to-date with what we&#8217;re doing.</p>]]></content:encoded></item><item><title><![CDATA[The Framework Fallacy]]></title><description><![CDATA[On the illusion that methodologies and tools will solve problems only humans can solve &#8212; and the art of adapting processes to each team's reality.]]></description><link>https://42piratas.substack.com/p/the-framework-fallacy</link><guid isPermaLink="false">https://42piratas.substack.com/p/the-framework-fallacy</guid><dc:creator><![CDATA[Ânderson Q.]]></dc:creator><pubDate>Thu, 23 Jul 2026 02:08:10 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!kAg0!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1206a0e3-021e-47b7-87d6-7bd6d287ada1_1000x1000.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>This post was first published on DZone in 2018. Originally at <a href="https://42piratas.com/the-framework-fallacy/">42piratas.com</a>.</em></p><p>There&#8217;s a familiar ritual in technology companies: a team faces problems &#8212; late deliveries, broken communication, bugs in production, estimates that never hold &#8212; and someone suggests the obvious solution. Let&#8217;s adopt Scrum. Let&#8217;s implement Kanban. Let&#8217;s buy Jira. As if methodologies and tools were medicine and swallowing the right pill would cure the disease.</p><p>What follows, almost invariably, is disappointment. The tool is adopted, the framework declared official, the rituals scheduled in everyone&#8217;s calendar. Months later, the problems persist &#8212; sometimes worsened by the additional weight of ceremonies no one understands the purpose of. And then comes the verdict: Scrum doesn&#8217;t work. Jira is horrible. Agile methodologies are corporate theater.</p><p>But the diagnosis is wrong. The problem was never the framework.</p><h2>The magic tool fallacy</h2><p>Tools and methodologies are artifacts &#8212; they are supports, scaffolding to build something that needs to exist independently of them. Adopting Jira expecting it to solve management problems is like buying a professional stove expecting it to transform you into a chef. The stove doesn&#8217;t cook by itself. It merely amplifies &#8212; or exposes &#8212; the skills of whoever operates it.</p><p>The same applies to frameworks. <a href="https://www.scrum.org/">Scrum</a>, <a href="https://kanbanize.com/kanban-resources/getting-started/what-is-kanban">Kanban</a>, <a href="http://www.extremeprogramming.org/">XP</a> &#8212; these are models distilled from accumulated experience, attempts to codify what worked in certain contexts. But contexts vary. Teams vary. Problems vary. A framework that flourished in a San Francisco startup might suffocate a team in S&#227;o Paulo. Not because the framework is bad, but because it was transplanted without considering all the related variables.</p><h2>What comes first</h2><p>Before any tool, before any methodology, there&#8217;s a question few people ask: how should this specific team, with these specific people, in this specific context, work?</p><p>The answer isn&#8217;t in any book. It doesn&#8217;t exist in the Scrum Guide. It doesn&#8217;t come pre-configured in any software. It needs to be built &#8212; experimented with, adjusted, rebuilt &#8212; by the team itself, observing its reality, its bottlenecks, its strengths.</p><p>But this doesn&#8217;t mean ignoring accumulated wisdom. On the contrary: to build something that fits your reality, you first need to understand what others have built &#8212; and, crucially, why. Study the frameworks. Learn the reasoning behind each ritual, each artifact, each role. Understand the problems they were designed to solve. Only then can you adapt intelligently, keeping what serves you, discarding what doesn&#8217;t, inventing what&#8217;s missing.</p><p>A team should be able to manage its workflow with post-its on a wall, if necessary. If the process only works because the tool forces certain behaviors, it&#8217;s not a process &#8212; it&#8217;s a crutch. And crutches don&#8217;t heal broken legs; they just let you limp while the fracture persists.</p><h2>The &#8220;by the book&#8221; trap</h2><p>There&#8217;s an understandable temptation to follow frameworks to the letter. After all, they were created by experienced people, tested in multiple contexts, documented in detail. Who are we to question?</p><p>But frameworks are starting points, not destinations. They&#8217;re hypotheses to be tested, not truths to be obeyed. The <a href="https://agilemanifesto.org/">Agile Manifesto</a> itself &#8212; the founding document of this entire conversation &#8212; values &#8220;individuals and interactions over processes and tools.&#8221; The irony is that many cite it while implementing rigid processes that suffocate interactions.</p><p>Here&#8217;s the paradox: to deviate intelligently, you must first understand deeply. Teams that skip the learning &#8212; that adopt ceremonies without grasping their purpose, or reject them without understanding what problem they solve &#8212; end up either dogmatic or lost. You can&#8217;t mold what you haven&#8217;t studied. You can&#8217;t adapt what you don&#8217;t comprehend.</p><p>Adapting is not betraying. A team that modifies Scrum to fit its reality isn&#8217;t &#8220;doing it wrong&#8221; &#8212; it&#8217;s doing exactly what it should: using the framework as raw material, not as a cage. Methodological dogmatism is as harmful as the absence of method.</p><h2>The human element</h2><p>There&#8217;s another common misconception: believing that well-designed processes eliminate the need for leadership. That, with the right framework and the right tool, the team will magically self-organize, with no need for someone orchestrating efforts, facilitating communication, removing obstacles.</p><p>Project management is, fundamentally, a human activity. It requires someone &#8212; call them project manager, team lead, scrum master, facilitator, the name matters little &#8212; with the capacity to read contexts, mediate conflicts, adjust course, translate between worlds. Someone who understands not just the frameworks, but the people trying to operate them.</p><p>No tool replaces this role. <a href="https://www.atlassian.com/software/jira">Jira</a> doesn&#8217;t remove impediments. <a href="https://trello.com/">Trello</a> doesn&#8217;t facilitate difficult conversations. <a href="https://asana.com/">Asana</a> doesn&#8217;t notice when someone is overwhelmed. These are human functions, and delegating them to software is a recipe for frustration.</p><h2>The order of things</h2><p>If I could summarize it in a sequence, it would be this:</p><p>First, understand your context. What are the real problems? Not the symptoms &#8212; the causes. Where is the friction? What works, despite everything?</p><p>Second, study. Learn as many frameworks and methodologies as you can &#8212; not superficially, but deeply. Understand why each element exists, what problem it addresses, what trade-offs it implies. This isn&#8217;t academic exercise; it&#8217;s ammunition. The more patterns you internalize, the richer your repertoire when designing your own solutions.</p><p>Third, design processes that make sense for this context. Draw inspiration from what you&#8217;ve learned, but don&#8217;t copy blindly. Test. Adjust. Test again. Processes are living organisms; they need to evolve.</p><p>Fourth, ensure someone is taking care of this. Not as a secondary task, squeezed between meetings and code. As a real responsibility, with time and authority to exercise it.</p><p>Only then, finally, consider tools. And when you adopt them, remember: they should serve your processes, not the other way around. If the tool requires you to change how you work to accommodate it, maybe it&#8217;s the wrong tool &#8212; or maybe you still don&#8217;t have enough clarity about how you want to work.</p><h2>The discomfort of responsibility</h2><p>There&#8217;s something uncomfortable about this perspective. It&#8217;s easier to blame the tool. It&#8217;s easier to declare that &#8220;Scrum doesn&#8217;t work&#8221; than to admit we didn&#8217;t do the hard work of understanding our context and adapting the framework to it. It&#8217;s easier to buy a solution than to build one.</p><p>But shortcuts have costs. Teams that skip steps &#8212; that adopt methodologies without understanding them, tools without configuring them, processes without internalizing them &#8212; end up accumulating organizational debt. And that debt, like technical debt, charges interest.</p><h2>The real work</h2><p>Perhaps the best way to think about frameworks is as shared vocabulary. When someone says &#8220;sprint,&#8221; &#8220;backlog,&#8221; &#8220;daily,&#8221; there&#8217;s a common understanding &#8212; imperfect, but useful &#8212; of what&#8217;s being discussed. This vocabulary facilitates communication, allows learning from others&#8217; experiences, offers a starting point for conversations.</p><p>But vocabulary is not fluency. Knowing the words doesn&#8217;t mean knowing when to use them, or why they exist, or what happens when you remove one from the sentence. A team that recites Scrum terminology without understanding the problems each ceremony was designed to solve is performing liturgy, not management.</p><p>This is where everything converges: the study of frameworks &#8212; their origins, their reasoning, their trade-offs &#8212; combined with an honest reading of your own context, filtered through human judgment that no tool can replicate. The person facilitating the process needs to understand not just the what, but the why. Why does the retrospective exist? What problem does the daily standup actually solve? Under what conditions does timeboxing help, and when does it suffocate?</p><p>Only with this depth can you adapt intelligently. Only then can you look at a ritual and decide: this serves us, this doesn&#8217;t, this needs reinventing. The framework becomes clay in your hands rather than chains around your wrists.</p><p>The real work &#8212; the work no methodology does for you &#8212; is building this judgment. It&#8217;s understanding your team, learning the accumulated wisdom of those who came before, and synthesizing both into processes that actually fit. Frameworks can accelerate this journey. Tools can support it. But the thinking, the adapting, the continuous refinement as reality shifts &#8212; that&#8217;s yours.</p>]]></content:encoded></item><item><title><![CDATA[A Morte do Escritório e Outras Profecias]]></title><description><![CDATA[O modelo tradicional de trabalho est&#225; ruindo &#8212; e isso &#233; uma boa not&#237;cia]]></description><link>https://42piratas.substack.com/p/a-morte-do-escritorio-e-outras-profecias</link><guid isPermaLink="false">https://42piratas.substack.com/p/a-morte-do-escritorio-e-outras-profecias</guid><dc:creator><![CDATA[Ânderson Q.]]></dc:creator><pubDate>Thu, 23 Jul 2026 01:28:03 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!kAg0!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1206a0e3-021e-47b7-87d6-7bd6d287ada1_1000x1000.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>This post was first published on InfoQ in 2017. Originally at <a href="https://42piratas.com/a-morte-do-escritorio-e-outras-profecias/">42piratas.com</a> (in Portuguese).</em></p><p>H&#225; algo de libertador em perceber que uma estrutura que parecia inevit&#225;vel est&#225;, na verdade, desmoronando. O escrit&#243;rio &#8212; aquele templo do s&#233;culo XX onde corpos eram depositados das nove &#224;s seis, sob luz fluorescente e ar condicionado, em nome da produtividade &#8212; est&#225; morrendo. E, para milh&#245;es de profissionais digitais, essa &#233; uma das melhores not&#237;cias da d&#233;cada.</p><p>N&#227;o se trata de profecia apocal&#237;ptica. Os sinais est&#227;o por toda parte, para quem quiser ver. <a href="https://automattic.com/">Automattic</a>, <a href="https://basecamp.com/">Basecamp</a>, <a href="https://buffer.com/">Buffer</a>, <a href="https://zapier.com/">Zapier</a> &#8212; algumas das empresas mais admiradas do mercado digital operam sem escrit&#243;rio central, com equipes distribu&#237;das pelo planeta. O Brasil j&#225; figura entre os pa&#237;ses onde o trabalho remoto mais cresce. Murais de vagas proliferam: <a href="https://remoteok.io/">Remote OK</a>, <a href="https://weworkremotely.com/">We Work Remotely</a>, <a href="https://www.workingnomads.co/">Working Nomads</a>, <a href="https://www.flexjobs.com/">FlexJobs</a>. O movimento n&#227;o &#233; marginal; &#233; tect&#244;nico.</p><h2>O custo invis&#237;vel do presencial</h2><p>Considere o que o modelo tradicional exige: horas di&#225;rias perdidas em deslocamento - tempo irrecuper&#225;vel, escoando pelo ralo de engarrafamentos e vag&#245;es lotados; a obriga&#231;&#227;o de viver em metr&#243;poles de custo proibitivo, apenas para estar fisicamente pr&#243;ximo de um emprego; o confinamento em ambientes frequentemente ruidosos, desconfort&#225;veis, otimizados para vigil&#226;ncia e n&#227;o para trabalho profundo.</p><p>Esse arranjo nunca foi natural. Foi uma inven&#231;&#227;o hist&#243;rica, um resqu&#237;cio da era industrial quando a presen&#231;a f&#237;sica era necess&#225;ria para operar m&#225;quinas. Mantivemos o modelo por in&#233;rcia, mesmo depois que o trabalho se tornou majoritariamente digital, execut&#225;vel de qualquer lugar com conex&#227;o &#224; Internet.</p><p>A pergunta n&#227;o &#233; por que tantos est&#227;o migrando para o remoto. A pergunta &#233; por que demoramos tanto.</p><h2>O que os dados revelam</h2><p>Os estudos confirmam o que muitos j&#225; intu&#237;am. A <a href="https://www.tinypulse.com/">TinyPulse</a> reporta, em pesquisa <a href="https://www.forbes.com/sites/victorlipman/2016/05/02/are-remote-workers-happier-and-more-productive-new-survey-offers-answers/">citada pela Forbes</a>, que profissionais 100% remotos se sentem mais felizes, demonstram maior produtividade e se sentem mais valorizados do que seus colegas presenciais. A <a href="https://hbr.org/2014/01/to-raise-productivity-let-more-employees-work-from-home">Harvard Business Review</a> aponta que trabalhadores remotos fazem menos intervalos improdutivos, ficam menos dias afastados por doen&#231;a e entregam mais.</p><p>N&#227;o &#233; dif&#237;cil entender por qu&#234;. Sem o teatro corporativo do presencialismo, o foco se desloca das apar&#234;ncias para os resultados. Sem o dreno do deslocamento, sobra energia para o que realmente importa - seja trabalho, seja vida. Sem a camisa de for&#231;a dos hor&#225;rios fixos, cada um pode trabalhar nos momentos em que &#233; mais produtivo.</p><h2>A geografia da liberdade</h2><p>Mas h&#225; algo mais profundo acontecendo, algo que transcende m&#233;tricas de produtividade. O trabalho remoto est&#225; redesenhando a geografia das possibilidades humanas.</p><p>Um desenvolvedor em Joinville pode trabalhar para uma startup de S&#227;o Francisco. Uma designer em Recife pode colaborar com uma ag&#234;ncia de Berlim. O talento deixa de ser ref&#233;m do CEP. As oportunidades deixam de ser privil&#233;gio de quem teve a sorte de nascer - ou os recursos para se mudar - para os poucos quil&#244;metros quadrados onde as empresas decidiram instalar seus escrit&#243;rios.</p><p>Edward Glaeser argumenta em <em><a href="https://www.penguinrandomhouse.com/books/301496/triumph-of-the-city-by-edward-glaeser/">Triumph of the City</a></em> que ideias se espalham mais facilmente em ambientes densos. Isso era verdade quando a transmiss&#227;o de conhecimento dependia de proximidade f&#237;sica. Mas as ferramentas digitais est&#227;o reescrevendo essa equa&#231;&#227;o. Slack, Zoom, GitHub, Notion - a infraestrutura para colabora&#231;&#227;o distribu&#237;da amadureceu. A densidade que importa agora &#233; a de conex&#245;es, n&#227;o de corpos.</p><h2>O novo contrato</h2><p>O que est&#225; morrendo n&#227;o &#233; apenas um arranjo log&#237;stico. &#201; uma filosofia de gest&#227;o baseada em desconfian&#231;a - a ideia de que trabalhadores precisam ser vigiados, que presen&#231;a f&#237;sica &#233; proxy para comprometimento, que horas vis&#237;veis equivalem a valor entregue.</p><p>O trabalho remoto exige um novo contrato, fundado em autonomia e responsabilidade. Empresas que adotam o modelo precisam aprender a avaliar resultados, n&#227;o apar&#234;ncias. Precisam confiar em seus profissionais como adultos capazes de gerenciar seu pr&#243;prio tempo. Precisam comunicar com clareza e inten&#231;&#227;o, j&#225; que o contexto n&#227;o se transmite por osmose em corredores.</p><p>Essa transi&#231;&#227;o n&#227;o &#233; trivial. Nem todas as empresas conseguir&#227;o faz&#234;-la. Nem todos os profissionais se adaptar&#227;o. Mas os que conseguirem ter&#227;o acesso a um mercado de trabalho global, a talentos antes inacess&#237;veis, a uma qualidade de vida que o modelo tradicional simplesmente n&#227;o permite.</p><h2>A escolha</h2><p>Especialistas j&#225; alertam: em poucos anos, empresas digitais que n&#227;o se adaptarem ao modelo distribu&#237;do ter&#227;o dificuldade para reter talentos. Por que um profissional qualificado aceitaria desperdi&#231;ar duas horas di&#225;rias em tr&#226;nsito se pode trabalhar para uma empresa que respeita seu tempo? Por que se ancoraria em uma cidade cara se pode viver onde escolher?</p><p>A competi&#231;&#227;o por talentos ser&#225; vencida por quem oferecer n&#227;o apenas sal&#225;rio, mas liberdade. E liberdade, cada vez mais, significa a possibilidade de trabalhar de onde quiser.</p><p>O escrit&#243;rio n&#227;o desaparecer&#225; completamente; alguns trabalhos ainda exigem presen&#231;a, algumas pessoas preferem a estrutura de um local fixo, alguns momentos pedem o encontro f&#237;sico. Mas o escrit&#243;rio como obriga&#231;&#227;o, como default inquestion&#225;vel, como &#250;nica forma leg&#237;tima de trabalhar - esse sim est&#225; com os dias contados.</p><h2>Bem-vindos &#224; revolu&#231;&#227;o</h2><p>Para quem ainda est&#225; preso ao modelo tradicional, vale a reflex&#227;o: quanto est&#225; custando esse arranjo? N&#227;o apenas em dinheiro - transporte, alimenta&#231;&#227;o fora, roupas de trabalho - mas em tempo, em energia, em possibilidades n&#227;o vividas?</p><p>O futuro do trabalho j&#225; chegou. Ele &#233; distribu&#237;do, ass&#237;ncrono, global. Ele confia em resultados, n&#227;o em presen&#231;as. Ele liberta profissionais das amarras geogr&#225;ficas que por tanto tempo limitaram suas vidas.</p><p>O escrit&#243;rio est&#225; morrendo. Longa vida ao remoto!</p>]]></content:encoded></item></channel></rss>