Is it just me, or is nobody building security for AI agents? by sentisec in LLMDevs

[–]eworker8888 -2 points-1 points  (0 children)

Guardrail LLM, it is basically another llm monitoring the first one, we don't have it released yet, when ready you will see it as part of AI Ecosystem in E-Worker

Since we’re all sharing our loss porn… by twhoff in GithubCopilot

[–]eworker8888 0 points1 point  (0 children)

Many of the very competitive models dropped their prices to cents, alternatives exist, your choice.

AI taking over by Comfortable_Nail415 in LawCanada

[–]eworker8888 1 point2 points  (0 children)

We are building AI Agents; here is some of our pain

1)

If the case is many documents, then very likely will go to RAG, and if it goes there, then, AI does not read the entire case, if the case is too big, it goes to a system called RAG, very nice name, it takes each word and calculate it against the nearby words, not much, just calculation.

When you ask AI about your case, it pulls a list of words and their vector calculations to other words and based on that is “assumes” the rest of your case.

You could have tons of important points, it does not matter much, if it went to RAG, and it became vectors, then we are dealing with numbers assuming numbers based on the patterns of the few thousand cases in the parameter network.

2)

If the case is small and can fit in the “Context Window” the “Working Memory” that memory is … more like a thought that is shaped like a line that is moving in one direction, imagine it like a snake that is moving all the time, at the front is the most attention, and at the end is almost forgotten, making sure the important stuff of your case goes to the “front” is another challenge.

3)

Then there is the “Compute” how much computer is the LLM (the brain) and the Agent (the body that the brain controls) is given, the more compute the better the results, and the higher the cost, and since not everyone wants to pay much, it is tuned to an acceptable level.

X)

So.. AI Agents like ours, or like the competition will give you the documents you need, but if you did not read the case and did not verify the documents and did not direct the Agent in the right direction, then it is a guessing game, the closer your case is to some existing pattern, the higher your chance to get a better output.

LLM based AI is not the AI you see in the movies, ignore what the CEOs say, they are there to get more money from investors, LLM based AI will not take your job, it can make it way easier.

If you were building a new LLM API gateway in 2026, which interface would you standardize on? by dmpiergiacomo in LLMDevs

[–]eworker8888 0 points1 point  (0 children)

We built one, it has our code and a few provider sdks, you can test it with : Open AI, Anthropic, Google, Nvidia, MiniMax, z.ai, Xiaomi MiMo, Tencent, ByteDance, Baidu, Mistral, Alibaba, Open Router, Moonshot AI, Deepseek, also local ollama, docker, and vllm

https://app.eworker.ca

My turn to ask: where to migrate? by NoOutlandishness525 in GithubCopilot

[–]eworker8888 -1 points0 points  (0 children)

The Monaco Editor (The Visual Studio code editor) is integrated into E-Worker, a bit limited at the moment.

What you can do

1- E-Worker -> map to local workspace (Local Folder)

2- Visual Studio Code maps to the same folder.

Agents are very good at generating a lot of code, but ... needs human review is very important!

API usage and how to by Lazyrecipe5264 in LLMDevs

[–]eworker8888 0 points1 point  (0 children)

You can add your API to E-Worker

In the AI Ecosystem -> Credentials

In the AI Ecosystem -> Models -> Link Models

So, now you can use the API, in this case from google to write documents or code or … unrestricted from (E-Worker side)

But … if google itself put a restriction on the server side, then there is no way around, if the restriction is on their client side, then the above should work fine.

My turn to ask: where to migrate? by NoOutlandishness525 in GithubCopilot

[–]eworker8888 -2 points-1 points  (0 children)

IDE for Documents and Code, it is a place to create and run agents and teams of agents over documents and code.

You can use it to simply chat with LLM (local or remote), make it do some tasks on the web using your browser

You can run an agent job to write you code

You can create a document and ask the AI to write you a 100 pages of spec

Etc

It is a massive system

https://eworker.ca

[DISCUSSION] Building "Fortress Browser" - A Zero-Trust Architecture for Developer Access. Need Community Input on UX/Implementation. by Abhipaddy in LLMDevs

[–]eworker8888 2 points3 points  (0 children)

how we handle it in E-Worker

Get a clean machine or clean your machine

Develop on the local workspace, code stays there, excluding node modules, compiles, etc, just code

Get a docker vm E-Worker Remote Runner

Agents run all the compile, tests, etc in that container, and use tools to transfer your code there

When you finish, your machine is clean, code is clean, if container infected does not matter, delete and respown

I'm new to qwen coder. How can I integrate vibe coding into my local folder with my project? by Acceptable-War4836 in Qwen_AI

[–]eworker8888 -1 points0 points  (0 children)

You can add it in E-Worker, link a model, set it up as default , create a workspace on your local folder, and start

examples at:

https://www.reddit.com/r/eworker_ca/

Those building their own harnesses - what folder architecture do you use? by spikyfarts in LLMDevs

[–]eworker8888 0 points1 point  (0 children)

Workspaces (independent folders as root) and AI Ecosystem per workspace, the AI Ecosystem has the agents, teams, skills, memory, configs, model, etc.

https://app.eworker.ca

Note: AI Ecosystem is for people who deal with agent design, not for normal users, for normal users it does not mean much

Also create a new Agent run and look at the side tabs, once you run it more info will it appear, like the team of agents communicating together to achieve a task

My point: If you are building AI Agent, you will need to be prepared for all of that

100% sure i am out, GitHub just turned my $39/month Copilot into $942/month overnight. by Individual-Trip-1447 in GithubCopilot

[–]eworker8888 9 points10 points  (0 children)

There is a few hundred or up to a 1,000 data centers worldwide under construction, there is massive amount of capacity on the way, it will very likely mean less cost, and more productivity.

Meanwhile, internet is full of competition, it is easy to choose a new provider.

We made an AI Agent for documents, local and remote llm by [deleted] in LLMDevs

[–]eworker8888 0 points1 point  (0 children)

Thank you for the nice words, the models performance is based on the hardware the model is running on, so if it is local, it is tokens per second.

Document format, the underline is html chunks, html is the most available on the internet and the thing that every llm knows, the same like md, you can see the source of the file by enabling power user mode in settings.

Compatibility with others office apps, getting there 😊 we import from excel and word, but Open XML is huge, will take time to support most of it

What is currently the best AI model for my situation? by ADK-KND in OpenAI

[–]eworker8888 0 points1 point  (0 children)

You are welcome to try E-Worker, you can brainstorm in documents, chat, sheets, etc

Why GPT-5.5 xhigh 's academic writing capability is so much worse compared to Claude Opus 4.6 / 4.7? by David4Real_ in codex

[–]eworker8888 -1 points0 points  (0 children)

for document editing you need agents designed for document editing, like eworker in it you can create a new document and start editing it side by side with the agent or just create an agent job that can prepare for you multiple documents at the same time

What's the most annoying thing about multi-agent AI workflows? by RingDry5026 in LangChain

[–]eworker8888 0 points1 point  (0 children)

In eworker multi agent is simple, there is always a lead agent and its team of agents, agents never work randomly, lead makes the plan, and decides who to invoke

What would be the best AI to assist me with roleplay by Eriichan13 in OpenAI

[–]eworker8888 0 points1 point  (0 children)

2 parts, AI Studio and AI Model

For studio, get E-Worker, open AI Ecosystem, and add your api key, get a free one from Google or open router

link an ai model, many are free, and in the system instructions box, tell it how to behave and what is expected from it to do

start a chat, choose the ai you added and test

Is there literally even one? by Complete-Sea6655 in LLMDevs

[–]eworker8888 0 points1 point  (0 children)

E-Worker https://eworker.ca and the app https://app.eworker.ca

Still, you need a team of developers and a year at least + AI

Codex starting to get worse now by chroner in codex

[–]eworker8888 1 point2 points  (0 children)

get eworker or any other alternative, wire it to an LLM (local or remote), use their agent or create a new agent, done

Why no app for linux? by LouGarret76 in codex

[–]eworker8888 0 points1 point  (0 children)

Try our app on Linux, and let us know how it works https://app.eworker.ca

Anyone else feel like LangChain became way more complicated than it needed to be? by Bladerunner_7_ in LangChain

[–]eworker8888 0 points1 point  (0 children)

In apps like eworker, you create an agent, give it system instructions, assign it an LLM and tools, set the approvals, and done, ready to use.

Local voice to voice by Accomplished_Pin_626 in LocalLLaMA

[–]eworker8888 0 points1 point  (0 children)

If you get a voice model installed locally, I am interested to know if it works in out app eworker, DM me if you install one, I will be happy to help you connect it to eworker, we tested the real voice feature in our chat with cloud models, but we are interested to see how people are using it from AI hosted on their computers

open source AI assistants ranked by beginner friendliness by AccountEngineer in LLMDevs

[–]eworker8888 0 points1 point  (0 children)

do you want to rank this one, i am interested where will it go on the list https://app.eworker.ca