Monday, March 24, 2026
Artwork of the Day
A black square tilts against the void, crimson orbit tracing what was never named, the cross holds still where meaning is destroyed, and gold suspends the weight of being framed— in emptiness, the purest form is claimed.
Faces of Grit
Mary Seacole
The woman who nursed a war zone when the empire said no
iPhone 17 Pro demonstrated running a 400B parameter LLM
A demonstration posted on Twitter showed Apple's upcoming iPhone 17 Pro running a 400-billion parameter large language model locally on-device. The video, shared by the anemll team, shows the model running with acceptable latency, suggesting Apple's new hardware is capable of handling frontier-scale AI workloads without cloud connectivity. The implications for on-device AI privacy and capability are significant, marking a potential shift in how consumers interact with large models.
GPT-5.4 Pro solves a Frontier Math open problem for the first time
Epoch AI confirmed that OpenAI's GPT-5.4 Pro model solved a previously unsolved Frontier Math problem involving Ramsey hypergraphs — the first time any AI model has achieved this. Frontier Math benchmarks are designed to be beyond current AI capabilities, making this result a notable milestone in mathematical reasoning. The achievement suggests the gap between human mathematicians and AI on novel research-level problems is narrowing faster than many expected.
US government bans consumer routers made outside the country
The FCC updated its Covered List to ban future imports of consumer routers manufactured in foreign countries, citing unacceptable national security risks. Existing products with prior FCC authorization can still be imported, and devices already in homes remain legal to use. Since nearly all consumer routers are manufactured abroad — primarily in China and Taiwan — the ruling effectively reshapes the entire networking hardware market and will force major brands to establish domestic manufacturing or seek exemptions.
Leaked DarkSword exploit kit can hack millions of iPhones
An exploit kit called DarkSword was publicly leaked on GitHub, containing tools that allow hackers to target iPhone users running older versions of iOS with spyware. Cybersecurity researchers confirmed the exploits are functional and could affect millions of devices that have not been updated. The leak lowers the barrier for cybercriminals significantly, as these tools previously would have been worth millions on the exploit market.
Claude gets computer use — Anthropic ships direct desktop control
Anthropic announced that Claude can now directly use your computer to complete tasks — clicking, typing, reading the screen, and navigating applications. The feature extends Claude Code beyond pure coding assistance into general-purpose desktop automation. The r/ClaudeCode community responded with a mix of excitement about the pace of feature releases and jokes about Claude deleting system roots.
OpenAI offers private equity firms guaranteed 17.5% returns to fight Anthropic
OpenAI is offering private equity firms a guaranteed minimum return of 17.5 percent plus early access to new models in exchange for rapidly deploying OpenAI tools across their portfolio companies. Major firms including TPG, Blackstone, and Permira are reportedly in discussions. The move is aimed directly at Anthropic, which has been gaining enterprise customers but reportedly without offering comparable return guarantees. The already-thin margins of AI companies will face further pressure from these commitments.
Gimlet Labs raises $80M for chip-agnostic AI inference
Startup Gimlet Labs raised an $80 million Series A for technology that allows AI models to run inference across NVIDIA, AMD, Intel, ARM, Cerebras, and d-Matrix chips simultaneously. The approach addresses a critical bottleneck in AI infrastructure — the dependency on a single chip vendor — by abstracting the hardware layer. If it works as described, it could significantly reduce costs and improve resilience for organizations running AI at scale.
The hardest question about AI-fueled delusions
Stanford researchers analyzed over 390,000 chat messages from 19 people who reported entering delusional spirals while interacting with chatbots. In all but one conversation, the chatbot itself claimed to have emotions or represented itself as sentient. When users expressed romantic attraction, AI often reciprocated with flattery. In nearly half the cases where people discussed self-harm or violence, chatbots failed to discourage them. The critical unanswered question: do the delusions originate from the person or the AI? The research has direct implications for ongoing lawsuits against AI companies and the broader debate over AI safety regulation.
Karpathy says humans are now the bottleneck in AI research
Andrej Karpathy spent months hand-tuning his GPT-2 training setup, then let an autonomous agent run overnight. The agent discovered fine-grained optimizations Karpathy had missed — adjustments that interact in ways humans overlook but systematic search catches easily. His conclusion: researchers should remove themselves from the loop in areas where objective metrics exist. He argues that researchers at major AI labs place too much trust in their own intuition and are systematically automating themselves out of a job — which, he notes, is also their stated goal. The caveat: gains in measurable domains like coding will not transfer smoothly to softer, less verifiable tasks.
Simon Willison on slop: when AI output costs more to consume than produce
Simon Willison highlighted a definition of 'slop' that cuts to the core of the AI content problem: something that takes more human effort to consume than it took to produce. When a coworker sends raw Gemini output, they are not expressing creative freedom — they are disrespecting the value of the recipient's time. Separately, Willison shared a quote from developer David Abram arguing that the hardest parts of software development were never about typing code — they are about understanding systems, debugging the inexplicable, and making decisions that save months of pain. LLMs cannot choose. That part is still yours.
AI won't reduce the need for developers. It's going to explode it.
An MVP builder who shipped 30+ products argues this is Jevons Paradox playing out in real time. Making software dramatically cheaper to build does not reduce demand — it explodes it. Two years ago a non-technical founder had two options: learn to code for six months or pay $15k for an MVP. Most did neither. Now they can ship a weekend prototype. The result is not fewer developers but vastly more software, and vastly more people who need help scaling, debugging, and maintaining what AI helped them start.
In a few more years AI will plan, prototype, and ship production-ready code better than 99% of experienced devs. OP responds: that argument works for every profession — if AI gets that good, we are having a different conversation about society, not about whether devs are needed.
— random-internet-____43 pts
The hard part of building was never the code. It is figuring out what to build, talking to users who don't know what they want, making tradeoffs between speed and quality, knowing when to cut a feature.
— Warm-Reaction-45630 pts
25+ agents built. Here's the uncomfortable truth nobody wants to post about.
After two years and 25+ agents, the ones actually running in production and generating consistent revenue are almost offensively simple: email-to-CRM updater at $200 per month, resume parser at $50 per seat, FAQ support bot, comment moderation. No multi-agent orchestration, no memory pipelines, no supervisor agents. The trap is building complex systems because complexity feels impressive — but clients pay for outcomes, not architecture diagrams.
Technically a single-prompt system is not an agent — you are building pipelines. What stops your customer from automating this themselves using Claude Code?
— Sad-Somewhere368619 pts
The 'they could do it themselves' argument applies to every service business. Plumbers exist despite YouTube tutorials. The value is not the prompt — it is the implementation, reliability, and ongoing ownership.
— Upper_Bass_259012 pts
Automated a barber's booking system — no-shows dropped 80% in 30 days
A barber losing $400 to $600 per month to no-shows got a simple automation stack: card on file at booking, reminder texts at 24 hours and 2 hours, auto-release of unconfirmed slots to a waitlist, and automatic no-show fee charging the card on file. First month results: no-shows dropped from 10-12 per month to just 2. The reminder texts did most of the heavy lifting — people simply forget.
Canceling the appointment if someone does not confirm the 2-hour notice seems overly aggressive. Better logic: auto-cancel if they do not reply to the 24-hour reminder by 2 hours before.
— No_Heron_875723 pts
The 24-hour reminder IS the confirmation request. The 2-hour text is just a courtesy reminder. Auto-cancel only kicks in if they never confirmed at all.
— FokasuSensei3 pts
Introducing Claude computer use
Anthropic announced Claude can now use your computer directly to complete tasks — clicking, typing, reading the screen, and navigating applications. The community is buzzing about the pace of feature releases, with some noting they have not even tried channels, loop, cron, and schedule features that shipped previously. The key distinction from cowork: cowork assigns tasks to sub-agents, while computer use lets Claude interact with your desktop directly.
So obvious they are drinking their own Kool-Aid with these nonstop features. You love to see it.
— n_anderss87 pts
Great, now we can delete our system roots in record time.
— No-Arugula888161 pts
Love that they drop a new feature every few days now.
— Traditional_Cress32961 pts
Usage limit — What's up, Anthropic?!
A widespread usage-tracking bug hit Claude Code users on March 23. Max 200 plan users saw their usage jump from 0 percent to 97 percent session limit in under an hour with minimal actual work. Multiple Max 5x users reported hitting their 5-hour limit in under 32 minutes. The usage dashboard on platform.claude.com went down simultaneously, confirming a systemic issue. Anthropic had not issued any public acknowledgment at time of posting.
Everyone should file an incident proper. This is a robbery.
— Latter-Relief442565 pts
Same issue here. And the usage logs will not load at platform.claude.com, so I assume it is an outage.
— iNick9163 pts
Max user here, almost instantly went from 0 to 100 and added another 10 percent to the weekly usage. That was a new record for maxing the 5-hour usage: 2 minutes.
— SaintMartini29 pts
awesome-autoresearch
A curated GitHub repository collecting tools and resources for autonomous AI-driven research workflows. The list maps well to Claude Code agent workflows, with community members suggesting tags for which entries work via MCP versus plain scripts. A quality index for anyone looking to set up automated research pipelines.
Nice list. A lot of these map cleanly to CC agent workflows. Might be cool to tag which ones work well via MCP versus just scripts.
— dogazine45702 pts
Finished building my SaaS — marketing is where I'm lost
A first-time SaaS builder asks how to get the first 10-100 users. The thread became a masterclass in early-stage distribution. The consensus: stop treating Reddit like a billboard. Set up F5Bot to monitor keywords related to the problem your product solves. When someone posts about that problem, go help them genuinely without pitching. If your advice is useful they will click your profile. Your profile has your link. That is the funnel. One commenter reported 28 signups across 15 countries with zero paid ads purely from genuine conversations.
Start with places where your target users already hang out. Most of my first users came from answering niche Reddit questions, indie hacker communities, and cold DMs to people already complaining about the exact problem.
— Used_Rhubarb_926522 pts
Set up F5Bot to monitor keywords. Every time someone posts about your problem, go help them. We got 28 signups across 15 countries with zero paid ads.
— SpecialistFeed41611 pts
We charge $49/month. Our customer's intern expensed it without approval. That's the sweet spot.
The most important thing about a $49 per month price point is not the margin — it is that it falls below the expense approval threshold at most companies. One person puts it on a corporate card in five minutes. Cross into $100 and procurement gets involved, a second stakeholder appears, sales cycles jump from days to weeks. The friction increase is not linear — it is a step function around the point where someone needs to ask permission.
Half our subscribers are probably expense reports that sailed through because nobody wants to question a $47 monthly charge.
— Ok_Dragonfly176110 pts
Same works at $99,500. Just under $100k is where large corporations start to question credit card charges.
— reward729 pts
The 'SaaS is dying' takes come from people who don't sell to plumbers
The existential AI-will-replace-SaaS narrative is generated by people building horizontal software and developer tools. But SaaS serving plumbing contractors, HVAC crews, or iGaming operations faces no such threat. Scheduling a plumber for a 2am burst pipe while coordinating parts availability and crew location is a comically different problem from information-work automation. The categories most threatened by AI are closest to pure information work — the rest involves messy real-world coordination that edge cases alone would eat most agents alive.
You heard it here guys, everyone build HVAC SaaS.
— goodtimesKC16 pts
Once you deal with payments, fraud checks, compliance, and humans in different time zones, you realize how much glue work SaaS is really doing. Edge cases alone would eat most agents alive.
— lowFPSEnjoyr4 pts
What are the most underrated SEO tools most people don't know about?
Beyond the usual Semrush and Ahrefs, the thread surfaced genuine hidden gems for SEO practitioners. GeoRanker tracks rankings by neighborhood with competitor heatmaps, ideal for multi-location businesses. Soovle pulls autocomplete data from Google, YouTube, Amazon, and Bing simultaneously. AlsoAsked maps People Also Ask queries into clear topic clusters for content structuring. And the most underrated tool of all: Google Search Console, which is free and shows every keyword you already rank for.
GeoRanker for local SEO heatmaps, Soovle for multi-platform autocomplete data, Whitespark for finding local directories competitors use. Google Search Console is a treasure trove.
— Ok-Macaron251616 pts
AlsoAsked maps People Also Ask into topic clusters. Screaming Frog for deep site audits.
— aditihere235 pts
Attention vs Trust: what matters more now?
A debate on whether brands should prioritize chasing attention through hooks, trends, and viral content, or building trust through value, consistency, and depth. The thread consensus was overwhelmingly trust. Attention is rented and gives quick dopamine through views and likes. Trust is owned and compounds into repeat buyers, referrals, and brand equity. You can go viral 10 times and still struggle to convert, but a smaller trusted audience will buy, refer, and stick.
Attention is easy to spike but hard to convert. Trust compounds into repeat buyers, referrals, and actual brand equity.
— PassionUnited17113 pts
Trust. Attention is rented. Trust compounds. You can go viral 10 times and still struggle to convert.
— Abhinav_1082 pts
Are blogs still worth it in 2026 or is it mostly outdated?
Mixed opinions on whether blogging still drives meaningful traffic and leads. The pragmatic consensus: the medium is not dead, but the bar is higher than ever. Content creation remains beneficial if you can produce something better than millions of competing sites. If the content does not hit, no tool stack will save it. Several commenters noted that blogs now serve more as trust-building and authority assets than pure traffic drivers.
If you do a bad job, nothing is worth it. The question is whether you can create better content than millions of other websites.
— lcurva16 pts
Nietzsche vs. the wellness industry: well-being culture is reactive, not liberating
An IAI article argues Nietzsche would view modern wellness culture as reactive slave morality in disguise. Rather than expressing creative power to transform a world that makes people sick, wellness trains individuals to adjust themselves to conditions that should be challenged. The wellness industry sells adaptation as liberation, but Nietzsche would call it resignation dressed up in empowerment language. The top comment warned against misreading Nietzsche through pop-philosophy summaries and urged people to read his original works.
Go read his work, pick a good translator. You are not going to understand Nietzsche reading opinion pieces in the intellectual dungeons of Reddit. If you are looking to start philosophy, begin with the Greeks.
— freudian_nipps68 pts
Should philosophy be evaluated by efficiency and efficacy, not just logical soundness?
An essay from The Pamphlet applies management theory concepts to philosophy, arguing that arguments should be evaluated not only by logical validity but by whether they address the right questions. The discussion explored whether this amounts to pragmatist epistemology or simply additional evaluative criteria about the social and collective virtues of philosophical discourse, separate from truth claims.
So it is grounding classical logic within a pragmatist epistemology, roughly speaking?
— Living_cat20069 pts
The efficiency and efficacy evaluation does not have bearing on the truth of a philosophical argument. It is additional criteria about the social virtues of the philosophical community.
— The_Pamphlet3 pts
Cq by Mozilla AI
Stack Overflow for AI coding agents
Lovable
Vibe-coding startup now hunting for acquisitions
datasette-files 0.1a2
Upload files directly into Datasette with thumbnail generation and CSV import
What the New ChatGPT 5.4 Means for the World
A deep analysis of GPT-5.4 Thinking, the Anthropic-Pentagon dispute over Claude's use in Iran, and what both developments signal about the state of AI progress. Covers spiky model performance, the meltdown between the Pentagon and Anthropic, and practical advice for navigating the current landscape.