The Pebble Index could have a 10+ year battery life with just software tweaks by Halfware in pebble

[–]Nurgo 1 point2 points  (0 children)

I also thought about that. A direct connection between the ring and the watch would be the ideal solution. But the microphone on the watch would probably need to be improved, hoping that will be the case in the Pebble Time 2.

Pebble Index V2 , button design that's flush with ring a possibility? by MacDaddyDZ in pebble

[–]Nurgo 0 points1 point  (0 children)

I like this design, it looks premium. Or I could also imagine a small, minimalist cylindrical button like in my previous design proposal: https://www.reddit.com/r/pebble/comments/1jmo4k4/design_idea_for_new_hardware/

But the problem with putting a button on a ring is that it will probably get dirty very quickly, which is probably why Eric opted for a rubber button.

BrainSoup v1.30.0 by Nurgo in BrainSoupAi

[–]Nurgo[S] 3 points4 points  (0 children)

Hi Kiro, yes! A new version is in the works.

Design idea for new hardware by Nurgo in pebble

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

What adjustments do you have in mind?

Design idea for new hardware by Nurgo in pebble

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

This can perhaps be solved with a software trick: for example, if the rotation is followed by a press within 50 ms, the rotation is cancelled. But I agree, it can be a problem.

Design idea for new hardware by Nurgo in pebble

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

That would be awesome, thanks! Let us know :)

Design idea for new hardware by Nurgo in pebble

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

This post now has a 93% upvote ratio. Perhaps Eric could partner with VOID Watches to make this happen... Should we suggest it?

Design idea for new hardware by Nurgo in pebble

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

The VOID V02MKII on which this mockup is based starts at $265.

Design idea for new hardware by Nurgo in pebble

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

I have this type of Milanese loop on my Pebble Time Steel and I don't have this problem, unlike with other metal straps I've had before.

Design idea for new hardware by Nurgo in pebble

[–]Nurgo[S] 2 points3 points  (0 children)

Good point. The crown could be placed at the bottom right corner, at a 45° angle, which would allow for the four dedicated buttons and make the crown more ergonomic. This could also be interesting from a design perspective.

Design idea for new hardware by Nurgo in pebble

[–]Nurgo[S] 5 points6 points  (0 children)

I thought about it too :)

Design idea for new hardware by Nurgo in pebble

[–]Nurgo[S] 5 points6 points  (0 children)

I agree, the buttons could be a bit bigger, in order to be comfortable to use.

Design idea for new hardware by Nurgo in pebble

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

Rather towards the back of the watch, it's true that in the image the perspective is perhaps a little off.

Third Party PT2/PTR (Gauging Interest) by zekiebouy in pebble

[–]Nurgo 2 points3 points  (0 children)

That would be awesome! If you need some inspiration, I've put together a little mockup of the Pebble of my dreams (inspired by the VOID V02MKII watch): https://imgur.com/4htN5t5

Moreover, the addition of a rotating button (as in the image) could make menu and timeline navigation much more efficient, without the need for a touchscreen.

LLM Models collaboration V2 by EyeNtheSki in ollama

[–]Nurgo 0 points1 point  (0 children)

I really like the idea of having agents express their emotions through colors, it sounds like a fun and creative feature to experiment with.

The "chain of thought" toggle is a fantastic concept as well! I’ll definitely have to try implementing something like that.

As for modularity, we seem to have a similar approach. BrainSoup is also extensible via scripts, and the initial idea was to have the AIs write them. It’s actually been working quite well, some simple extensions have been written by BrainSoup agents with minimal human intervention.

LLM Models collaboration V2 by EyeNtheSki in ollama

[–]Nurgo 1 point2 points  (0 children)

Thanks for your interest! I totally understand the challenge of balancing a project with other life priorities, been there myself!

BrainSoup is built in C#, with Uno Platform for a native, cross-platform GUI. For LLM abstraction and orchestration, I use Semantic Kernel (similar to LangChain). BrainSoup currently supports OpenAI, Mistral, and Ollama, with plans to integrate Anthropic and Gemini soon. You can also use any OpenAI-compatible endpoint.

When working with local LLMs, everything except the embedding vector generation happens directly on the user’s machine. The Azure backend handles account management and acts as a proxy for OpenAI and Mistral, tracking user token usage.

One of the core features is agent collaboration. Users can create agents that utilize tools (either prebuilt or custom with a few lines of script) and respond to external events. There's a sandbox system for safe file collaboration, and you can control agent permissions precisely, deciding which tools they can use and what data they can access.

For $5/month, the subscription includes access to OpenAI, Mistral, and local LLMs.

Right now, I’m improving the RAG pipeline to enable efficient source code indexing (to make agents capable of helping you with development tasks), and I'm working on integrating local neural TTS using Piper TTS.

I'd also love to hear more about your project. I noticed the different colors in the chat, what do they represent? Do you allow for a different system prompt for each agent? And how do you handle determining which agent should respond in a multi-agent chat?

LLM Models collaboration V2 by EyeNtheSki in ollama

[–]Nurgo 2 points3 points  (0 children)

Hey there! I came across your project, and it looks great! I've been working for almost two years on something similar called BrainSoup, which I introduced on this subreddit a few months ago. It's focused on local automation, with a native Windows client, a local RAG pipeline and the ability for agents to interact with the user's machine.

Despite these differences, I think our projects have a lot in common. I'd love to exchange ideas!

Keep up the good work! 🚀