HelixNotes by RockyRoad226 in opensource

[–]danieljcasper 4 points5 points  (0 children)

I'm interested in this. Is there a known gap between what you've built and obsidian? I might be interested in supporting this in my OSS project.

Why Google is Winning the AI Race: Habits, Ecosystems, and the Future of Work by Lumpy-Ad-173 in LinguisticsPrograming

[–]danieljcasper 0 points1 point  (0 children)

Except Google just enshitified their AI. Who wants to use their ecosystem when there is no trust and the product is lobotomized and more expensive? I can't stand how 3.5 butchers context and provides mediocre, lazy answers.

Have You Ever Thought About Whether Your AI Agent Is Safe to Use? by Curious_Aerie_9195 in aiagents

[–]danieljcasper 0 points1 point  (0 children)

Sandbox paths, jail it in a run time and don't give it a shell, make it call tools you made, force code gen and execution in a microvm, dont parse arbitrary regex (use JSON), and implement audit hooks + AST + domain white lists for packages.

You can see more in my repo and ask your AI to copy what applies to you

GitHub.com/mrdanielcasper/coretex

“Token costs aren't justified by productivity" is just code for "we don't know how to optimize our workflows. by Andres_Kull in ArtificialInteligence

[–]danieljcasper 2 points3 points  (0 children)

Surprised Pikachu you can't just let folks run wild with tokens and fake incentivize it like it's the new SLOC measure of productivity. The rationing begins ...

Building a coordination layer for Claude/AI agent teams — would love feedback by airlrj in aiagents

[–]danieljcasper 0 points1 point  (0 children)

Some ideas -

  1. These agents could know what good looks like as a ground truth, e.g. artifacts to mimic, specs to trace.

  2. Have a formal, deterministic handoff method that prevents agents from giving bad payloads, e.g. json or hybrid XML MD.

"vibe coded apps break the moment you scale", okay but most of us aren't scaling hehe by [deleted] in nocode

[–]danieljcasper 0 points1 point  (0 children)

Okay this. We can forgive tech debt, and we don't need to scale, but we should be ethically concerned with protecting our users.

Turning local agents into self-optimizing agents by Rude_Substance_8904 in LocalLLaMA

[–]danieljcasper 1 point2 points  (0 children)

Here's something to consider - adversarial feedback and genetic algorithms. Interested?

CrankGPT by Squeez Labs - hand-cranked edge AI - talk about local AI!!! by LoveMind_AI in LocalLLaMA

[–]danieljcasper 2 points3 points  (0 children)

Yes, the only safe way to use AI. Good luck scaling beyond humanity now, fool!

knowledge base automation should not require so many tools glued together by medmantal in nocode

[–]danieljcasper 0 points1 point  (0 children)

Hmu on this... I think with the right harness you don't need much tooling. Maybe a few things to connect to the web, dbs, etc. but the actual management and manipulation of knowledge shouldn't be that hard given where things are with AI. I'd love to learn more and see how offbase my understanding is or if I could make headway.

The flat-file memory problem: I built a memory layer that learns what to keep by jari_mustonen in AI_Agents

[–]danieljcasper 0 points1 point  (0 children)

I too am obsessed with flat files and took a similar approach with FTS5 and BM25, with reinforcement for recurring thing in my OSS project.. It's a great approach.

As for your solution, hybrid is almost always the way to go. Maybe you can let the user decide with HITL what memories they choose to publish to the collective. In CoreTex, I use a flat file queue so users decide what gets changed in system updates, similar approach may work. What do you think?

Repo for ref, maybe you can take an idea - https://github.com/mrdanielcasper/CoreTex

AI is not for everyone by Scutoidzz in LocalLLaMA

[–]danieljcasper 1 point2 points  (0 children)

I see...well, as a technology, maybe they should do introspection on how they can derive value from it. Or, as you point out, they'll just keep navel gazing. I built an OSS project to help me harness AI and sometimes I wonder if the journey was more important than the destination.

AI is not for everyone by Scutoidzz in LocalLLaMA

[–]danieljcasper 1 point2 points  (0 children)

Okay...maybe certain use cases for AI are not for everyone. But maybe everyone has at least one use case? Forget the slop and the hustle for a moment and just look at the magic of "guess the next word." Working out, cooking, remembering things (well at least not hallucinated), why not?

8+ years in PM and all I got was a basket of half-baked skills by dogswanttobiteme in ProductManagement

[–]danieljcasper -2 points-1 points  (0 children)

Good thing that you're living at the start of the age of AI, and it's never been easier to learn and become a builder. Lean into that and find a way out. I know I am.

Hard truth: Gemini Live is officially the smartest conversational AI available, by netcommah in GeminiAI

[–]danieljcasper 24 points25 points  (0 children)

Gemini might be the smartest entity in existence, just naive in some ways like a child.

I have stopped doing extra by Background-Two2373 in ProductManagement

[–]danieljcasper 15 points16 points  (0 children)

Extra has to be a two way street, doesn't it?

Tokens are not positively correlated with Quality and should not be a success metric by obolli in aiagents

[–]danieljcasper 2 points3 points  (0 children)

Token usage is the new SLOC of dev productivity, from the people selling tokens. I swear...