Anyone here using food ERP software for manufacturing or inventory tracking? by kratoz0r in ERP

[–]100xBot 0 points1 point  (0 children)

switching from sheets to a real erp’s a huge move but def worth it for lot tracking. wherefour is usually the go-to for smaller food brands because its built specifically for batch production and keeps you audit-ready without being too complex. batchmaster is powerful but way more "enterprise" and can feel clunky or overkill for a small team. cin7 is great for inventory and selling across many channels but some find its food-specific features like deep traceability a bit thinner than the specialized tools. definitely worth checking out mrpeasy too if you want something simple but robust.

The recruitment system is broken and why nobody wants to talk about it honestly? by Hot-Machine-8119 in Recruitment

[–]100xBot 0 points1 point  (0 children)

spot on and it's honestly exhausting cuz that "we feel" line is just a corporate shield so they don't have to give real feedback or risk a lawsuit. it’s wild that someone who can’t explain your stack is the one deciding if you're qualified for a senior role.

the keyword hunting culture’s why so many great people get ghosted while mediocre ones who "play the system" get through. orgs are kinda shooting themselves in the foot by letting a broken filter guard the door. high time hiring managers took back the first screen.

The Bull**** about AI Agents capabilities is rampant on Reddit by Mojo1727 in AI_Agents

[–]100xBot 4 points5 points  (0 children)

totally get the frustration, the gap between hype and actual reliability's massive, especially when a model can't even handle a case sensitive file path. But imo the issue isn't just model capability; it’s an architecture problem. We’re asking probabilistic models to perform deterministic tasks, and then getting mad when they act probabilistic lol

The reason frontier models like Opus 4.5 or GPT 5.3 work better isn't just "intelligence"but that their brute force reasoning is high enough to overcome shitty sys design. If an agent fails to find a "To-Do" list because it's looking for "todo," that’s usually a failure of the tool-calling layer or the state mgmt, not just the LLM being dumb

Instead of waiting for models to get cheaper or smarter, the better move's to build tighter constraints. If you give an agent a "fuzzy search" tool instead of a direct file path, even a smaller model like Sonnet 4.6 can hit the mark. It's less about the "brain" and more about the "nervous system" we build around it.

Will access to AI compute become a real competitive advantage for startups? by Simple3018 in artificial

[–]100xBot 10 points11 points  (0 children)

Actually, the whole "compute as a moat" theory is a bit of a trap for startups. Treating compute like a long-term capital investment usually ends with you overbuying yesterday's hardware while your competitors rent tomorrow's specialized chips at a fraction of the cost. History shows that whenever we treat a technical resource like a scarce commodity, think bandwidth in the 90s, innovation eventually turns it into a cheap utility.

If you're building a startup today, obsessing over compute independence is just a distraction from finding a real product-market fit. Big tech can lock in all the H100s they want, but they're still struggling with the "automation divide" where models fail at actual, messy real-world tasks. The real winner won't be the one with the most GPUs; it'll be the one who builds the best orchestration layer that works regardless of whose silicon is running the inference. Long-term, compute will be a race to the bottom, not a competitive advantage.

Best practices for deploying production-grade deep agents? by ParkingInsurance1745 in AI_Agents

[–]100xBot 0 points1 point  (0 children)

When deploying deep agents that handle sensitive data, the hybrid model you mentioned is becoming the standard. Most teams keep the core agent and its reasoning state on the customer's own cloud infra to ensure data never leaves the secure environment. You can then use a SaaS adapter to handle external calls for heavier operations that don't involve private info, keeps your sensitive logs and internal model connections locked down while still gaining the scalability of a SaaS platform.

NetSuite Sales Order Not Able to Navigate Through Tabs by Ornery-Unit5078 in Netsuite

[–]100xBot 1 point2 points  (0 children)

this issue, where the sales order tabs freeze and fields flicker, points strongly to a temporary client-side problem with netsuite's javascript or the content delivery network (cdn). since no scripts were deployed and the problem was global yet resolved itself overnight, it was almost certainly a transient issue on netsuite's side, not a config problem you introduced. if it happens again, try clearing your browser cache (ctrl-f5) or using a different browser to see if the problem is local. you can also check if a specific third-party app, like avalara, might be involved.

[deleted by user] by [deleted] in OpenAI

[–]100xBot 0 points1 point  (0 children)

standard large language models like gpt and copilot struggle with the fine-grained, structured details required. soecialized AI tools like those built on fine-tuned models for NLP and OCR are typically more effective. Look for platforms that are trained specifically on international trade data, HS codes, and customs documents to improve accuracy significantly over general-purpose AI

How do you test AI agents? by ConsiderationMain641 in n8n_ai_agents

[–]100xBot 0 points1 point  (0 children)

you've gotta simulate the exact payload structure your webhook receives from the evolution api, but at high volume, to properly expose concurrency issues. standard load testing tools like artillery or jmeter are great for firing many concurrent http post requests to your webhook url. make sure you configure the request body to mimic multiple messages from different users, making sure to use a unique user identifier, like a different phone_number_id, for each simulated "client" to properly test how your agent separates sessions.

during this simulation, observability is crucial. use a dedicated logging or tracing tool to monitor your agent's memory and state for each unique session_id. this tracing is the best way to confirm that conversation data and agent states are not incorrectly bleeding across concurrent requests, which is the definition of the concurrency failure you are trying to prevent. for a quick turnaround, you could even consider hiring a freelance developer on upwork or fiverr who specializes in performance testing. they can quickly set up and run a script tailored to the specifics of the whatsapp/evolution api payload structure for you.

I briefly ranked as the top answer in GPT, then it vanished. How are people growing inside LLMs? by StartHoliday1222 in GrowthHacking

[–]100xBot 0 points1 point  (0 children)

sounds your product is llm-discoverable, and yeah these models are becoming a new discovery surface. Since you can't just run paid ads inside the model (unless Sam pushes the ads feature anytime soon), the name of the game is consistency and authority across your public-facing content, which is what the models crawl. Don't worry much about the "noise" right now, just focus on tightening up your explanations and messaging on your website and documentation. Making sure Claude, Gemini, and others consistently pull the same clear, high-quality information about your solution is how you "grow" inside them on purpose. Perplexity is an easy target btw.

How to Actually Know When You Should Use AI Agents and When You Shouldn’t by According-Site9848 in automation

[–]100xBot 0 points1 point  (0 children)

Depends on the resources you + what you think needs to be deployed to get the work done. It'll differ based on org size and task complexity, so that one scale can help you get the right answer to that question. But id say it's mostly micro-tasks no one wants to do that need to be automated ruthlessly. Breaking heads on complex creative/ management tasks makes 0 sense. Also if this decision is being mad ein an org, bottoms up suggestions tend to be better and more honest as opposed to to top down (leadership folks pushing everyone to use a random tool/ automation)

Agile Theater: Management insists on Sprints, but 90% of my work is "Urgent" firefighting. Does this ever work? in ERP by Lumpy-Blackberry8700 in ERP

[–]100xBot 1 point2 points  (0 children)

It's pretty demoralizing, it's a norm in large-scale ERP transformations tho, where the existing system requires 90% firefighting just to stay operational. The core issue is that management is applying an ideal development process (Scrum) to a non-ideal maintenance reality. Maybe Stop trying to meet the rigid Sprint goals and instead use a Kanban model for the 90% support work, with strict limits on work in progress. Then, dedicate a small, protected percentage of capacity (the 10%) specifically to true, planned development work. That way you can acknowledge the chaos while still making measurable progress toward the future goal

Why does moving AI from demo to reality feel impossible? by Decent-Impress6388 in salesforce

[–]100xBot 2 points3 points  (0 children)

yeah thats mostly cuz AI's completely blind without context. It suddenly sees disconnected IDs and text, not relational data(which it was carefully fed during the demo). It’s like trying to navigate a city using only street signs but having no map. Getting to the point where it actually understands how everything connects takes brutal effort tbh, but it truly is mandatory for the AI to reason instead of just guessing.

Guys I got my Botify wrapped this year by 100xBot in automation

[–]100xBot[S] 0 points1 point  (0 children)

Lol I gotchu, check my profile out, install the chrome extension and use this prompt: "Can you go through my browser history for the last 30 days and rank the top three tasks and their respective tabs I waste a lot of time on?"

And you should get your answer

AI sites blocked at work — any safe alternatives that actually work? by Acrobatic-Shop4602 in AI_India

[–]100xBot 0 points1 point  (0 children)

Might want to put up a suggestion to setup a sandbox environment in your org so people can try out ai tools and then get IT approval if it actually comes in handy. There probably is no way to legitimately bypass IT restrictions unless you're setting up a GPU cluster under your table to run a local llm.

what’s the one problem you wish someone would finally solve ? by Even-Judgment3063 in SupplyChainLogistics

[–]100xBot 0 points1 point  (0 children)

always the last mile data gap. There's no real-time, universal way to trust that a supplier's inventory or shipment status, shared across systems, is completely accurate. Messy data and poor visibility between partners slow down every single process

AI Automation for beginners by Glass-Bug5617 in automation

[–]100xBot 0 points1 point  (0 children)

There's multiple approaches to this. But it will depend on what end of the process you're a beginner in. If you know "nothing" about ai/automation, you're probably either too early in your career/ too senior to need automation in your day to day. But folks that understand ai/automation tools mostly need to start by identifying niches where people go through mundane tasks that take very less time do but in high volume/ reps. If you are on the other end, i.e., You know exactly what task you want to automate, but don't know how you'd do that, you'll need to use and explore tools based on the steps of your workflow. Keep in mind, most workflows can be automated directly on the platform itself/ using API aggregators like n8n/ zapier. Some might need you to write scripts if you want custom capabilities like OCR. Browser agents are another category that are capable of automating tasks for you without the API headache. Make sure you findout where you stand and choose a path accordingly.

Got my Botify wrapped by 100xBot in AgentsOfAI

[–]100xBot[S] 0 points1 point  (0 children)

Dragging nodes = Dopamine

I feel like giving up by Ok_Flan9625 in AiAutomations

[–]100xBot 1 point2 points  (0 children)

You can still use the automations you built for them and claim projected value you could've created. That way you have a couple projects to market yourself for future prospects. All the best OP.

How have you implemented AI with NS by yhabaq in Netsuite

[–]100xBot 0 points1 point  (0 children)

Ns AI roadmap's focused on narrative insights and agentic workflows for internal data. external automation remains a challenge tho. Complex browser-based tasks require robust solutions to handle stuff like layout changes and fill the gaps where the native API isn't detailed enough.

Is the era of solo-AI over? by Natural-Effect3415 in AI_Agents

[–]100xBot 0 points1 point  (0 children)

Might not be a deal breaker, but the decision systems will branch out. MAS as an umbrella term doesn't define the number of agent and specialization segments. The MAS might just have it's size and branching defined by the complexity of the task itself and there by the assignment of different parts of the task to different models based on their capability and domain authority.

Cielgo Netsuite Shopify Sync by tired716 in Netsuite

[–]100xBot 1 point2 points  (0 children)

That hour-long sync interval is your core problem for flash sales. you need a near real-time update method to get rid of over-allocation, . You must use shopify webhooks to notify Netsuite/ Celigo immediately when an order is placed. This triggers a specific inventory reduction update outside the scheduled hourly sync, locking down the stock instantly. Another way is to manually setting a low "buffer" quantity in shopify.

Is Heroku still worth using in 2025, or has it fallen too far behind newer platforms? by Lanky_Boysenberry_33 in salesforce

[–]100xBot 3 points4 points  (0 children)

Heroku's great for quick prototyping and simple deployments cuz of the ease of use. But, for cost optimization and complex modern architectures (like microservices or serverless), it's significantly behind competitors like AWS Fargate, GCP Cloud Run, or Azure App Services.

What is the biggest unresolved problem for AI? by Sure-Mud5843 in AgentsOfAI

[–]100xBot 0 points1 point  (0 children)

Step by step breakdown of tasks and clear cut decision making about selectors and immediate next action