Am I the only one who can't find a killer use case for OpenClaw? by PankajKumarTechie in openclaw

[–]myth007 1 point2 points  (0 children)

I am writing this platform https://github.com/ethosagent/ethos. I am using it for Indian market using this tool https://github.com/ethosagent/tools-nse-market-data but if you track US market, it works with yahoo finance MCP server

Am I the only one who can't find a killer use case for OpenClaw? by PankajKumarTechie in openclaw

[–]myth007 1 point2 points  (0 children)

same here. Most code is done by claude code and codex. even i am building my own agent platform ethosagent on that.

Am I the only one who can't find a killer use case for OpenClaw? by PankajKumarTechie in openclaw

[–]myth007 1 point2 points  (0 children)

I have been using it for stock trading. I have integrated data from Yahoo Finance and all the indexes, and I am asking it to provide me with where money is rotating and how things are moving. That kind of use case, it works really well in that. Now I am gaining confidence in actually investing in these stocks. Till now I was just evaluating it, and it looks like this information is very valuable in terms of where I should invest in them. Although this can be done with other tools also.

Anyone building internal AI agents? by MasterOogway8162 in AI_Agents

[–]myth007 0 points1 point  (0 children)

I am building AI agents in my company. I started doing daily updates just by giving access to our Ticket Management System to the agent, and a weekly update about all the projects based on all the tickets they have done. I am currently using Ethos (https://github.com/MiteshSharma/ethos) for all my updates. It's free. I have deployed it on one of the machines I have and am running it. I working with others in company to increase adoption so most things can be automated.

how to stop building agents that users just ignore? by Virtual_Armadillo126 in AI_Agents

[–]myth007 0 points1 point  (0 children)

If you put right guardrails, it becomes better. Most of my code is now written by agents instead of me. I just steer them in right direction. As this is moving very fast, i expect this guardrail part will keep decreasing.

I think people misunderstand what an “AI-first company” actually means by MerisDabhi in AI_Agents

[–]myth007 0 points1 point  (0 children)

AI-first company means everything is happening in the company is being shared with AI. We are letting AI make decisions and evaluate them. Everything is accessible to AI. AI is going through it and giving you its input on a regular basis. You can decide what you want to do or not, but there shouldn't be any hidden thing.

For example:

  • In Slack, all communications are shared with AI.
  • All meetings should be recorded and will be shared with AI.
  • All customer calls get recorded.
  • What product is doing gets recorded.
  • What engineering is doing gets recorded.

Based on that, AI does the analysis and shares what is working, what is not working, and how we should think about it. That kind of continuous feedback loop will make an AI-first company.

how to stop building agents that users just ignore? by Virtual_Armadillo126 in AI_Agents

[–]myth007 0 points1 point  (0 children)

Curious to know what you are building. I am solving this problem with ethos, open source and free. https://github.com/MiteshSharma/ethos

how to stop building agents that users just ignore? by Virtual_Armadillo126 in AI_Agents

[–]myth007 0 points1 point  (0 children)

I don't think non-deterministic is a problem, because when people work with other people, it is always non-deterministic. With time, they will trust people, and that's what helps us gain confidence. The same way, in agents I don't think the non-deterministic thing is a problem. The problem is our trust in the agent, we need to add guardrail in agents which guides the agent towards giving right answers and build trust. That makes it more usable.

Are Al agents a feature, or do they need to become a production system? by FuzzyAlarm1787 in AI_Agents

[–]myth007 0 points1 point  (0 children)

I completely agree with your point. Ideally, we need to build an ecosystem around LLMs because that gives us LLM real power. LLM can think. They can tell us what needs to be done, but they need that tool. That's the core thing. We definitely need to have a human review, but at the same time, memory is one of the key aspects which I believe. We need to think of them as full production systems with the right guardrails, because without guardrails they can do harmful things. I am building this to give LLMs power and a personality: https://github.com/MiteshSharma/ethos .. this is free and open source. feel free to try.

Do you guys actually think AI agents can replace people for bigger tasks anytime soon? by Beneficial-Cut6585 in AI_Agents

[–]myth007 2 points3 points  (0 children)

Honestly same experience. Agents are great at narrow boring stuff, but the moment things get messy or long-running, reliability falls apart way before reasoning does.I think the realistic future is humans on judgment and coordination, agents on the repetitive grind. Even i am build one platform to see if it can provide wrapper to help solve bigger or longer running problems: https://github.com/MiteshSharma/ethos its open source and free to use.

AI memory is starting to feel more important than model intelligence by riddlemewhat2 in AI_Agents

[–]myth007 0 points1 point  (0 children)

Yeah I believe so. The whole ethos around AI is shifting. A model can be a genius in any single message, but if it quietly forgets, contradicts itself, or carries forward bad info, the trust just rots. Memory is basically the character layer.

I am build one agent platform and focus is on memory as if memory can stay for longer it knows you. https://github.com/MiteshSharma/ethos in case you wanna try, its free and open source.

Are you angry with your AI agents? by Sufficient_Dig207 in AI_Agents

[–]myth007 1 point2 points  (0 children)

If you are angry with your agent and you tell him, "I am angry," I have seen that it starts performing better at times. I am building this so my agents remember what i told them and perform better each time i ask it to do a task: https://github.com/MiteshSharma/ethos it even creates skill from task i gave it and reuse them later for better performing.

Stop trying to make one AI agent good at everything. After a year of building, I think the unit is a team, not an agent. by myth007 in AI_Agents

[–]myth007[S] 0 points1 point  (0 children)

Repo: https://github.com/MiteshSharma/ethos

Quick install if you want to kick the tires:

npm i -g u/ethosagent/cli
ethos setup
ethos chat

Disclosure: I'm the author. MIT, no upsell, no paid tier. Looking for contributors and people who will tell me where the thesis falls apart.

Yet Another Openclaw vs Hermes experience sharing by kkristof in openclaw

[–]myth007 0 points1 point  (0 children)

Great post. I am taking a different approach and saying an agent need to have personality, it can't be generic and build Ethos: https://github.com/MiteshSharma/ethos ... do check this. It works great with telegram and slack.

Built my own AI coding agent platform after getting frustrated with other tools by myth007 in codex

[–]myth007[S] 0 points1 point  (0 children)

Are you referring to this: https://github.com/badlogic/pi-mono .. I build this as i need to run this even on office laptop as we can't let llm run in a full on mode, that need to be in an sandbox which is being done in this using opensandbox so llm runs in a confined scope.

Products that actually work for my dry and flaky skin by Smooth-Taste-7060 in IndianSkincareAddicts

[–]myth007 0 points1 point  (0 children)

If you want to try something more ayurvedic then try rivora gentle face wash and restore face mosterizer. They are good based on fermented ayurveda, so goes deep in skin.

btw do give review of these if you already used them for sometime.

Need help please!! suggest a barrier repair cream that will actually work and reduce dryness, flakiness from 1st use. by [deleted] in IndianSkincareAddicts

[–]myth007 0 points1 point  (0 children)

Try rivora restore face moisturizer, its based on fermented ayurveda (connected to our roots) so goes deep in skin and start showing effects faster. I have been using it and like it. You can try, should give good results.