r/agenticAI

+14.62% on Terminal-Bench 2.1 from one OpenCode skill
▲ 364 r/agenticAI+5 crossposts

+14.62% on Terminal-Bench 2.1 from one OpenCode skill

Autoprompt Skill pushed DeepSeek V4 Flash from 67.42% to 82.02% (with the OpenCode Harness) on Terminal-Bench 2.1.

Same effect comes with all models- not just deepseek.

The skill closes much of the manual coding loop by planning, building, testing, reviewing, and repairing autonomously, but expect longer runs and higher token costs.

Repo: https://github.com/Spielewoy/autoprompt-skill

Any feedback would be awesome. If you like the project, a star would genuinely help.

u/Sorosu — 10 hours ago
▲ 6 r/agenticAI+1 crossposts

When your "customer" is an agent, most of our fraud defense quietly stops working. What replaces it?

I spent about eight years inside credit card authorization. eCommerce and not POS. Something about agentic checkout has been bothering me and I want to know whether anyone here has a better answer than I do.

Take the controls we actually run. Device fingerprinting. Behavioral biometrics, meaning mouse movement, typing cadence, how long someone sits on the CVV field (which always gets me and I have to yell out to my kids to give this to me quick). Velocity rules. 3DS step-up. One-time passcodes to a phone. Risk models trained on how real people move through a checkout.

Every one of those infers that a human is present and behaving normally. None of them verifies that the purchase was wanted.

That held for thirty years because a human was always eventually there. Even card-not-present, someone typed the number. Presence was a decent proxy for intent, so nobody had to separate the two.

Agentic checkout removes the human on purpose. The signals then go one of two ways. Some disappear, because there is no mouse movement and no hesitation to measure. The rest get emulated, and emulated cleanly, because an agent produces consistent timing and a stable device signature every single run. A model trained to catch the anomalous human has nothing to catch when there is no human and no anomaly. A compromised agent looks the same as a working one.

I have been calling this the presence assumption. Authenticating the human, treated as though it authorized the transaction.

What I cannot resolve is what carries the decision once presence is gone. Options I keep seeing, and my problem with each:

  • Agent identity and attestation. Tells you which agent is calling. Says nothing about whether this purchase sits inside what the person asked for.
  • Merchant-side allowlists. Do not travel, and agents shop across merchants.
  • Spend caps at the card. Blunt, and they do not survive an agent splitting a purchase.
  • Post-hoc dispute. Fine on cards. Useless when the action does not reverse.

Real question, not rhetorical. For anyone running fraud ops or building on the agent payment rails, what are you planning to lean on is the absence of presence? Is anyone checking the transaction against the mandate the human actually granted, and does that hold up operationally? This becomes a huge liability in itself. I am sure there are solutions out there, at least in parts. Please illuminate.

reddit.com
u/usually_guilty99 — 9 hours ago
▲ 38 r/agenticAI+32 crossposts

OpenSourcing TrueForge Agent harness : Expect feedback from community on the agent loop

Hey folks 👋

We just open sourced TrueForge, our vendor-neutral agent harness for building general-purpose agents.

It handles the runtime pieces that get painful quickly : context management, tool/MCP execution, subagents, sandboxing, approvals, persistent state, and more.

We also benchmarked the harness itself. With the same Opus 4.8 model, TrueForge delivered a similar solve rate at ~30% lower cost than Claude Managed Agents. Switching to an open model pushed that to ~75% lower cost on the same benchmark.

Would love feedback from people building agents.

⭐ Star the repo: https://github.com/truefoundry/trueforge

📖 Read the launch article: https://x.com/truefoundry/status/2090081376330715176

u/Upbeat_Pea8961 — 9 hours ago
▲ 1 r/agenticAI+2 crossposts

I built an entire YouTube channel from scratch using only AI – here’s what’s possible right now.

I’ve been experimenting with the current state of generative AI for content creation, and I wanted to share a full case study of what I was able to accomplish without any traditional design or video editing skills.

For this experiment, I gave myself one rule: the idea and the script direction had to be mine, but everything else had to be generated by AI.

Here’s the breakdown of the process:

Channel & Branding: All the channel art, logos, and thumbnails were created using AI image generators.

Video Assets: Every visual element, stock-like clip, and graphical asset in the videos was sourced or generated through AI tools.

Voiceover & Audio: The narration and any sound design were produced using AI voice synthesis.

Content Scripts: While I provided the core ideas and structure, I used AI for research, expansion, and script polishing.

The result is the AI Ideas channel, which is now live. You can see the outcome for yourself here: https://youtube.com/channel/UCw-rUEbLzjwDVsc833q0uiw

I’m sharing this not to promote the channel itself, but to spark a discussion on the current capabilities of these tools. The workflow is fascinating and a bit surreal. What used to take a team of specialists can now be executed by one person with a clear vision and the right prompts.

A few questions for the community:

What's the most impressive AI-generated content you've seen recently?

Where do you see the biggest bottleneck in this type of workflow?

Does the "human touch" become more important or less important when the production is so automated?

I’m happy to answer any questions about the specific tools used in the process. It’s an exciting time to be a creator, and the pace of change is incredible.

u/anuraginsg — 13 hours ago
▲ 22 r/agenticAI+1 crossposts

Any suggestions on full agentic AI course??

Anyone has any good suggestion ( free of cost) may be youtube playlist that covers majority of agentic AI along with hands on.

I found Venkata reddy ai classes, but I am not sure how helpful it would be so before starting, I want to have people's input

Thanks

reddit.com

What local ai agents can be useful for a research guy like me to self host in a potato pc

​

So I am a chemical biologist in my work i accumulate a large amount of text , data , imaging files . And while looking through the net I found local agents which can be self hosted can be of much use

I am hoping that it can

1 Arrange and keep a track of my files

2 Keep me updated about my schedule, and and modify events on command

3 scrape through internet to see what's new about peptide chemistry

4 get me any information from the files and protocols saved

I have a intel i7 6700k and 32 gigs of ddr4 with a nvdia k620 with 2gb vram

Can you give this newbie some tips

reddit.com
u/Correct_Hotel_1935 — 1 day ago
▲ 14 r/agenticAI+3 crossposts

I built a fully-local AI coding agent that runs on llama.cpp — no cloud, no API key. Looking for feedback and contributors

https://www.youtube.com/watch?v=-UbYdRgwRWE

I've been building CortexAgent as a personal project for a while, and I finally got it to a place I'm happy to share. It's a private, local AI coding agent — everything runs on your own machine via llama.cpp. No cloud, no account, no API key, and no data ever leaves your computer. It binds to 127.0.0.1 only.

It's MIT licensed at https://github.com/greyok00/cortexagent.

One terminal interface, one local stack — the only interface you talk to is a single clean TUI (cortex). A 35B MoE does the heavy lifting on your GPU (16 GB+ VRAM recommended), with a small "overseer" model for planning and routing. Nothing else to juggle.

The processing pipeline you can watch — every request animates live through its stages, with real percentages (it never fakes a determinate number):

- 🧠 preparing — organizes your request and checks the context it needs.

- 🗜️ slimtoken — minifies your context before it reaches the model, so you fit more into the window.

- 📤 sending — the request goes to the big model.

- ✨ generating — streamed output builds in place.

- 🔧 tool wait — when the model calls a tool mid-request.

Overseer routing — a dedicated small model plans and routes each request to the big model, instead of one model trying to do everything.

Memory that actually remembers — hot working memory for the current session plus curated cold knowledge, distilled automatically from what you've already said, so you don't re-explain yourself across sessions.

Domain memory — recalled context from your own notes is injected automatically when it's relevant, no prompting needed.

Talk instead of type — speech-to-text as a floating popout you control with the mouse and your voice only (no keyboard), transcribed locally with faster-whisper. Open it from the system tray under STT Controls.

Tools & integrations

- 🌐 browser control — drive Brave over Chrome DevTools Protocol, exposed as 9 brave_* tools registered directly in the tool registry.

- 🔌 MCP client + lazy proxy — talk to MCP servers, spawning the real server only on first use instead of holding every socket open.

- 🔎 Firecrawl — web research and page parsing routed through a proxy.

- 🎨 image & video generation — SD 1.5 / SDXL / LTX run in-process through HuggingFace diffusers on the GPU the daemon already manages — no separate GUI server.

- 📄 PDF & document knowledge — ingest PDFs and documents into a queryable knowledge base.

See the whole thing — a web UI with a three.js 3D cortex scene (gold neural cortex + glass chat), a system tray dashboard, a session bridge so the TUI, web UI, and overseer all agree on context, and a live status ticker.

Under the hood

- ⚙️ Daemon lifecycle — the model + proxy run as an always-on service (systemd); VRAM-aware fallback swaps models when GPU memory gets tight.

- 📅 Scheduler + worker pool + heartbeat — background jobs run and recover cleanly.

- 🛡️ Reliability layer — pre-flight gate, anti-hallucination + post-response verification, a doctor that repairs settings drift, loop guard, chain diagnostics, and observability.

- 🛤️ Pathway capture — records each run's processing chain (frame → domain check → route → generate) as replayable runs.

- 💾 Snapshot / backup scripts — easy state backup.

Privacy isn't a feature, it's the baseline — everything binds to 127.0.0.1, and there's no cloud account to leak to. The honest caveat: the processing animation shows real percentages only; if a stage is a wait, it says so instead of pretending to progress.

What I'm asking for:

- Recommendations — what would make this a daily driver for you? Better docs, packaging/installers (pip/Homebrew/AUR), more model backends, UI polish, more tools?

- Contributors — it's a solo project; help with docs, testing, packaging, and hardening is very welcome. Issues, PRs, and "your docs confused me here" all help. Even a quick honest "here's where it breaks" is hugely useful. Thanks for reading! 🙌

u/Intelligent-Key7357 — 1 day ago
▲ 10 r/agenticAI+1 crossposts

How to do very long agentic work

Hey guys,

I need to automate a very very long AI workflow where my main claude session will act as orchestrator then use sub agents, but that still ends up filling the context and causing hallucinations after a couple of hours (like after 2-3 hours) and 10 or so sub agents.

Is there a better way?

I want to actually do very long agentic work and occasionally be able to chat and steer its direction or give ideas to work on/validate from my part as well.

Any resources or tips would be much appreciated!

reddit.com
u/whoami-233 — 2 days ago

Zyn 1.5 just dropped and it destroys Fable

Honestly I was a little skeptical at first, but after a full day of usage I believe the hype is worth it. The first time I used it, it was a little meh, but then I started one shotting issue after issue. Definitely worth a try.

u/ZeroTwoMod — 1 day ago
▲ 2 r/agenticAI+1 crossposts

Help with building Chatbot for a custom ERP Software

Hello,

I am working as an AI/ML Intern at a software company that builds ERP software based on companies' needs, such as schools, Construction sites, Hospitals, Fuel Pumps, and so on. I need help building an AI Chatbot which can be integrated with an ERP application. The company uses .NET as their main language for building applications.

For example: an ERP application for a school

There are user roles: Admin, Principal, Teacher, Accountant, Student/Parent, Driver

Student lifecycle: Admission → Academic → Attendance → Examination → Result

ERP Modules: Admission Management -> Admission, Registration, Entrance Admit Card, and so on, such as Billing Management, Transport Management, and Examination Management

The task is to integrate an AI system into the ERP web application in which:

  1. A user, such as an admin, principal, or accountant, inputs a question in natural language like "Give me the names of students whose remaining dues are over 5000 since last month" or "How many students are present today" or "Show me a graph of student attendance for the last 3 weeks"

  2. The input is then converted to a relevant database query and searches for all the required details from the user input. The ERP uses Microsoft SQL to store all its data.

  3. The AI generates output in natural language for the user and shows the relevant answer.

Restriction: No user should be able to alter any of the data in the database. It should be read-only.

reddit.com
u/Naive-Concept-6666 — 1 day ago
▲ 4 r/agenticAI+3 crossposts

Do enterprise AI projects actually fail because the AI isn't good enough?

Lately I have started wondering if we blame the model too much.

You can have a genuinely good model and still end up with a terrible AI product. The model is rarely where things break.

The data is messy. Two systems call the same thing by different names. Nobody quite knows which number is the right one. Half the context that matters lives in someone's head, undocumented. And then we expect an agent to walk into all of that and make a confident decision.

I have watched teams spend months carefully evaluating models, when the real problem was everything sitting behind the model.

Here is the part I find interesting. Once you fix the data and the context underneath, the AI part often becomes the easy bit. It gets simpler, faster, and a lot more reliable, almost like it was waiting for a clean foundation all along.

So I am genuinely curious. When an enterprise AI project stalls, what have you seen as the real reason?

u/Rajxai — 2 days ago

Unpopular opinion: "Agentic AI" is just glorified scripts with fancy marketing, and most devs using it are wasting time.

I’ve been watching the hype around agentic AI build up over the last few months, and honestly, I feel like I'm taking crazy pills. Every second post on tech subreddits is someone claiming their "multi-agent framework" autonomously wrote an entire SaaS app or solved complex enterprise workflows.

When you actually look under the hood of 95% of these projects, it's literally just a standard LLM wrapped in a basic while loop, chained together with hardcoded if/else prompts, hammering an API until it brute-forces a passable answer.

Here are my main issues with the current state of "agents":

  1. Non-deterministic nightmare: Giving an AI loop permission to execute code or call tools autonomously without deterministic guardrails is a recipe for infinite loops, blown API budgets, and broken production environments.
  2. It's faster and cheaper to just write code: Why spend 3 hours engineering systemic prompt orchestration, fallback states, and context management for an agent to do a task when a 20-line Python script or a standard API integration does it in 5 milliseconds deterministically?
  3. Junior devs are using it as a crutch: People who don't understand architecture are throwing "agents" at problems they don't know how to solve manually, creating unmaintainable codebases they can't debug when the agent inevitably hallucinates mid-execution.

I’m not saying autonomous systems will never work, but right now, "Agentic AI" is mostly a buzzword used by startup founders to raise venture capital and devs trying to pad their resumes.

Are people actually using agentic workflows in mission-critical production systems with real ROI, or are we all just pretending standard software engineering principles don't apply anymore? Change my mind.

reddit.com
u/Deeeblogs — 1 day ago

a "multiplayer" AI workspace where you watch agents do your actual work

, and I've been building something I'm calling FlowRoom. Roast it.

The idea: most AI tools are one person typing to one chatbot. FlowRoom is a shared room where multiple people and multiple AI agents work together on real, long-running operations and anyone can drop into the same live session to watch an agent work, redirect it mid-task, or hand it off to someone else.

First use case I'm targeting is industrial shift operations (think mining/processing plants big here). A fault gets reported, an agent picks it up, extracts the details, assigns a technician, flags anything expensive for human approval, and rolls it into the shift report. Humans stay in the loop for anything irreversible.

Long-term vision is that it's not just mining ,it's a customizable platform where any team (NGOs, sales, legal, schools) builds their own workflow without code.

What I actually want roasted:

  • Is "multiplayer AI agents" a real need or a solution looking for a problem?
  • Is starting with mining/industrial ops smart, or am I picking a brutal first customer?
  • Everyone and their dog is building "AI agent platforms" right now. Why would this survive?

Be honest, I'd rather get torn apart here than by the market.

1 upvote

reddit.com

Who here is actually running AI agents with write access in production?

I’m trying to speak with people who have crossed a specific line with AI agents.

Not agents that summarize information or recommend an action.

I mean agents that can actually change something in a production system.

For example:

- update a CRM or ERP
- modify an order
- issue a refund
- create or change a ticket
- write to a database
- trigger a workflow
- call an API that creates a real side effect

I’m interested in what changes once you give an agent that level of autonomy.

How are you handling retries when the outcome of the first attempt is unclear?

If someone disputes an action months later, can you reconstruct what the agent knew, what it decided, what it sent, and what actually happened?

Do you treat agent actions differently from ordinary backend operations, or has your existing infrastructure been enough?

And who owns this internally?

I’m specifically looking to learn from teams already dealing with this in production.

If that describes what you’re working on, I’d love to compare notes. Happy to do a short call, or I can send a few questions over DM if async is easier.

reddit.com
u/LolaCronje — 1 day ago
▲ 11 r/agenticAI+1 crossposts

Infographics I made for designing a safe and practical AI Agent system

I apologize if this isn't the right place to post this

u/donotfire — 1 day ago
▲ 14 r/agenticAI+3 crossposts

Build company brain for AI agents using graph context instead of plain RAG

As someone using AI agents for the last one year to run my company, I need them to understand company context, not just return related text chunks.

The problem: ask "what breaks if we deprecate the v1 API?" and standard RAG gives you four chunks from a design doc, a postmortem, a Slack thread, and meeting notes. The model has to still figure out on its own that the postmortem describes the same API the design doc deprecates, and that someone already posted a migration timeline in Slack.

I built a tutorial using HydraDB that adds graph context on top of vector retrieval. Instead of just ranked text, you also get relationship edges: billing-service DEPENDS_ON payments-api-v1payments-api-v2 REPLACES payments-api-v1. Model gets structure, not a reading list.

The useful part was bring-your-own-graph. You declare service dependencies and team ownership explicitly instead of relying on LLM extraction. For structured data you already maintain, the graph is deterministic.

It also supports per-user memory. Same question, different depth depending on who's asking. An engineer gets migration mechanics. A manager gets timelines and ownership.

Runs end to end in 30 minutes with synthetic data.

Repo with full working code: https://github.com/manveer/company-brain-tutorial
Tutorial: https://hydradb.com/blog/build-company-brain-ai-agents

u/zenspirit20 — 2 days ago
▲ 5 r/agenticAI+1 crossposts

I dont buy the "Internet of Agents" idea.

I d like to give my take on a narrative that's picked up a lot of momentum: the idea that we're heading toward an "Internet of Agents" — a shared layer where companies publish agents that other companies (or anyone) can discover and rent, presumably paying per token or per call. AGNTCY, ( Linux Foundation with Cisco, Dell, Oracle,...) is the most visible push in this direction — identity, discovery, messaging, observability, all built so agents from different vendors can find each other and interoperate across org boundaries.

I personally don't buy the endgame a lot of people are projecting onto this.

Just to be clear: interoperability standards for agents talking to each other, or to tools, have obvious value — MCP-style stuff solves a real problem. I'm not skeptical of "agents should be able to communicate using a shared protocol." That part makes sense to me.

What I don't buy is the sort of "marketplace of agents" framing — the idea that Company A will routinely rent and run Company B's autonomous agent inside its own workflows. A few reasons:

An agent isn't like compute or an API. Renting compute or calling an API is a well-understood trust boundary — you know exactly what you're getting and what it can touch. An agent is an autonomous decision-maker with its own goals, tool access, and failure modes. Letting a third party's agent operate inside your org is a much bigger trust ask than anything we've normalized so far.

A lot of the infrastructure here is solving a problem the premise itself creates. Identity, cryptographic verification, access control across organizational boundaries — these are exactly the features you need if you've already decided agents will be shared across companies. If that doesn't happen at scale, a meaningful chunk of this complexity doesn't need to exist. It's solving a self-inflicted problem rather than a pre-existing one.

Ownership, not rental, matches how companies already behave. Most enterprises are already cautious about running open-source models they don't fully control. Handing decision-making authority to another company's agent is a heavier lift than that. My bet is companies will keep building and owning their own agents in-house — even if slower and more expensive — because the liability and control stay contained. This mirrors how automation has generally gone: companies consume standardized data/APIs, but keep the actual decision logic in-house.

So my take: standardized communication between agents, yes. A functioning cross-company rental market for agents, not convinced. Feels more ideological ("open internet of everything") than something with real enterprise demand behind it.

I d like to know what you all think, maybe I miss something about this whole thing.

reddit.com
u/MelodicCare1216 — 2 days ago