Install
Economy and Growth
AI's claimed effect on output, inflation and jobs.
- 32 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
- artificial intelligence
- ai
- artificial-intelligence
- artificial intelligence (ai)
- ai (artificial intelligence)
- ai artificial intelligence
- artificialintelligence
- a.i.
- generative ai
- genai
- gen ai
- machine learning
- deep learning
- llm
- llms
- large language model
- large language models
- agentic ai
- neural networks
- economy
- gdp
- growth
- inflation
- productivity
- labor
- employment
- federal reserve
- recession
- forecast
- economies
- forecasts
- ict and telecom
Related topics
Latest in Economy and Growth
I made two AIs review each other's code for 30 days. A human still caught the bug in 5 minutes.
16+ 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
13+ 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
12+ 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…...
AI Agent Memory: Sliding Windows, Summaries, and Vector Storage
47+ 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…...
The best coding agent still gets ~6 in 10 changes wrong. That is your review load.
29+ min ago (244+ words) While tech review articles argue about what PR length is safe to let an agent produce, the review problem is set by a simpler number: how often the agent is wrong. Specific Labs' Real-SWE benchmark, published September 2026, runs frontier agents…...
AI Is Already Better at Coding Than Most Developers. So Why Would a Company Still Hire You?
25+ min ago (1385+ words) AI can write a React component in seconds. It can create an API, design a database schema, write tests, explain an unfamiliar codebase, debug an error, refactor a function, and generate documentation before you've finished your coffee. And it's getting…...
Hong Kong homes flattened for US$28 bn high-tech hub
33+ min ago (1219+ words) Why organizations are moving past full digital sovereignty Musk threatens legal action over documentary ‘They’re playing with our lives’: AI researcher quits Anthropic The great AI hiring reversal: Why companies are rediscovering the value of skills intelligence Europe eyes battle…...
Ecualizador de Audio online
51+ min ago (20+ words) Hola buen día me gustaría compartir este pequeño proyecto con todos la verdad es que no soy... Tagged with webdev....
🐢 and 🐇 in My Claude Code Status Line: Now Watching Fable
1+ hour, 1+ min ago (491+ words) My Claude Code status line races a tortoise against a hare to show whether I'm burning quota faster than a steady pace. Last time I switched the main bar to the 7-day window. The status line wasn't wrong. It was…...
Someone Force-Pushed Over main. Here Is the Reflog Nobody Knows They Have.
1+ hour, 3+ min ago (423+ words) A colleague pushed a fix to main. Ten minutes later you amended a commit message and ran git push --force. Their commit is no longer reachable from any branch on the server. This is the one Git command that can…...