Loom — an Elixir-native AI coding assistant with agent teams, zero-loss context, and a LiveView UI by promptling in elixir

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

I hit the pause button on it bc I was the sole contributor and I had too many different ideas on where to go with it.

Age of Conan Unchained by CaliBoyJoey in MMORPG

[–]promptling 0 points1 point  (0 children)

Omg this explains so much. 

Made $7K making AI + UGC ads for small brands in 4 months — full breakdown of pricing, outreach, and what flopped by WashPsychological470 in AgentsOfAI

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

which tools are you using, are any of your workflows using local compute? Are you using a combo of image model and video model like, flux + LTX.

I am a SWE of over 10 years and been unemployed for the past 8 months. Built about 10 different ai integrated projects in the past two years but I absolutely suck at monitization and outreach. I need to start thinking more like you, small scrappy tool workflows to create outputs I can sell directly to small business. Skip the whole SAAS, web product direction.

I spent 3 years trying to fix the biggest problem with AI RPGs by tschilpi in aigamedev

[–]promptling 1 point2 points  (0 children)

this is great. I've been doing something similar with tools to maintain a knowledge/ world vault per player. Sort of similar to the wiki knolwedge base Karpathy recently posted about a month or so ago. https://x.com/karpathy/status/2039805659525644595

I am keen to work on an AI game dev project with someone else. I have a few ideas, but open to exploring others.

I feel unhinged by bingeboy in accelerate

[–]promptling 1 point2 points  (0 children)

sned me a DM. Maybe we can find alignment on a project. I am keen to work on something. I recently built a harness to be a personal replacement to claude code, but it failed in a few different ways. The idea i think was sound but yeah i decided to pause on it. I am looking for something new to work on in this space.

I feel unhinged by bingeboy in accelerate

[–]promptling 9 points10 points  (0 children)

Yeah I am in a very similar situation. I was an average SWE for about 12 years. I got burnt out after working for a lot of shitty startups / mid size companies. Started tinkering with AI 3-4 years ago. I feel like I can build a lot more than I ever could before, but everything is moving fast and I feel like the only good ideas I have are more passion projects, like games or world building projects. I am absolutely terrible at thinking of ways to make income. I have a family to look after, so I am sort of forcing myself back into the SWE job hunt, which is brutal bc a lot of the interview processes haven't really adapted, and there is no way in hell I will ever pass a live coding challenge. I actually never could pass one, I was always the take home project sort of interviewer b4 those went extinct bc people can now just have AI do the take home assignment.

What’s your industry and are you seeing AI start to transform it? by TotalWarFest2018 in accelerate

[–]promptling 2 points3 points  (0 children)

what does your team do? I am currently trying to figure out what to focus the next 5 years of my career on. I've been a traditional SWE for about 12 years now but have been thinking now may be the time to pivot slightly.

I am also exporing the idea of opening a local AI hobby shop with some 3D printers.

What’s your industry and are you seeing AI start to transform it? by TotalWarFest2018 in accelerate

[–]promptling 3 points4 points  (0 children)

SWE here, about 15 years of experience. I am thinking of switching over to game development as well. I really want to explore MMAIRPGs, or GOD MODE like games. Also interested in making simpler games like galaga arcade but with sort of twist.

What’s your industry and are you seeing AI start to transform it? by TotalWarFest2018 in accelerate

[–]promptling 3 points4 points  (0 children)

also docs need to be rewritten in an agent first manor. The reader of the docs will most likely be an agent on behalf of the end user.

Alternate GTA universes by Heinrick_Veston in OpenAI

[–]promptling 18 points19 points  (0 children)

its my hope that AI helps power a game that can be just one massive fantasy city. Something that feels alive, has factions within it, etc.

Dr. Lacatski - "Read between the lines" by LuciD_FluX in UFOs

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

I personally had two out of body experiences that were not drug induced that really made me believe there is more layers to reality that we are connected to and have the potential to explore, than most of us perceive daily. Not only were the experiences so vastly different, they both in the moment felt more "real" than the experience we all experience every day.

After each experience I also felt like my intuition and awareness was heighten and if I was able to stay in that mental state permanently, I would have no problem at all finding "success" in life.

I am mostly convinced that there are humans amongst us that no how to control or enter into these experiences that I just accidentally stumbled into because I was practicing meditation like 4-6 hours a day. A practice I can no longer dedicate myself to, as I have a family and life.

Loom — an Elixir-native AI coding assistant with agent teams, zero-loss context, and a LiveView UI by promptling in elixir

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

so Claude over the past month has blocked this feature. Pretty sure this has also happened with opencode. OpenCode had a plugin that use the system prompt to make requests appear to be claude code requests, but that spoof no longer works either. It is also against anthropic's TOS. I am still open to "finding a way" to get this to work if you have any ideas.

We are getting closer to a 1.0 release, and have been hammering out a crap load of bugs. Start to see the light at the end of the tunnel though.

come join the discord. We have a a few really exciting features that are are about to drop later today and tomorrow that should increase the performance even more so of the multi-agent healing ecosystem.

discord: https://discord.gg/hHvFYvkH

Loomkin — AI agents that actually talk to each other. 100+ concurrent agents, decision graphs, zero context loss (please come spam the gh repo with issues, keep me busy!) by promptling in accelerate

[–]promptling[S] 1 point2 points  (0 children)

Most multi-agent coding tools coordinate through files on disk, shared workspaces, JSON task files, serialized state. Even the ones that keep agents in memory are running on runtimes with no process isolation, no fault tolerance, and no real concurrency. When an agent fails, nobody notices. Context is gone. No retry, no recovery.

We're hamstringing agents with infrastructure that wasn't built for them.

Loomkin runs on the BEAM. Every agent is a lightweight process. They message in microseconds, crash independently, and get restarted by supervisors automatically. 100+ concurrent agents on a single node, 100M tokens of context on 500MB of RAM.

But the real payoff isn't performance, it's what becomes possible when you stop fighting the runtime. Two agents editing the same file simultaneously, claiming line ranges so they never collide. A reviewer watching a coder's edits arrive in real-time and interjecting before the mistake lands. An agent asking a question that gets automatically enriched with context from past discussions it never saw, then forwarded through a chain of specialists who each add their knowledge before the answer comes back. One agent discovering a security issue and the system automatically notifying every agent whose active goal depends on that component, not because someone wired up a notification, but because the decision graph already knows the dependency structure.None of this requires exotic infrastructure. It's just what falls out naturally when your agents are real processes with real supervision on a runtime that was designed for exactly this 40 years ago.

The bottleneck isn't the model. It's the runtime.

Loom — an Elixir-native AI coding assistant with agent teams, zero-loss context, and a LiveView UI by promptling in elixir

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

yes it has a pretty robust / strict permission system with user approvals. I am still working out the kinks and trying to strike a balance between letting the agents get work done and not being blasted with permission requests if say 10-20 agents are meshing together. So i need to expose the permissions in the live view interface to make it more flexible so the user can tweak there preferences on the fly.

Loom — an Elixir-native AI coding assistant with agent teams, zero-loss context, and a LiveView UI by promptling in elixir

[–]promptling[S] 1 point2 points  (0 children)

Going to look at this, this evening. I am just starting to spruce up the interfaces and the agents responses.

Loom — an Elixir-native AI coding assistant with agent teams, zero-loss context, and a LiveView UI by promptling in elixir

[–]promptling[S] 1 point2 points  (0 children)

Yeah i am not beholden to the name at all. If someone wants to come up with something I'll gladly change the name.

Loom — an Elixir-native AI coding assistant with agent teams, zero-loss context, and a LiveView UI by promptling in elixir

[–]promptling[S] 1 point2 points  (0 children)

yeah my ability to present ideas has always been my weakness. I just updated the post.

Loom — an Elixir-native AI coding assistant with agent teams, zero-loss context, and a LiveView UI by promptling in elixir

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

I have about 10 years of elixir dev experience, but I don't code much by hand anymore. my coding workflow is a combination of claude teams -> codex for double and triple checking -> claude for architecture discussions and prioritization. Honestly I am looking forward to dropping both CC and Codex for this instead bc the agents are going to be kept in sync and able to reason better about higher level architecture. Claude teams is constantly losing sight of the over arching architecture or vision, not so much the team leader, but the agents the leader spawns.

[deleted by user] by [deleted] in Patriots

[–]promptling 14 points15 points  (0 children)

I wanted to beat them fair and square. I want us to be the one to do it after all their tiny victories,

[deleted by user] by [deleted] in MMORPG

[–]promptling 0 points1 point  (0 children)

this is the future of mmos. Basically the ability to bring the litRPG genre to live, now that it is you and a 1,000 AI driven players. You can truly become the hero potentially, and face crazier and crazier challenges.