<aside> <img src="/icons/target_gray.svg" alt="/icons/target_gray.svg" width="40px" />
<aside> <img src="/icons/calendar-week_lightgray.svg" alt="/icons/calendar-week_lightgray.svg" width="40px" />
Stretch Goal:
Add an Agentic System to my Exobrain
</aside>
<aside> <img src="/icons/list_gray.svg" alt="/icons/list_gray.svg" width="40px" />
<aside> <img src="/icons/link_gray.svg" alt="/icons/link_gray.svg" width="40px" />
Roadmaps (Agents)
https://github.com/krishnaik06/Roadmap-To-Learn-Agentic-AI
Github project
Safety / Observability
Deploying agentic AI with safety and security
https://opentelemetry.io/blog/2025/ai-agent-observability/
https://docs.langchain.com/oss/javascript/langchain/tools
Design Patterns
https://arxiv.org/abs/2210.03629
https://docs.cloud.google.com/architecture/choose-design-pattern-agentic-ai-system
LangGraph
https://www.coursera.org/learn/agentic-ai-with-langchain-and-langgraph#outcomes https://www.coursera.org/learn/agentic-ai-with-langgraph-crewai-autogen-and-beeai?specialization=building-ai-agents-and-agentic-workflows
https://langchain-ai.github.io/langgraph/tutorials/lats/lats/#graph-state
https://docs.langchain.com/oss/javascript/langchain/tools
Github Projects
LangGraph
https://github.com/wassim249/fastapi-langgraph-agent-production-ready-template
https://github.com/ForLoopCodes/contextplus
https://github.com/jamwithai/production-agentic-rag-course
Agentic AI Interview Resources
…
</aside>
<aside> <img src="/icons/forward_gray.svg" alt="/icons/forward_gray.svg" width="40px" />
Moltbook (OpenClaw) Agent Analysis
https://github.com/knostic/openclaw-telemetry
Captures tool calls, LLM usage, agent lifecycle, and message events. Outputs to JSONL file and optionally to syslog for SIEM integration
…
</aside>
Tier 3 — Deeper study for differentiation:
Chain-of-Thought Prompting (https://arxiv.org/abs/2201.11903), Tree of Thoughts (https://arxiv.org/abs/2305.10601), Reflexion (https://arxiv.org/abs/2303.11366), Lil'Log and Stanford's Generative Agents (https://arxiv.org/abs/2304.03442). The 86-page survey "The Rise and Potential of LLM-Based Agents" (https://arxiv.org/abs/2308.11432) is comprehensive reference material. For production patterns, the arXiv paper on "Production-Grade Agentic AI Workflows" (https://arxiv.org/abs/2512.08769) bridges theory and deployment. arXiv