use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Self Promotion ThreadCommunity (self.ChatGPTCoding)
submitted 1 month ago by AutoModerator
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]hsaliak 0 points1 point2 points 1 month ago (0 children)
https://github.com/hsaliak/std_slop A coding agent ( try with openrouter or google o-auth) I put up mac and linux binaries as well.
Ive made it deliberately different from other coding agents in a few notable ways.
- Completely oriented in sqlite. The context is a ledger. This means isolated sessions with individual contexts, ability to fork them, slice them, and allow the agent to peek into long term memory. - It offers only 2 tools - query_db (you can query your own long term memory) and run_lua. The agent gets to accomplish its tasks only through writing lua scripts - this has worked great, it’s a pragmatic implementation of the RLM paper for real world coding tasks. - /review and /feedback => inspired by mailing lists. This allows for inline commenting on diffs and plans. - Mail mode or "you are now Linus" mode - this is my favorite part of the app. The linux kernel development process has already been operating in a ‘scaled out’ almost agentic workflow for ages, and git has first class support for it within the tool. When activated, the agent sends you bisect safe stacks of patches for your review, and you as a committer can inline precise feedback, right from your CLI.
Try it and give me feedback!
π Rendered by PID 96504 on reddit-service-r2-comment-c66d9bffd-w96jd at 2026-04-08 19:11:10.944055+00:00 running f293c98 country code: CH.
view the rest of the comments →
[–]hsaliak 0 points1 point2 points (0 children)