DrRobotoAi MyAgenta

113 posts

DrRobotoAi MyAgenta banner
DrRobotoAi MyAgenta

DrRobotoAi MyAgenta

@MyagentaC68092

PhD in AI, USC, Los Angeles, CA. Expert in AI, genAI, agentic AI, agents, AIGC, text, image, video, 3D. Tutor common people on AI, using video + live streaming.

San Jose, CA, USA Katılım Aralık 2025
74 Takip Edilen1 Takipçiler
DrRobotoAi MyAgenta
DrRobotoAi MyAgenta@MyagentaC68092·
AI chat is too polite, too unbiased, too formal, too rational, however, the real humans are not so. The AI chat is too unreal.
English
0
0
0
1
DrRobotoAi MyAgenta
DrRobotoAi MyAgenta@MyagentaC68092·
10 folders using OpenClaw: bin/: executable scripts cmd/: Gateway, TUI docs/: manuals. packages/: libs. scripts/: Utility scripts. skills/: src/: tools/: browser automation, filesystem access, shell execution. web/: dashboard/Control UI workspace/: your sub-agents, logs, config
English
0
0
0
17
Code Geek
Code Geek@codek_tv·
Do you understand the problem in this meme? 🤔🤔🤔
Code Geek tweet media
English
6
14
243
6.1K
DrRobotoAi MyAgenta
DrRobotoAi MyAgenta@MyagentaC68092·
Error Handling & Recovery: robustness is about handling erros gracefully: 1. Retry: Implementing smart retries for transient issues. 2. Alternative plans: Having backup approaches when primary methods fail. 3. Self-correction: identify and resolve problems autonomously.
English
0
0
0
3
DrRobotoAi MyAgenta
DrRobotoAi MyAgenta@MyagentaC68092·
tokens: going is one token, but swimming is split into 2 tokens: swim, ing, because the vocabulary contains go, going, swim, ing, but does not contain “swimming” as a token, so swimming has to be split into swim and ing as two tokens. Seek the max-length match in vocab.
English
0
0
0
4
DrRobotoAi MyAgenta
DrRobotoAi MyAgenta@MyagentaC68092·
No chat, do it! An AI agent has agentic workflows — The AI agent has many skills, which enable it to not just "talk," but "do it". Chat is with mouse, do is with hands like send-email out, buy from amazon, etc.
English
0
0
0
10
DrRobotoAi MyAgenta
DrRobotoAi MyAgenta@MyagentaC68092·
Software is dead. If you want some feature, ask an agent on your computer, the agent will get it done and deliver the result, so you do not need any software, no software, no app, no SaaS. Only ask the agent to do it.
English
1
0
1
6
DrRobotoAi MyAgenta
DrRobotoAi MyAgenta@MyagentaC68092·
Roughly 10 markdown .md files for OpenClaw AI agents: identity, behavior/scheduling, memory, and skills. The most critical ones are SOUL.md, AGENTS.md, USER.md, HEARTBEAT.md, MEMORY.md, and SKILL.md. But IDENTITY.md, TOOLS.md, STYLE.md, WORKING.md: used in production deployments
English
1
0
0
30
DrRobotoAi MyAgenta
DrRobotoAi MyAgenta@MyagentaC68092·
Procedure vs. Workflow? Procedure: method and operating details to do a task correctly, like "procedure for the plumber to fix the jam in a kitchen sink". Workflow: who does a step then pass to who the next person to continue handling the work until finish, like making a movie.
English
0
0
0
7
DrRobotoAi MyAgenta
DrRobotoAi MyAgenta@MyagentaC68092·
MCP is dead! too low-level, too complicated, only a wrapper to function calls, nothing new. Still too low level, difficult to use. Dead, or almost dead, or dying.
English
0
0
0
10
DrRobotoAi MyAgenta
DrRobotoAi MyAgenta@MyagentaC68092·
Danger! agents should not be proactive! You ask agents to clean disk and it remove too many files! A manager tells employees to be proactive, but when something extra is done not in his wanted way, the manger becomes unhappy. Ask before you do. Same to you and your wife.
English
0
0
0
2
DrRobotoAi MyAgenta
DrRobotoAi MyAgenta@MyagentaC68092·
autogression: auto: self, own. re: back. gress: go. Autogression is math to predict the change values from its own past data. tomorrow's tempertature using last 7 days' temperatures, that is: T8 = c + w1xT1 + w2xT2 + w3xT3 ... + w7xT7 + noise. GPT: "I want to eat" ->predict->food
English
0
0
0
5
DrRobotoAi MyAgenta
DrRobotoAi MyAgenta@MyagentaC68092·
Prompt Engineering is dead! You no longer need to waste hours guessing the right phrases or brute-forcing your way out. Today, you simply describe your intent, and LLM handles the heavy lifting. By providing your goals, requirements, and constraints, AI generates optimal prompt
English
0
0
0
4
DrRobotoAi MyAgenta
DrRobotoAi MyAgenta@MyagentaC68092·
GPT is only half-side transformer, "I want to eat an ..............", decoder-only, without looking at right side (............ part). However, for translation, better see two sides for best translation: encode English to middle space internal rep then decode to French or Spanish
English
0
0
0
7
DrRobotoAi MyAgenta
DrRobotoAi MyAgenta@MyagentaC68092·
how much autonomy can we give to the agent? we can change the autonomy (or degree of agency) level anytime: 1) auto change (without our approval); 2) plan mode (only shows plan without any actual change); 3) default: agent always asks our approval before change: yes? no?
English
0
0
0
12
DrRobotoAi MyAgenta
DrRobotoAi MyAgenta@MyagentaC68092·
RAG is query/search/retrieval of vector database, too simple! So we have "agentic RAG": use agents to do complex steps for thinking/reasoning/multiple steps of try/retry/retry to get a final result as the context to add in front of the user prompt: decompose to multiple steps
English
0
0
0
6
DrRobotoAi MyAgenta
DrRobotoAi MyAgenta@MyagentaC68092·
Magic! your goal => 1) Decompose: Break the "big goal" task into a logical sequence of sub-tasks. 2) Select Tools: Look at a "toolbox" you provided (Web sites, APIs, search engines, databases, MCP) and decide which tool fits. 3) Evaluate: failed, auto change to try different path
English
0
0
0
4
DrRobotoAi MyAgenta
DrRobotoAi MyAgenta@MyagentaC68092·
workflow drag-drop is dead: in 2025 we did drag and drop to design a workflow in agents, but in 2026 we do not do drag and drop anymore. We speak out a "Goal", and list some "Tools". Then "agentic AI" can automatically figure out a workflow for us - called AI agentic workflow
English
0
0
0
7
DrRobotoAi MyAgenta
DrRobotoAi MyAgenta@MyagentaC68092·
Agent: no intelligence! intelligence is in remote LLM. Agent provides agency, persistence, tool integration, control flow, memory, error resilience, retry, recovery, reflection, evolution. LLM is knowledgeable person locked. Agent has hands, tools, memory, persistence keep trying
English
0
0
0
5
DrRobotoAi MyAgenta
DrRobotoAi MyAgenta@MyagentaC68092·
why? food in the morning is called breakfast? break fast. Break? broken? actually "fast" means no eating. "Are you fasting?", the nurse in hospital asks you. You need to fast (not eating) before a blood-draw. If you eat in the morning, you break the "fast" status in whole night.
English
0
1
1
14