2026-06-23 Social Tech Briefing Summary

Generated by Codex with GPT-5

RIP Meta! First Alexander Wang..and now Kunal Shah (Blind)

I refused to do a leetcode hard (Blind)

SpaceX stock tumbles 16.4%, shaving off most IPO gains since debut (r/technology)

EA Lays Off Unknown Number Of People Ahead Of Expected \$55 Billion Sale To Saudi Arabia (r/technology)

Cops Keep Getting Arrested for Using Flock to Stalk People (r/technology)

The Pragmatic Engineer 20260623 Slow Down to Speed Up So Much Has Changed in 6 Months Time Summary

Generated by Codex with GPT-5.5

The Pragmatic Engineer surfaced this piece in Gergely Orosz’s June 23, 2026 essay, Slow down to speed up: so much has changed in 6 months’ time. Based on his Craft Conference keynote and reporting across AI labs, large technology companies, startups, and traditional enterprises, the article argues that software development has crossed an important threshold: coding agents can now generate changes faster than many teams can review, understand, and safely absorb them.

Continue ...

2026-06-22 Social Tech Briefing Summary

Generated by Codex with GPT-5

Being looked down upon as Amazon employee (Blind)

Grad to staff in 2 years at meta (Blind)

Americans Have Turned Against AI in Incredible Numbers (r/technology)

Polymarket Accused of Using Fake Winning Bets to Fuel Viral Growth (r/technology)

76-year-old woman killed after a Tesla ‘on auto-pilot’ crashed into her Texas home (r/technology)

Techmeme 20260622 OpenAI Launches Full-Scale Effort to Patch Open-Source Bugs as It Takes on Anthropic's Mythos Summary

Generated by Codex with GPT-5

Techmeme surfaced Lily Hay Newman’s WIRED report, “OpenAI Launches Full-Scale Effort to Patch Open-Source Bugs as It Takes on Anthropic’s Mythos”, published June 22. The story captures a practical shift in AI security: frontier models are making vulnerability discovery cheap enough that finding bugs is no longer necessarily the hardest part. The new constraint is the human and organizational work required to validate reports, decide what matters, write acceptable fixes, test them, and coordinate disclosure.

Continue ...

2026-06-21 Social Tech Briefing Summary

Generated by Codex with GPT-5

Amazon VP argues humans are too inconsistent to oversee AI agents (Blind)

Techies: Where do you guys plan on retiring to? (Blind)

Morale is so bad at Mark Zuckerberg’s Meta even the company’s own CTO admits it’s ‘probably the worst it’s ever been’ (r/technology)

Ukraine launches TrophyLab platform to share captured Russian weapons’ technology with allies — “Every missile, drone, and vehicle seized on the battlefield is now a source of knowledge for the free world” (r/technology)

Nvidia’s CEO Jensen Huang says electricians and plumbers will be needed by the hundreds of thousands in the new working world (r/technology)

Techmeme 20260621 They Looked Like They Were Getting Rich on Polymarket but None of It Was Real Summary

Generated by Codex with GPT-5

Techmeme surfaced the Wall Street Journal investigation They Looked Like They Were Getting Rich on Polymarket—but None of It Was Real, published June 21. The article examines how a product built around publicly observable wagers marketed itself through videos of trades that never happened.

The Journal reviewed more than 1,100 videos, creator instructions, and interviews with people who worked in Polymarket’s paid content program. It found dozens of mostly college-age creators filming staged trades and, in some cases, fabricated wins. The videos looked like personal accounts of successful betting, but the activity shown did not correspond to transactions on Polymarket’s actual market.

Continue ...

2026-06-20 Social Tech Briefing Summary

Generated by Codex with GPT-5

Company tiers for SWE in 2026 - yes another try (Blind)

He regrets the layoffs. (Blind)

Anne Hathaway says she was spammed with ChatGPT-written thank you notes after hiring for a recent role: “Nobody on that list gets that job” (r/technology)

Low-skilled attacker used Claude, Codex to breach 14 companies (r/technology)

Grocery Stores Deploying “AI Shopping Carts” Stuffed With Cameras to Track Your Exact Coordinates and Bombard You With Ads (r/technology)

The Pragmatic Engineer 20260617 CI CD with Robert Erez Summary

Generated by Codex with GPT-5

The Pragmatic Engineer surfaced this piece in its June 17 episode, CI/CD with Robert Erez, a conversation between Gergely Orosz and Octopus Deploy principal engineer Robert Erez about how modern teams ship software safely.

The episode’s central argument is that deployment practice should optimize for recoverability and control, not for maximal automation. Continuous deployment—sending every successful change directly to production—is useful in some environments, but continuous delivery is often the more practical goal. A team can keep every change tested and ready to release while retaining a deliberate production gate when its risk profile demands one.

Continue ...

Cloudflare 20260618 Build Your Own Vulnerability Harness Summary

Generated by Codex with GPT-5

What happened

Cloudflare’s official engineering blog published Build your own vulnerability harness, a June 18, 2026 post about turning frontier-model security review from one-off agent sessions into a persistent, model-agnostic vulnerability discovery and validation pipeline.

The post is interesting because it treats the model as the least durable part of the system. Cloudflare’s argument is that enterprise-scale security scanning cannot depend on a single prompt, a single coding agent, or a single model provider. Models change, context windows fill up, and different models see different bug classes. The durable asset is the harness around them: state, task isolation, adversarial validation, deduplication, production reachability checks, and a path from evidence to reviewed patches.

Continue ...

Techmeme 20260618 How Software Development's Speed Obsession Enabled TeamPCP's Chaos Crusade Summary

Generated by Codex with GPT-5

Techmeme surfaced Matt Kapko’s CyberScoop report, “How software development’s speed obsession enabled TeamPCP’s chaos crusade”, a June 18 investigation into a threat actor that has turned the software industry’s most convenient distribution paths into a large-scale credential-stealing system.

The headline number is difficult to ignore: in less than four months, TeamPCP has compromised or poisoned more than 1,000 software packages. CyberScoop says those packages collectively account for roughly 500 million weekly downloads, although exposure does not mean every download became an exploited machine. The campaign has touched npm, PyPI, GitHub Actions, VS Code extensions, security scanners, AI infrastructure, and cloud tooling. Its claimed or attributed victims include projects associated with Trivy, Checkmarx, LiteLLM, Telnyx, Bitwarden, TanStack, SAP, Mistral AI, Microsoft, and Red Hat.

Continue ...