side projects
30 articles about side projects in AI news
12 Unwritten Claude Code Tricks That Save Hours on Real Projects
Practical, undocumented workflow tricks discovered while building messy projects, from using /btw for side conversations to smarter context management.
Why the Best Generative AI Projects Start With the Most Powerful Model —
The article suggests that while initial AI projects leverage the broad capabilities of large foundation models, the most successful implementations eventually transition to smaller, more targeted systems. This reflects a maturation from experimentation to production optimization.
Sam Altman: OpenAI Pivots Projects Due to Major AI Breakthrough
Sam Altman revealed OpenAI has stopped several projects to concentrate on a significant, unforeseen AI advancement. This suggests a recent internal development is exceeding expectations.
How to Run Claude Code Directly Inside Obsidian with Agentic Copilot
Install the Agentic Copilot plugin to run Claude Code inside Obsidian, eliminating context switching between your notes and terminal.
Awesome AI Apps GitHub Repo Hits 9.2K Stars with 70+ Runnable Agent Projects
The 'Awesome AI Apps' GitHub repository has amassed 9.2K stars by providing 70+ self-contained, runnable AI agent projects. It structures examples from basic bots to multi-agent pipelines, offering a practical alternative to link-only lists.
Nvidia's Jensen Huang Dismisses Custom AI Chip Threat: 'Science Projects' Versus 'AI Factories'
Nvidia CEO Jensen Huang confidently dismissed concerns about custom AI chips challenging Nvidia's dominance, framing competitors' efforts as 'science projects' while Nvidia builds revenue-generating 'AI factories' with a complete platform approach.
Claude Code's Edge: Why Sonnet 4.5 Beats GPT-4o for Multi-File Projects
Claude Code's underlying model excels at understanding existing codebases and maintaining instruction fidelity in long sessions, making it the better choice for complex, multi-file development tasks.
Coding Agent UIs Converge on Side-by-Side Sessions, Says Omar Sar
AI researcher Omar Sar observes a UI convergence in coding agents like Cursor and Claude Code, moving towards flexible, multi-session interfaces that boost developer productivity and agent capability.
Samsung Projects Record $14.6B Q1 Profit on 300% DRAM Price Surge
Samsung Electronics expects a record Q1 operating profit of 20 trillion won (~$14.6B), nearly triple YoY, fueled by soaring AI-driven demand and a 300% price increase for DRAM chips.
Anthropic Insider Hints at 'Glasswing' as Major AI Industry Turning Point
Alex Albert, an engineer at Anthropic, stated that an internal project called 'Glasswing' represents a major turning point in AI, comparable to significant industry events from the past three years.
Claude Code's New Research Mode: How to Apply Scientific Coding Breakthroughs to Your Projects
Claude Code's Research Mode, powered by Opus 4.6, can accelerate complex scientific coding. Here's how to configure it for your own data-intensive workflows.
Claude Code's /btw Command Enables Side Conversations During Agentic Workflows
Claude Code's new /btw command allows developers to ask follow-up questions while Claude is actively working, maintaining context without interrupting the primary task. This addresses a key workflow friction point in agentic coding.
Amazon's $11 Billion AI Power Play: Inside the Indiana Data Center That's Reshaping Tech Infrastructure
Amazon is building an $11 billion AI data center campus in Indiana that will draw 2.2 gigawatts of power—enough for 1.7 million homes. This massive investment highlights the escalating infrastructure demands of artificial intelligence and the growing geographic shift in tech's physical footprint.
Broadcom's $100 Billion AI Chip Forecast Signals Industry Transformation
Broadcom CEO Hock Tan projects the company's AI chip sales will exceed $100 billion in 2027, challenging Nvidia's dominance. This forecast comes alongside Anthropic resuming Pentagon talks about military AI applications.
How Simon Willison Ported a 0.2B Image Model to the Browser with Claude
Simon Willison used Claude Code to port a 0.2B image inpainting model to WebGPU, running it as a parallel side project while his main agent worked on Datasette. The technique? Research with Claude.ai, then hand off to Claude Code with research.md.
Hill County Passes Texas' First Data Center Moratorium
Hill County, Texas, voted 3-2 for a 1-year moratorium on rural data center projects, the state's first such ban, driven by AI infrastructure backlash and legal uncertainty.
PJM Data: AI Datacenter Delays Shift to Post-Approval Phase
PJM data shows AI datacenter projects now average 7+ years to go live, with post-approval delays of 4 years outpacing queue times, driven by transmission and supply chain bottlenecks.
Datacenter Developers Flee City Zoning for Unincorporated County Land
Datacenter developers are siting projects on unincorporated county land to avoid city zoning delays, redrawing the AI infrastructure map per @SemiAnalysis_.
Gas-Fueled AI Data Centers Could Emit More Than Entire Nations
WIRED investigation reveals 11 behind-the-meter natural gas projects for AI data centers could emit 129 million tons of greenhouse gases annually, surpassing Morocco's 2024 emissions. Projects tied to OpenAI, Meta, Microsoft, and xAI bypass traditional grids.
Columbia Prof: LLMs Can't Generate New Science, Only Map Known Data
Columbia CS Professor Vishal Misra argues LLMs cannot generate new scientific ideas because they learn structured maps of known data and fail outside those boundaries. True discovery requires creating new conceptual maps, a capability current architectures lack.
Anthropic Launches STEM Fellows Program to Pair Experts with AI Research
Anthropic announced the Anthropic STEM Fellows Program, a new initiative to bring science and engineering experts into its research teams for collaborative, months-long projects aimed at accelerating progress with AI.
AI-Powered PS4 Emulator 'Spine' Runs Bloodborne Locally on PC
A developer has released Spine, a PS4 emulator that uses AI techniques to run Bloodborne fully on PC. This represents a major step forward in console emulation, previously considered years away.
AI-Based Recommendation System Market Projected to Reach $34.4 Billion by 2033
A market analysis projects the AI-based recommendation system sector will grow significantly, reaching a valuation of USD 34.4 billion by 2033. This underscores the technology's transition from a nice-to-have feature to a core, high-value component of digital business strategy.
Google's 'Agent Smith' AI Tool Reportedly in Internal Development, Joining OpenAI 'Spud' and Claude 'Mythos'
A leak suggests Google is developing an internal AI tool codenamed 'Agent Smith,' reportedly popular with employees. It's positioned alongside upcoming releases from OpenAI and Anthropic, signaling a new phase of internal productivity tooling.
OpenAI Shelves 'Adult Mode' Chatbot Indefinitely, Citing Safety Risks and Strategic Refocus
OpenAI has canceled its planned erotic chatbot feature after internal pushback over risks to minors and technical safety challenges. The move is part of a broader shift away from experimental 'side quests' toward core productivity tools.
How to Connect Gmail to Claude Code (And Why You Should Start Read-Only)
Multiple MCP servers now give Claude Code access to your inbox. Here's how to install them safely and the critical security trade-offs to consider.
How to Manage Skills Across Multiple Repos with a Centralized Registry
Use symlinks and a dispatch skill to share Claude Code skills across projects without plugin namespacing overhead.
How to Structure Your Claude Code Project So It Scales Beyond Demos
A battle-tested project structure that separates skills by intent, leverages hooks, and integrates MCP servers to keep Claude Code reliable across real projects.
Loop: Run Persistent Claude Code Agents in Docker for Continuous Tasks
Loop lets you deploy Claude Code agents as Docker containers that run scheduled tasks, manage memory, and integrate with Slack/Discord alongside the desktop app.
Recon: The tmux Dashboard That Finally Makes Multi-Agent Claude Code Workflows Manageable
Recon is a tmux-native TUI dashboard that lets you monitor and manage multiple Claude Code agents from a single interface—perfect for side monitors.