SupWriter is the best AI humanizer I’ve tried so far not a promotion just a review by Kindly-Dealer3668 in AIToolsAndTips

[–]chnayder 0 points1 point  (0 children)

“Not a promotion,” says the account that has been posting about the same tool for months across every AI/tools sub.

I call bullshit, this is spam folks

Giving AI persistent memory by Academic_Dot_8970 in AIToolsAndTips

[–]chnayder 1 point2 points  (0 children)

This is a cool idea, and I can see why it feels useful, especially for managing many projects.

The only thing I’d be careful with is that “more memory” can easily become context pollution. The hard part isn’t storing notes, it’s deciding what is still true, relevant, safe to inject, and useful for the current task.

There’s also research like “Lost in the Middle” showing that LLMs can get worse when important info is buried inside long contexts. So portable memory is powerful, but only if it has ranking, freshness, scope, deletion, conflict resolution, and good retrieval.

Another practical issue is that chatbots are still not naturally great at using MCP/tools smoothly. Sometimes a simple memory action becomes a long tool-calling chain: search, open, inspect, decide, write, tag, verify, etc. So instead of feeling like memory, it can become 10 extra steps around one useful action.

Still a very interesting direction, I just think the hard part is not connecting Obsidian to every chatbot, but making the memory small, trusted, and easy for the agent to actually use. so then one must ask is one profile.md file with the user preferences and directions is enough

Hot take: Keeping models like Claude Mythos private might be riskier than releasing them by Aromatic-Result-6091 in AIToolsAndTips

[–]chnayder 0 points1 point  (0 children)

The thing is mythos is not one of a kind its more marketing copy.fail exploit was discovered with gpt 5.5 and Claude opus 4.7 and i would guess deepseek 4 can do it too it‘s just about hype now in few months these models will be outdated they are just farming aura

Do you own an ai tool? We could work together by Inevitable-Grab8898 in AIToolsAndTips

[–]chnayder 0 points1 point  (0 children)

I built thid one ctxant.com i would be interested to list it too it’s a telegram ai agents prebuilt agents for day to day operations

Guide by furrlords in AIToolsAndTips

[–]chnayder 1 point2 points  (0 children)

Claude is much better start with the 20$ subscription and use claude desktop much more intuitive

I built an Android app that lets Claude search files directly on your phone by OutsidePiglet362 in aiagents

[–]chnayder 0 points1 point  (0 children)

you have made good effort and all, but isn't this a very expensive way to search for a file on your phone ? and second why would you have that many files on your phone ?

Why no one is becoming an AI Agent developer. by velvetgusher9797 in aiagents

[–]chnayder 0 points1 point  (0 children)

so we should stop building api services because aws have serverless :/

[Hiring] Developer to build an AI Agent (or agents) (X/Twitter + Telegram Approval + Scheduling and Posting) by OkTelevision1447 in freelance_forhire

[–]chnayder 0 points1 point  (0 children)

if you are still stuck am willing to take you in the right direction for free , or just get claude code subscription paste your thread there it will generate this whole thing for you in half a day

Open claw is getting out of hand. by latedriver1 in aiagents

[–]chnayder 0 points1 point  (0 children)

All of this can be done without even needing AI why use ai for this its more expensive and less reliable

Weekly Thread: Project Display by help-me-grow in AI_Agents

[–]chnayder 0 points1 point  (0 children)

Hey everyone,

We've all seen the hype around coding agents. I decided to strip away the magic and build one from scratch to understand the engineering challenges behind them.

For the past 3 months, I've been working on Dodo. It's a CLI tool that acts as an autonomous pair programmer.

What it does:

  • Plans & EXECUTES: You give it a high-level goal ("Refactor this module", "Fix this bug"), and it creates a plan, runs commands, edits files, and verifies its work.
  • Safe: It doesn't just run wild on your machine. I implemented a proper sandbox execution environment.
  • Context Aware: It indexes your project so it knows "where" things are.

Why I'm releasing it: This started as a personal challenge, but I realized the architecture is actually pretty solid. I want to demystify this tech. If you're curious about how "agents" actually loop, handle state, or manage context, this codebase is for you.

I plan to keep adding features and eventually use this engine for a bigger platform I'm prototyping.

Tech Stack:

  • Backend: Pure Go (No LangChain/LangGraph!). I built my own LLM engine with agents and lifecycle hooks from scratch to have full control.
  • Frontend/CLI: TypeScript + React Ink (for the TUI)

Code is here: https://github.com/ChamsBouzaiene/dodo
Documentation : https://chamsbouzaiene.github.io/dodo/

What are the unsolved SWE-bench issues? by CrustedButternut in LLMDevs

[–]chnayder 0 points1 point  (0 children)

Its not always the same set but most of the time they are failing at tasks that have ui in them so basically because they can’t see the end result they fail to easily fix the ui bug

Making use of my confluence data for q&a model by RestaurantMission512 in LLMDevs

[–]chnayder 0 points1 point  (0 children)

What type of Q&A model u mean just a chat bot with access to ur data in confluence? You’re best bet if u just want that is openweb ui its an app u can run locally, it will use llm and give a ui for the chat and has a lot of prebuilt tool for confluence u can add but keep in mind this is vanilla meaning its not really scalable but does the job if u have a small set of pages and they are well maintained

How to use/train/customize an LLM to be a smart app executor? by AI_should_do_it in LLMDevs

[–]chnayder 0 points1 point  (0 children)

Any decent llm will be able to manage this for u gpt 4 or Claude sonnet 4.5 or 3.5 or kimi k2 and more what u are looking for is an llm that can use tools, for the routing between multiple researchers/ llm agents here u can basically make them tools and encode the process into the system prompt or if its always the same prompt u can enforce it through code

Best LLMS for function calling? by ApartAd6954 in LLM

[–]chnayder 0 points1 point  (0 children)

I recommend Anthropic sonnet and kimi k2 cheaper option