One of the most important AI Harness
Deciding what information the model stores, retrieves, and presents.
How can we scale this work from sequential to parallel is going to be the next jump
- planning AI Scheming
- memory
- tool interface
Specifically
- Tool learning
- System Calls
- Socket
- Headless Browser access to pretend human
- CLI access
- Curl
- GET - Search
- POST - Communication
- Permanent Storage like vector database
- Context Selection based on vector similarity
- Long-term memory by weight update
- Vanishing to prevent manage capacity based on LLM decision or dynamic sparsity
- Self-replication, Self-restart
- Self-initialization prompt, Self-editing
- Asynchronous communication port
- Interrupt
- …
Text to Task Generative Model
- Photoshop like AI software
AI Agent Notion
AI Agent Usages
Tips (AI Service, AI Agent)
- Split into micro-agents with single roles. (Model-based agents still don't perform well due to insufficient data accumulation)
- Keep only frequently used tools. (terminal, Language Server Protocol)
Google whitepaper
Agents
Authors: Julia Wiesinger, Patrick Marlow and Vladimir Vuskovic
https://www.kaggle.com/whitepaper-agents
Workflow orchestration (Prompting Optimization)
Agent Recipes
Explore common agent recipes with ready to copy code to improve your LLM applications.
https://www.agentrecipes.com/

Workflow-based vs. Model-based
In the Matter of OpenAI vs LangGraph
The silent war in Agent Engineering gets loud.
https://www.latent.space/p/oai-v-langgraph

Agent Software
- Parity: Agents should be able to perform any action through tools that is possible through the UI.
- Granularity: Tools should be atomic primitives without judgment. The agent makes the decisions.
- Composability: New features are composed through prompts alone without code changes.
- Emergent Capability: Agents should be able to solve unplanned requests by composing available tools.
- Improvement over TimePerformance: improves without deployment through context accumulation and prompt refinement alone.
Agent-native Architectures: How to Build Apps After Code Ends
A new software paradigm for the AI age
https://every.to/guides/agent-native


Seonglae Cho