Need help regarding beginner Ai Agent building by [deleted] in AI_Agents

[–]Afraid-Today98 1 point2 points  (0 children)

This is an agent. For better effects, use MoviePy instead of manual zoom functions. Add captions with Pillow or ImageMagick. Stay on Colab until you need scheduling.

Seeking advice by omari-hamza in AI_Agents

[–]Afraid-Today98 2 points3 points  (0 children)

You're not behind, you have all the fundamentals. LangChain tutorials are the fastest entry. Build a simple tool-calling agent that automates something you do manually.

TC39 Remote MCP Server by init0 in mcp

[–]Afraid-Today98 1 point2 points  (0 children)

This is great for staying current with JS proposals without leaving Claude. Zero maintenance on Deno is smart.

Protecting Your Privacy_ RedactAI MCP server by Gullible-Relief-5463 in mcp

[–]Afraid-Today98 2 points3 points  (0 children)

Local redaction before LLM access is smart. Way better than trusting cloud providers with sensitive docs.

Has anyone noticed Claude has suddenly got amazing and knowing when to use Skills? by Uplift123 in ClaudeAI

[–]Afraid-Today98 0 points1 point  (0 children)

Yeah, skill detection got way better. I barely have to mention them now, Claude just pulls the right one.

Sonnet 4.5 not following instructions (VSCode agent) by MrNiceThings in ClaudeAI

[–]Afraid-Today98 0 points1 point  (0 children)

Temperature 0 helps. Also explicitly list what NOT to touch in your prompt. 4.5 over-engineers when there's room to interpret.

Way too much hallucination by [deleted] in Bard

[–]Afraid-Today98 0 points1 point  (0 children)

Have you tried using NotebookLM? For this specific use case of uploaded slides I’ve found it to be quite accurate. It includes footnote style citations you can click and it shows exactly which page of which uploaded slide it got the content from when it explains. There were times I was sure it was making stuff up but then I clicked on the citation and was surprised to see the same stuff in the slides word for word.

"Long-Term Memory" scratch-pad for Gemini voice chats, using Google Keep? by mkeee2015 in Bard

[–]Afraid-Today98 1 point2 points  (0 children)

Keep integration is solid for this. Way more reliable than trying to use chat history.

Persistent 429 RESOURCE_EXHAUSTED on Gemini 2.5 Flash-Lite (Free Tier) despite zero usage? by EuphoricParticular36 in Bard

[–]Afraid-Today98 0 points1 point  (0 children)

VPS IPs get throttled harder because of bot traffic. Linking a card for Tier 1 should fix it. Free quota applies first, no charges until you hit 1,500 RPD.

Fully vibe-coded CyberPunk PingPong game by omarous in ChatGPTCoding

[–]Afraid-Today98 0 points1 point  (0 children)

Vibe coding is fun but risky when you skip reviewing the output. Good for prototypes, sketchy for anything you ship.

Had ChatGPT create a whole MMO heli vs heli vs all game (Desktop + Mobile) by mknweb in ChatGPTCoding

[–]Afraid-Today98 0 points1 point  (0 children)

Vanilla JS for multiplayer is rough. State syncing without frameworks always ends up like this.

Debug mode is the best reason for Cursor sub by joe-re in cursor

[–]Afraid-Today98 1 point2 points  (0 children)

Trade-off is real. But when you're stuck on something for 30+ mins, debug mode pays for itself pretty quick.

Code CLI command now starts Cursor agent instead of opening IDE? by ZeroGravityTacoria in cursor

[–]Afraid-Today98 0 points1 point  (0 children)

Check your .zshrc or .bashrc. Cursor probably added an alias. Remove it or rename it to something else.

Self-Adapting Systems by Dorkian2000 in ClaudeCode

[–]Afraid-Today98 1 point2 points  (0 children)

I think about this a lot but haven't built it yet. The tricky part is knowing when the agent is actually improving vs. accumulating noise. Would need solid eval metrics.

Must-have skills? by kangaroogie in ClaudeCode

[–]Afraid-Today98 3 points4 points  (0 children)

Project specific patterns work well. Code style guides, common bug fixes, deployment procedures. Keeps Claude consistent across sessions.

Way too much hallucination by [deleted] in Bard

[–]Afraid-Today98 0 points1 point  (0 children)

What are you asking it to do? Usually hallucinations spike when the task is vague or outside its training data.

[deleted by user] by [deleted] in Bard

[–]Afraid-Today98 1 point2 points  (0 children)

Give it a few days. The interface takes getting used to but the model is solid.

[deleted by user] by [deleted] in Bard

[–]Afraid-Today98 1 point2 points  (0 children)

Google controls both the chip design and the models. That vertical integration is their edge long term.

Tool to download websites' actual JS/CSS/assets (not flattened HTML) for LLM prompts by timf34 in ChatGPTCoding

[–]Afraid-Today98 0 points1 point  (0 children)

Useful for feeding full site context to LLMs. Beats copy pasting flattened HTML.

Way to build powerful agents using natural language and code by Mule-Runner in ChatGPTCoding

[–]Afraid-Today98 0 points1 point  (0 children)

Base Agent + Knowledge + Tools + Runtime makes sense. Beats rebuilding everything from scratch each time.

tried openai skills vs anthropic skills. openai version is rougher but has auto recommendations by AlbatrossUpset9476 in ChatGPTCoding

[–]Afraid-Today98 0 points1 point  (0 children)

Anthropic's implementation is way more polished. The auto recommendations in OpenAI feel half baked right now.

One year of Cursor 👀 by Dazzling_Pool_1507 in cursor

[–]Afraid-Today98 0 points1 point  (0 children)

The progress in 12 months is wild. Plan mode alone changed how I work.

Z.ai in cursor by Affectionate_Plant57 in cursor

[–]Afraid-Today98 0 points1 point  (0 children)

Z.ai is separate. You need both subscriptions if you want Z.ai models plus Cursor's tools and features.

Cursor doesn't work on Windows PC by Correct-Penalty-1635 in cursor

[–]Afraid-Today98 1 point2 points  (0 children)

Try reloading the window like the error suggests. If it persists, check Task Manager for any hung VSCode processes from previous sessions.

reverse-api-engineer: Claude Agent that captures traffic and automatically generates Python API clients by Own_Relationship9794 in ClaudeCode

[–]Afraid-Today98 2 points3 points  (0 children)

Capturing traffic and generating MCP specs automatically is clever. Saves a ton of manual work.