RADX / AI FIELD GUIDE

The feed became the curriculum.

You asked how I learned so much about AI. The short answer is not one course or one model. It was watching a field change in public—one practical signal at a time.

600saved posts reviewed
241AI-related signals
72agent + autonomy signals
68coding workflow signals

AI stopped looking like a chatbot and started looking like a working environment.

That is the through-line in the collection. The interesting question moved from “How smart is the model?” to “What can the model do when it has tools, memory, context, code, and a job?”

“The model is only one part of the system. The leverage comes from everything you put around it.”— the pattern that repeats across the saved signals

Five shifts explain the movement.

These are not claims that every post is correct. They are the strongest patterns visible in the source material.

01

From answering to acting

Agents became the new unit of attention. A prompt was no longer the whole interaction; people started giving systems a role, tools, files, browsers, and repeatable jobs.

02

From writing code to working with code

Claude Code, Codex, testing loops, plans, and agent teams made software development feel more like directing a capable collaborator than typing every line by hand.

03

From model worship to model strategy

Context windows, inference speed, benchmarks, local hardware, and model routing entered the practical conversation. The “best model” became a situational choice.

04

From isolated tools to connected systems

MCP, APIs, terminals, browsers, gateways, and integrations gave agents ways to reach the real world. That also made security, permissions, and reliability impossible to ignore.

05

From memory as a feature to knowledge as infrastructure

Second brains, graph engineering, RAG, wikis, and durable context point toward systems that do not reset every time the chat window closes.

The present is messy because the categories are collapsing.

The source feed mixes product launches, tutorials, demos, warnings, hype, and genuine technical insight. That mess is not a flaw in the story—it is what the transition looks like up close.

SignalAgents are becoming applications.

The repeated pattern is chat + server + tools + data. The useful agent is less a magical personality and more a small software system with a job.

SignalCoding is the first serious proving ground.

It has clear artifacts, fast feedback, tests, and a large surface area for delegation. That makes it the easiest place to feel the shift.

SignalContext is competitive advantage.

Models are increasingly interchangeable. The differentiated layer is the context, memory, workflows, and permissions surrounding them.

WarningCapability is outrunning operational discipline.

The bookmarks include exposed gateways, insecure automation, hype claims, and exaggerated forecasts. The future belongs to systems that are powerful and controlled.

My best current hypothesis: AI becomes the interface to work.

Not because every task becomes autonomous, but because more of the distance between intention and execution disappears.

LikelySmall teams gain leverage.

One person with good context, tools, and agent workflows can operate across research, code, outreach, and content with less manual coordination.

LikelyPersonal knowledge becomes operational.

Your notes, files, history, and decisions become something an agent can use—not just something you archive.

PossibleSoftware is increasingly specified, not typed.

The human contribution shifts toward goals, constraints, taste, review, and judgment while the system handles more implementation.

UncertainAutonomy becomes ordinary.

The direction is clear, but timelines and reliability are not. The saved posts contain forecasts; they should be treated as hypotheses, not promises.

Don’t try to learn all of AI. Follow the sequence.

The point is to build intuition by doing—not memorize a vocabulary list.

01

See the shift

Read the source trail below and notice the move from chat to action.

Begin ↘
02

Give an agent a real job

Ask it to research, organize, test, or draft something you actually care about.

Follow the builders ↗
03

Learn the working parts

Code, tools, MCP, context, memory, local models, and security.

See the map ↘
04

Build your own feed

Follow a few good people, ignore the noise, and return for signals—not scrolling.

Join X ↗

The links are evidence, not homework.

Each one is a door into the story. Read one when a chapter catches your attention, then follow the person if their way of seeing is useful to you.

Agents became practical2026-03-13

NVIDIA AI Developer @NVIDIAAIDev

Developers can run @OpenClaw on NVIDIA DGX Spark, bringing powerful agentic workflows directly onto NVIDIA Grace Blackwell systems. The step‑by‑step playbook is now available: https://build.nvidia.com/spark/openclaw

Agents became practical2026-04-04

Meta Alchemist @meta_alchemist

> setting up OpenClaw was tough > u were just getting used to it > then Claude banned subscriptions > u are not dumb & won't pay 20-30 times for API > "time to look for Claude alternatives" > and then u found this guide > now u have an agent just as good >…

Agents became practical2026-04-22

Garry Tan @garrytan

This cycle below is what has replaced 50% of my agentic coding. This is now how I am building GBrain and my own personal mini-AGI with full context on me and the things I care about. It's not hard. It's quite fun. I do something, anything with OpenClaw,…

Coding became a conversation2025-10-27

Jeffrey Emanuel @doodlestein

I finally got around to making a tool I've wanted for a long time: you can basically think of it as being "like Gmail for coding agents." If you've ever tried to use a bunch of instances of Claude Code or Codex at once across the same project, you've…

Coding became a conversation2026-01-10

Jarrod Watts @jarrodwatts

Introducing Claude Delegator! A Claude Code plugin that lets you use GPT 5.2 powered subagents directly within Claude Code. Ask GPT 5.2 (via codex) to architect your code, perform security audits, or make any other changes to your codebase. Easy…

Coding became a conversation2026-01-22

Gregor Zunic @gregpr07

Introducing: Browser Use CLI + Skill (100% OSS) Give your Claude Code/Codex agent a browser. Perfect for local dev "go to localhost:3000, tell me what's wrong with the UI and keep improving it until it looks pretty". It just works. Works with: Headless…

The model stopped being the whole story2026-06-21

Alok @analogalok

gemma-4-12B-agentic-fable5-composer2.5 V2 is out. the agentic upgrade to the model trained on Fable 5's reasoning. Running it now with TurboQuant llama.cpp on a single RTX 4060( 8 GB VRAM) at 30 tokens/second with full 25000 context and reasoning: # The…

The model stopped being the whole story2026-07-12

Chaz Wargnier @DataChaz

THE RULE THAT GIANT MODELS REQUIRE GIANT RAM IS OFFICIALLY DEAD COLIBRI runs GLM-5.2, a 744B model, on a 25GB machine with no GPU. Because the model only needs a fraction of its parameters at once, colibrì smartly holds the core in RAM and streams the rest…

The model stopped being the whole story2026-08-21

Chubby @kimmonismus

A mysterious new AI model just appeared. Ox Alpha offers a 1M context window, multimodal capabilities, zero data retention, and nearly unlimited usage for an entire week. OpenCode says it has capacity for 100 trillion tokens per day. That’s 1.16b tokens…

The system around the model emerged2026-01-25

0xSammy @0xSammy

923 Clawdbot gateways are exposed right now with zero auth (they just connect to your IP and are in) That means shell access, browser automation, API keys. All wide open for someone to have full control of your device. Had Clawdbot check my setup: - Config…

The system around the model emerged2026-04-12

Eric Glyman @eglyman

99% of Ramp uses ai daily. but we noticed most people were stuck — not because the models weren't good enough, but because the setup was too painful and unintuitive for most. terminal configs, mcp servers, everyone figuring it out alone. so we built Glass.…

Knowledge became infrastructure2026-06-13

Chaz Wargnier @DataChaz

@Karpathy predicted the power of the "LLM Wiki." Google just formalized it. Meet Open Knowledge Format (OKF): a vendor-neutral standard for giving foundation models the curated context they need. I can genuinely see this replacing Notion, Obsidian, or…

Knowledge became infrastructure2025-11-15

Rohan Paul @rohanpaul_ai

This paper introduces ProgRAG, which answers knowledge graph questions more reliably by growing evidence step by step and reducing hallucinations. 10.9% accuracy gain on CR-LT. A knowledge graph stores facts as triples, and multi-hop questions need linked…

Knowledge became infrastructure2026-07-24

Movez @0xMovez

Andrew Ng just dropped 12-page PDF on "Graph Engineering" for multi-agentic systems. The architecture matters more than the model. Reflect → Use Tools → Plan → Collaborate → Build the Graph This 12-page PDF maps Ng's 4 design patterns from a simple loop to…

Method: 600 exported bookmarks were filtered to 241 AI-related candidates, then grouped by recurring capability. The first pass is keyword-assisted and includes hype alongside useful material; the narrative separates observed patterns from future hypotheses.