someone open sourced a tool that reads your entire codebase and explains it back to you.
→ you join a new team with 200,000 lines of code and zero documentation
→ one command scans every file, function, class, and dependency
→ builds an interactive visual dashboard you can explore
→ semantic search ask "which parts handle auth?" and it finds everything
→ shows ripple effects of your changes before you commit
→ auto-groups code by architectural layer API, Service, Data, UI
→ works with Claude Code, Codex, Copilot, Gemini CLI, and more
→ completely free and open source
onboarding a new codebase will never be the same.
Context engineering is the single most important area you can focus on right now.
We already have amazing models.
Agents no longer fail because models are dumb. They fail because they don't have the right context.
Here are the 4 ingredients of good context:
HARNESS ENGINEERING IS ABOUT TO CHANGE HOW YOU USE AI AGENTS
Anthropic ran a controlled experiment. same model, same prompt, opus 4.5
no harness: $9 spent, 20 minutes, unusable output full harness: $200 spent, 6 hours, a game you could actually play
the model didn't change... the environment around it did
that environment has a name... it's called a harness
and most people building with ai agents have never built one
here's what it actually is:
→ instructions the agent reads before touching anything
→ state that persists so it never starts from zero
→ verification gates it can't skip to declare done
→ scope that locks it to one feature at a time
→ a session lifecycle so every run starts clean and ends clean
without this, your agent writes code, says "done," and breaks everything.
with this, it picks up where it left off, finishes what it started, and proves it before moving on
learn-harness-engineering is a free course built around exactly this
12 lectures. 6 hands-on projects. one real app that evolves as your harness skills grow
if you're using claude code or codex on real work and the output still feels unreliable now you know why
https://t.co/aFbbaLo3dL
Step-by-step video to build a voice agent from scratch.
I'm doing this using Claude Code, because writing code by hand in 2026 is yucky.
I'm using @AssemblyAI's new Voice Agent API, which is all you need to get this done, instead of stitching together 12 different components.
🚨 Goodbye to the love of my life, PowerPoint!
Claude 4.7 can create a complete presentation in just 60 seconds.
Use these 6 prompts and watch the insanity unfold.
Save this — you’ll use it a lot.
Thread:
You can now give Hermes, Claude Code, and Codex infinite memory 🤯
It's called agentmemory.
Records what your agent does during every session. Compresses it with AI. Injects the right context back when the next session starts.
4,000+ GitHub stars. Free.
Gemini 3.5 Flash building animated websites that would've cost $50k to commission.
25 minutes to learn it. Free tutorial. Google AI Studio.
The web design industry has a problem.
You can now add a voice to your chatbot with one prompt 🤯
ElevenLabs shipped Speech Engine. It’s a voice layer that drops onto your existing stack without touching your LLM, RAG, or architecture.
70+ languages. 11,000+ voices to pick from. One prompt to set up.
STOP using Claude Design without doing this first.
Most builders using Claude Design never set up a design system. So every prompt means fresh choices on colors, fonts, buttons. Every output looks like every other AI generated app.
The fix takes 5 minutes.
Open Claude Design. Click the Design Systems tab. Describe your brand once.
→ Primary color
→ Accent color
→ Font feel
→ Button style
→ Mode (dark or light)
Connect it before every project. Every design from that point on is automatically on brand.
Step 1 of 4. Full workflow in the article below.
GEMINI 3.5 FLASH CAN DESIGN ANIMATED WEBSITES THAT LOOK LIKE THEY COST $50,000.
Someone just recorded a 25 minute tutorial showing you how to build one from scratch using Google AI Studio and Gemini 3.5 for free.
made a tool that turns any URL into a clean DESIGN.md
Extract layout, typography, colors, and component patterns from any site, then save them to your private library.
It also includes 160+ downloadable design systems if you need a good starting point.
❤️🔥Gemini 3.5 Flash is so cracked at animated websites.
Just Recorded a 25 min Tutorial on how to Design websites with Google AI Studio + Gemini 3.5 ($50k Website)
🚨 Anthropic just showed a 27-minute workshop on how to actually do prompts for Claude.
Taught by the people who built it.
Free. No registration. No paywall.
I've seen $300 courses that don't cover what they teach in the first 8 minutes.
Watch it and bookmark it now.
OPENAI DROPPED A PDF ON HOW THEY USE CODEX INTERNALLY
and it's actually useful
their engineers across security, infra, frontend, and api teams use it daily for:
▫️ understanding unfamiliar codebases fast (especially during incidents)
▫️ refactoring changes that span dozens of files
▫️ generating tests for edge cases devs usually miss
▫️ scaffolding boilerplate so you ship faster
▫️ staying in flow when your calendar is a disaster
the one that hit different:
one engineer said "i was in meetings all day and still merged 4 PRs because codex was working in the background"
https://t.co/2GFtZ0cRsf
Anthropic just dropped an official plugin that fully configures Claude Code the moment you open it
It's called claude-code-setup and it's casually rewriting how everyone should be running Claude Code
What it does:
> Reads your project and identifies missing components
> Recommends hooks, skills, MCP servers, and sub-agents
> Suggests automation recipes that match your actual code
> One-shot install with /plugin install claude-code-setup@claude-plugins-official
Before this you had to manually configure every new Claude Code instance from a blank slate
Now Anthropic's official template handles everything in one command
The more casually you've been using Claude Code, the more this will change your workflow the second you install it
The 10 GitHub repos that turned my Claude Code from chatbot to engineering team.
Bookmark this. Repost it. Every developer will save more years than this list took to write.
1. anthropics/skills
Anthropic's official skill templates. 135K stars. The patterns Anthropic uses internally.
Repo → https://t.co/6VBUdubDG0
2. affaan-m/everything-claude-code
141K stars. The complete library of skills, agents, and commands every builder forks.
Repo → https://t.co/PaXno1QqDi
3. obra/superpowers
94K stars. Officially accepted into Anthropic's skills marketplace. Multi-agent orchestration without the boilerplate.
Repo → https://t.co/Z7i3fzf4s4
4. hesreallyhim/awesome-claude-code
The canonical curated list. 36K stars. Hand-tested. If a repo isn't on here, it probably doesn't work.
Repo → https://t.co/VhNjDoz7YM
5. Repomix
Packs your entire codebase into AI-ready context with one command. The reason Claude Code can actually understand your project.
Repo → https://t.co/znfB2pQA1n
6. claude-task-master
Multi-agent task orchestration. Turn one prompt into a coordinated team shipping a feature.
Repo → https://t.co/0xYzJpSX4z
7. ericbuess/claude-code-docs
Auto-updating mirror of Claude Code's documentation. Updates every few hours.
Repo → https://t.co/IHFcyKOQw1
8. travisvn/awesome-claude-skills
Community skill marketplace. 22K+ installs. The exact skills real builders use to ship.
Repo → https://t.co/L7DlZ982jy
9. forrestchang/andrej-karpathy-skills
109K stars. The most-starred single-file repo in GitHub history. Karpathy's coding wisdom as a Claude Code plugin.
Repo → https://t.co/unItpr073y
10. Marketing Skills Suite
23 specialized skills covering the entire marketing workflow. Install once. Ship like a team of 5.
Repo → https://t.co/VhNjDoz7YM
Here's the wildest part:
Claude Code alone is a chatbot.
Claude Code plus these 10 repos is a 10-person engineering team.
A senior engineer costs $300,000 a year.
A staff engineer costs $500,000 a year.
A full team costs millions.
You don't need to hire. You need to install.
The developers shipping the fastest in 2026 aren't smarter than you. They've just curated the right repos.
Save this. Share it with the developer in your life who deserves to ship faster.
100% free. 100% open source.
Creator of Claude Code just shared a 6-minute breakdown of a new Claude workflow during a live session in London.
Boris Cherny put it perfectly:
“A lot of my code these days is written by routines. I’m not doing the prompting, I create the routines that do the prompting.”
That one idea changes everything.
Instead of prompting Claude over and over, you build repeatable routines that prompt for you.
6 minutes. Free. Straight from the person behind Claude Code.
Watch this now. It might completely change how you build with AI.
this is f*cking gold
the Claude setup most people will never find on their own
if I had this a year ago, I would've worked 5x faster
in the right hands, this changes everything:
Microsoft Senior AI developer just showed how they build AI agents with Claude at Microsoft.
34-minutes. free. By Microsoft team
Opus 4.7 + 1,400+ pre-built MCP tools
plug Claude into agent → give it tools → ship to production
worth more than any $500 vibe-coding course.