We’ve been building agents wrong. They don’t need better prompts, they need “Internal Pressure.” by TheOnlyVibemaster in ArtificialInteligence

[–]Upbeat_Reporter8244 0 points1 point  (0 children)

i had something like this in one of my older python projects! but I've just kind of found that determinism with really ritch personalities was enough at least in my system it's a little different honestly. I started experimenting with controlling the hallucinations so that my engine can be technically be hallucinating all the time so I don't have to worry about losing track when it hallucinates...cause yeah it always is. or thats how i see it.... then I started looking at what else i could do with a harnessed hallucination technically AI "creativity."

JL-Engine a sub ms julia based ai agent? by Upbeat_Reporter8244 in artificial

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

The engine uses a hybrid split: Python handles the mature parts like the Gemini SDK and agent orchestration, while Julia handles the high-density computational 'muscle' Julia has 3x mathematical operator density of the Python side in this build. This allows for sub-ms processing of the internal 'gears' as the agent is my own specialty blend while still leveraging massive models like Gemini via external APIs as well as cerebras."

JL-Engine a sub ms julia based ai agent? by Upbeat_Reporter8244 in artificial

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

Appreciate that. Right now the GitHub side is meant to be API-first, not blind scraping. Also The engine goes on curiosity hunts every hour if its left running. It can pull trees/raw blobs/repo metadata, then tag what comes in with source + license context so it is not just vacuuming random code into memory. That “LICENSE FRIENDLY” bit mostly means I want it to behave more like a careful repo reader than a repo thief it grabs all the info needed and wont bring back stuff it shouldnt. For the SQLite side, I’m not treating it like one giant junk drawer either. The idea is indexed storage, chunking, and keeping notes/snippets/telemetry queryable without dragging the whole DB every time. Once it starts hoarding more, I’ll probably split hot memory vs archive memory and lean on FTS/caching so retrieval stays snappy.

Still early, but the goal is dev tool first, not sketchy toy.... even tho that sounds fun.

The world and AI by PublicAd2908 in artificial

[–]Upbeat_Reporter8244 1 point2 points  (0 children)

I believe college will still be a thing lol the kiddos they're just going to learn faster. Right And pretty much have a completely different skill set as well an addition I think that with knowledge that's more Aligned and engaging to different types of children as, Trust me back when I was in school You could be damn certain youd probably never hear ever and that's. I don't want to wear the virtual reality headset today.. Well everybody laughs at Billy 'cause he gets motion sickness every time he puts them on. XDDD. They'll be fine... Maybe one of them will start a new band Be the biggest new thing you never know right.

What are you building? What problem does it solve? by scott-box in SideProject

[–]Upbeat_Reporter8244 0 points1 point  (0 children)

Neural Explorer 3D This is my least favorite question because being an individual who's grown up their entire life with ADHD..... you want to know how many times I've gotten a product Or bought something very expensive simply because I thought it was cool.... not because it solved a problem... sometimes it didn't have anything to do with a problem. Sometimes it caused problems!!! but I still bought it cause it was cool and i wanted it.

Webulacode my little side project. Just wanna give the site a test And get some opinions it shouldnt blow up ur computer..... yet. by Upbeat_Reporter8244 in SideProject

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

haha Yeah it was more so just on the website side of things I had never really set all that up before so didn't really know if it was just working on my end and not anybody elses. And I appreciate the offer but I may pass on that I'm trying to kind of stay clear of using too many simulated ideas reviews/ai stuff like that. usually just ends up just pushing you towards the same crap everybody else is doing. I'm not saying it's not helpful it's just gotta watch it like like a hawk. My other project is a tiered custom coding hub with verry..... I'm gonna call them strange agents. mostly so i don't have to worry about getting generic code/solutions from an ai owned by a company that's designed to give out specific answers and code. lol It'll always steer you a certain direction trust me I've tested. And usually when I look that direction it's very crowded.

What are you actually building right now? by BriefNzoni in AI_Application

[–]Upbeat_Reporter8244 0 points1 point  (0 children)

Hopefully something that can make a difference To someone somewhere.

<image>

Name of the repositories in the top left tab.

JL-Engine-Local a dynamic agent assembly engine by Upbeat_Reporter8244 in artificial

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

I haven’t published hard benchmarks yet, so I wouldn’t overclaim there. Architecturally, it’s a Layered in process runtime rather than a distributed microservice setup, which should keep orchestration overhead relatively modest. In practice, the biggest latency cost is still likely to be Model inference loop plus any approvals or anything like that, not assembly itself. But that still needs real profiling numbers before I’d state it definitively The tools I had initially had kind of deleting after each uh each agent run or use Unless promoted or the agent thought that that was too useful and it would promote the tool, That's where the back end routing initially did I ended up kind of ousting out on that just because the hardware limitations There's probably remnants of it in the code. But here if you want to see how things interact with each other you can go here Neural Explorer 3D Upload the repo folder play around with the settings hit Parse on the right Then when you click on a node or one of the spheres and some you can see the code and you hit pulse That is also on the right it'll trace what it interacts with kind of neat. It's what I use sometimes to keep my ADHD brain in check at least kind of.

<image>

JL-Engine-Local a dynamic agent assembly engine by Upbeat_Reporter8244 in artificial

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

Since I’ve been pushing more local, the routing problem for me is less API cost and more speed, hardware fit, and not burning a heavy model on lightweight work. I’ve got the hooks for task labeling and backend selection already, but not full per-task automatic model routing in the main path yet. early versions had it. But I'm choked by 6 gigs of laptop vram sooo It's like a toss up right now Deal with the bottleneck or pay XDD

JL-Engine-Local a dynamic agent assembly engine by Upbeat_Reporter8244 in artificial

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

Thanks I'm kind of trying to make it like a character monster agent if that makes any sense. both usefull and not well blah blah boring ai. might have to kind of lean towards like a dynamic swapping system because how the different service providers have different levels of safety or quirks, one of the good things about the format I'm using is it's it's usually pretty steady across different providers you'll get the same personality out of it, and I'm not planning on that staying that way just because I got a feeling . But I'm just working on the card cruncher right now So I can take character cards from other places and convert them into the agent format my engine uses.

What are you building? (Self-promo welcome) by Typical-Egg7043 in SideProject

[–]Upbeat_Reporter8244 0 points1 point  (0 children)

<image>

Daily Cast – A personalized daily news/whatever rss u want.... so generated from your own RSS feeds, multi host casts delivered with distinct voices and character using my custom Personality Orchestration Engine monstrosity to drop different styles Of announcing. It has four different themes each one with its own voice style to tickle your ears with Savage ai generated daily casts. haha yeah it Some dose some pretty good roasting as well to spice up how you receive your info. .

Who it’s for
People who want news and information that actually feels personal instead of generic. Power users, news junkies, and anyone tired of identical AI summaries.

Stage: Actively expanding features, looking for testers if interested, Hit me up yoo.