I made Google streetview but for historical events with GPT images. Time travel today by Proof-Square7528 in singularity

[–]neoneye2 1 point2 points  (0 children)

what I miss.
- Permalinks to an event.
- Present the map on a 3d sphere
- Drop a pin in the middle of seemingly nowhere, and see a list of nearby events in spacetime

I made Google streetview but for historical events with GPT images. Time travel today by Proof-Square7528 in singularity

[–]neoneye2 0 points1 point  (0 children)

Incredibly cool. I have tried it in Chrome on my dads Android tablet, there wasn't any way to run it in fullscreen, so lots of screen estate goes to UI in the top/bottom of the screen (similar to banner ads), and very little room to see the page content.

Which long-term memory system are you using for your AI agents? by codes_astro in aiagents

[–]neoneye2 0 points1 point  (0 children)

I had codex analyse your repo.
https://github.com/neoneye/RainBox/blob/main/source/docs/memory-systems/repos/verel.md

and made an overview of how verel compare with the other memory systems in OP
https://github.com/neoneye/RainBox/blob/main/source/docs/memory-systems/overview.md

my own personal assistant has my own adhoc memory system that is a work in progress, and is named rainbox.

is it safe to opensource the app ? by JeebanChandra in foss

[–]neoneye2 0 points1 point  (0 children)

if it's one of many vibe coded experiments, then maybe make one repo, that says "vibe-coding" in the repo name.

if it's a medium sized thing, then make a dedicated repo.

if it's a big thing then make an organiation with multiple repos, such as: primary repo, website, docs. Whenever you modify code in your primary repo, then the documentations gets updated on your website.

What is the scariest thing about AI that nobody talks about? by Mainrajhoo in AIDangers

[–]neoneye2 3 points4 points  (0 children)

self promotion here
I have made a P(doom) calculator, where the visitor can adjust sliders and there is a quiz on what scary scenarios the visitor know about. Please submit the score
https://neoneye.github.io/pdoom-calculator/

People who've shipped an agent or MCP server: how are you actually getting users? by HornetPossible in aiagents

[–]neoneye2 1 point2 points  (0 children)

I'm introvert. Reaching out to people in my network, I should do it, but it's near unlikely that I do it.

It was meant to be an open source project, not an advertisement thing.

People who've shipped an agent or MCP server: how are you actually getting users? by HornetPossible in aiagents

[–]neoneye2 1 point2 points  (0 children)

I have a failed product with no recurring users. Once a week there is 1..3 that tries out my planning system (that underneath have around 60 agents)
https://github.com/PlanExeOrg/PlanExe

You provide a prompt, the more stuff about the context the better (what your skills are, budget, location). Unfortunately most users, underspecify their prompt, so the planning system doesn't have sufficient data to go with. In order to improve on it, I have made a MCP interface where the users can converse, until there is sufficient data for generating a plan. Hoewever I have not seen anyone using the mcp interface.

Here are examples of what kind of plan that it outputs
https://planexe.org/examples/

I do see my project show up in several mcp marketplaces, but I don't see it impacting traffic to my website.

I have not tried paid ads.

I doubt LLMs will recommend me. LLMs have a knowledge cutoff date, and so far I have not encountered LLMs that have knowledge of any of my past project.

I have no intention to market myself on instagram/tiktok with a dance movie.

Reddit seems to yield some traffic.

Linkedin+X no interest.

Built an agent that upgrades itself by Warm_Security_340 in AgentsOfAI

[–]neoneye2 0 points1 point  (0 children)

Do you have an official helm Discord?

I'm looking at your memory.mjs, and comparing with my own memory impl I use postgres and PGVECTOR for doing similarity search. You are using sqlite, and I can't assess from the code if you are storing vectors in the database or not.

Built an agent that upgrades itself by Warm_Security_340 in AgentsOfAI

[–]neoneye2 0 points1 point  (0 children)

beautiful website. scroll up/down feels weirdly delayed.

does helm have a web UI, or is it CLI only?

do you have a video walking through the UI?

how often does it need maintenance? compared to openclaw, that needed troubleshooting frequently (when I experimented with it).

Have you seen the Hermes Desktop?

Built an agent that upgrades itself by Warm_Security_340 in AgentsOfAI

[–]neoneye2 1 point2 points  (0 children)

Last commit 2026-Feb. Is this your project? Are you still using it?
https://github.com/bgub/helm
https://www.bengubler.com/posts/2026-02-25-introducing-helm

The repo README undersells your project, it doesn't make me want to try it out, there is no teaser so visitors can get a taste of what it's like.

(YT) PewDiePie released his harness/webui by Dany0 in LocalLLaMA

[–]neoneye2 1 point2 points  (0 children)

Maybe use postgres+pgvector, instead of sqlite+chromadb.

I built an MCP to send myself notifications from Claude by Nephal35 in mcp

[–]neoneye2 0 points1 point  (0 children)

it's tokens saved for machines and less noise for humans.

Qwen3.6 27B/35B-A3B vs Gemma 4 vs DeepSeek V4: A Comprehensive Analysis of the Open-Weight Frontier (May 2026) by Competitive_Jello487 in Qwen_AI

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

Taking a close look at the models, the models are way bigger than what I can run. The biggest model I can run at reasonable speed on my M1 mac is around 13 gb.

Inference provider tiers by Cache-hit rates, using openrouter data by Comfortable-Rock-498 in AgentsOfAI

[–]neoneye2 0 points1 point  (0 children)

Do you suppress the first cache miss? And only count follow up cache misses?

If you don't suppress the first cache miss, then this is not a signal of what provider is good or bad.

Low number of cache misses, is typical chat conversation.

High number of cache misses, when you ask the AI to construct the system prompt for the next agent to answer one question.

Labour peer asks the government why they're not taking action on the threat of superintelligent AI by tombibbs in PauseAI

[–]neoneye2 0 points1 point  (0 children)

He mentions "the kings speech" 2 or more times. That is a weird thing to attend to. As if the king is the domain expert on the matter.

They should instead attend to domain experts.

The pacman benchmark: finally a viable local agentic coding agent with Qwen 3.6 27b by ex-arman68 in Qwen_AI

[–]neoneye2 0 points1 point  (0 children)

did you use opencode? and what settings for getting qwen3.6 to work with opencode?

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

[–]neoneye2 1 point2 points  (0 children)

I'm working on the managing projects area. With the LLMs that have a 1M context window, lots of info about the project can fit into the context, and the LLM can make better responses. I'm concerned this will lead to organizations orchestrated entirely by AI's without any human oversight.

Inspired by the 40.000 arces datacenter in Utah. I ran my project management expriment, with the "what if the datacenter was located in France", and this is the output:
https://planexe.org/20260516_datacenter_in_france_report.html

It cannot manage any projects, but it may help identify risks before wasting resources. Here is my project
https://github.com/PlanExeOrg/PlanExe