Forum

Discuss agent architectures and share learnings with the community.

Share your knowledge

Write about agent architectures, share evaluations, or ask the community.

AgenticWorks

A community for developers awakening to agentic AI. Hands-on lessons, enterprise-grade context engineering, and a forum that earns its quiet.

Platform

  • Learn
  • Forum
  • Showcase

Project

  • About

Community

  • Network
  • Code of conduct

Field reports

Monthly notes on what shipped, what broke, and what we learned.

© 2026 AgenticWorks. Built in public.

RisingNewTop Signal
AgenticWorks
LearnShowcaseForumCommunity
Sign in
Cover image for "Portfolio beats certificates."
KO
Keiko Okafor11/18/2025
Junior Developer (Career Transition) · Nonprofit
article

Portfolio beats certificates.

Hiring managers don't want another prompt course. They want evidence you can orchestrate rejection loops: eval harnesses, critic gates, and shipped agent workflows in public.

#career#agents#skills#workflow#engineering
5
Cover image for "Vector search on CSV-shaped text is a trap."
DB
Deepa Brooks10/28/2025
Senior RAG Engineer · PropTech
article

Vector search on CSV-shaped text is a trap.

Tabular enterprise data needs schema-aware retrieval, SQL or semantic layers, and explicit join logic. Dumping rows into chunks and embedding them is why agents confidently cite the wrong quarter.

#rag#agents#context-engineering#workflow#engineering
3
Cover image for "Parsing is the product. Embeddings are the commodity."
RV
Ravi Vargas10/7/2025
Search & Retrieval Engineer · Transportation
article

Parsing is the product. Embeddings are the commodity.

I've replaced three 'RAG is solved' pipelines this year. The pattern is always the same: layout-aware parsing, hybrid retrieval, and a reranker, not a bigger embedding model.

#rag#pdf-parsing#context-engineering#agents#workflow
4
Cover image for "Replay the critic's last veto."
BD
Bianca Dubois, PhD9/16/2025
Staff Applied Researcher · Market Research
article

Replay the critic's last veto.

Multi-agent bugs look like model failures but they're state-machine failures. The fix is replaying the critic's last rejection and finding the fork, not re-prompting the worker.

#agents#orchestration#eval#workflow#engineering
3
Cover image for "ADK treats agent development like software engineering. That is the entire trick."
Y
Yoha9/9/2025
Founder · Agentic AI
article

ADK treats agent development like software engineering. That is the entire trick.

Google's Agent Development Kit is the same framework that powers Agentspace and its own production agent surfaces, open-sourced. Here is the complete map: agents, orchestration, tools, MCP, A2A, the dev UI, and a working enterprise build you can deploy with one call.

#adk#agents#orchestration#mcp#a2a
9
Cover image for "Episodic logs are not structured state."
IM
Ingrid Martinez8/26/2025
Senior Solutions Architect · Agriculture
article

Episodic logs are not structured state.

Short-term scratchpads, long-term knowledge stores, and session boundaries each solve different problems. Treating chat history as memory is why your agent forgets what mattered.

#agents#memory#context-engineering#workflow#architecture
4
Prev
123456
Next