Install
Please confirm you are human
This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.
A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.
News
A Telegram job alert bot in 60 lines of Python, on live ATS data
12+ min ago (456+ words) Job boards go stale fast. By the time a weekly digest reaches you, the interesting roles have been open for a month. So let's build the smallest thing that fixes that: a Telegram bot that wakes up, asks one API…...
‘Unquestionably dangerous’: Charlton’s grim briefing on OpenAI’s rogue AI
18+ min ago (675+ words) September 13, 2026 — 2:48pm Australia’s assistant technology minister has called the behaviour of OpenAI’s rogue AI agents “unquestionably dangerous” after a private briefing from one of the independent investigators looking into a hacking incident in July. Andrew Charlton, assistant minister for science, technology…...
Forum puts power, talent at center of southwest chip push
11+ min ago (669+ words) South Korea’s plan to establish a major semiconductor production base in the southwest is taking shape, with government officials and industry experts saying it...
Obama Pushes Democrats to Focus On AI
20+ min ago (308+ words) “Former President Barack Obama warned during a recent private fund-raising event that artificial intelligence technology could be ‘dangerous’ if not properly managed, as he implored Democrats to aggressively develop political and governing agendas to prioritize the issue in the coming…...
Forget NVDA: Peter Thiel's New $419 Million Portfolio Bets Big on the Power Behind AI
1+ day, 3+ hour ago (41+ words) Peter Thiel‘s investment firm, Thiel Macro LLC, disclosed a $418.67 million equity portfolio across eight companies in the second quarter, bypassing semiconductor manufacturers to allocate capital toward electrical grid operators, nuclear developers, tech infrastructure, and conventional energy. Rebuilding Capital in......
I made two AIs review each other's code for 30 days. A human still caught the bug in 5 minutes.
32+ min ago (905+ words) Last month I let AI write 100% of my code for 30 days. The single loudest lesson wasn't "AI is amazing" or "AI is useless." It was one sentence: the thing that writes the code can never be the thing that reviews…...
AI Website Handoffs: When a Prototype Needs a Real Code Boundary
29+ min ago (332+ words) A polished AI-generated website can hide an unfinished delivery model. The hard question is not whether a builder can produce a convincing page. It is whether the next person can safely change the real system without reconstructing the original prompt,…...
Record why an approach was rejected—and when to revisit it
27+ min ago (564+ words) Disclosure: I maintain Selvedge, an open-source decision-history tool. This article was prepared with AI assistance from Grok and Codex. The example below is hypothetical and uses plain Markdown; it does not require a particular product. A repository can show what…...
Goldman Sachs came to own 680,000 acres of Tierra del Fuego when a timber company's debt went bad — and instead of selling, the bank gave all of it away to a wildlife society, and forests once marked for clear-cutting became one of Chile's largest private nature reserves
22+ min ago (26+ words) Investment banks acquire strange things when loans go bad. In 2002, Goldman Sachs bought a portfolio of distressed debt — the kind of bulk purchase of soured...
AI Agent Memory: Sliding Windows, Summaries, and Vector Storage
1+ hour, 2+ min ago (623+ words) The agent we built in Post #4 has one big problem — the moment the script ends, it forgets everything. Next time you run it, it starts from zero. No memory of past conversations, no retained facts, nothing. For a quick experiment…...