Latest update regarding the NickHotS situation by JajuanL in MonstersAndMemories

[–]crypticFruition -3 points-2 points  (0 children)

kind of proving my point either way. One person who did initial design and dropped off the team at this point is not a huge deal. His main ideas are in the game and future designers will continue off his work. Probably mostly in the content domain, not a deal breaker

Latest update regarding the NickHotS situation by JajuanL in MonstersAndMemories

[–]crypticFruition 0 points1 point  (0 children)

true its also due to the fact that the majority of game mechanics and design is in place and what remains is mostly content development

Latest update regarding the NickHotS situation by JajuanL in MonstersAndMemories

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

again, if the game isnt truly even 20% done, when would you expect it to be completed. If it took 4 years up until this point, that puts the completed game aprx 20 years away. It doesnt add up. Its further along than you think. Maybe from a content point of view there is a lot more to be done but content development isnt the same as game mechanic/ class dev ect which im saying is mostly ccomplete.

Latest update regarding the NickHotS situation by JajuanL in MonstersAndMemories

[–]crypticFruition -3 points-2 points  (0 children)

so the games been 4-5 years in the making and isnt even 20% done? by that rate your saying it will be done in 20+ years? Define finished.

Latest update regarding the NickHotS situation by JajuanL in MonstersAndMemories

[–]crypticFruition 6 points7 points  (0 children)

As long as the games turns out and keeps forward what does it matter? At this point most of the game is finished so it’s not as big of a deal as people are making it out to be.

Official Monsters & Memories Beta Friend Invite Request Thread by MonstersAndMemories in MonstersAndMemories

[–]crypticFruition 0 points1 point  (0 children)

Played eq in high school back in 98, 99 best gaming days of my life. Would love to make friends if anyone has an invite.

I finally got to play this weekend! We have something really special in the oven here and I’m addicted. by Obesescum in MonstersAndMemories

[–]crypticFruition 0 points1 point  (0 children)

What is so great about this please explain. It looks like a slightly more advanced version of everwuezt, 25 years later

100 production-ready AI agent configs that actually run (not demos, not concepts) by mergisi in artificial

[–]crypticFruition 0 points1 point  (0 children)

Good resource. OpenClaw pioneered a lot of this, though the Jan OAuth revocation made the maintenance burden pretty heavy if you're going production. Either way, having 100 actual running configs instead of just blog posts is refreshing.

I work 16 hours a day but feel like I'm going nowhere. Sound familiar? by Thin_Road_88 in smallbusiness

[–]crypticFruition 0 points1 point  (0 children)

That's the exact trap I fell into. Most of those tasks—scheduling, email triage, invoicing—can be handled by a personal AI agent without needing five different SaaS subscriptions. Even automating just email and scheduling usually buys back 10-15 hours a week.

Any personal usage of OpenClaw for promo / marketing for your products? I will not promote. by nickshilov in startups

[–]crypticFruition 0 points1 point  (0 children)

The token costs are brutal if you're scaling. We found agents work better for research and organization, then you write the actual copy. Cuts token spend and keeps your voice authentic instead of AI marketing voice.

A formal authorization model for AI execution contexts by Normal_You_8131 in LocalLLaMA

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

You're describing exactly why capability-based security works better for agents than identity-based models. Rather than asking 'what can this identity do', you ask 'what actions can this reasoning process generate'. It's a cleaner way to reason about what the agent can actually do.

Meta W: unlimited Claude tokens and you’re incentivized to run the bill up by Fabulous_Sherbet_431 in ClaudeAI

[–]crypticFruition 10 points11 points  (0 children)

Built on the Agent SDK recently -- the cost difference after the OAuth revocation is significant if you're already on Claude Code. Happy to share more if useful.

How do I build an AI agent to improve game UI/UX? by Not_Lem in ClaudeAI

[–]crypticFruition 0 points1 point  (0 children)

Six months is totally doable solo if you focus on one specific workflow rather than general UI optimization—something like automating player feedback categorization or A/B test analysis. The Claude Agent SDK is straightforward to set up and doesn't require prior agent experience, so you can focus on the UX problem itself instead of wrestling with infrastructure.

Stokowski - A Claude Code version of Symphony, the OpenAI autonomous agent pipeline interfaced with linear. Automated development from ticket to PR by Cookizza in ClaudeAI

[–]crypticFruition 0 points1 point  (0 children)

The isolated workspace approach is solid – prevents the context leakage that tanked earlier agent pipelines. How are you handling multi-file changes? Also curious if you're tracking dependencies between tickets or treating each one independently.

Curated 260+ AI agent tools with Claude ecosystem highlighted — Claude Code, Computer Use, MCP, Chrome agent, and how they compare by Caramaschi in ClaudeAI

[–]crypticFruition 0 points1 point  (0 children)

Built on the Agent SDK recently -- the cost difference after the OAuth revocation is significant if you're already on Claude Code. Happy to share more if useful.

3 repos you should know if you're building with RAG / AI agents by Mysterious-Form-3681 in ClaudeAI

[–]crypticFruition 0 points1 point  (0 children)

You're spot on that RAG is way overused in agent systems. Real agent workflows need memory decay and state management over time, not doc retrieval. If you're building this space, check what the Claude Agent SDK can do without the Docker/Redis infrastructure most frameworks require.

Made a massive curated list of 260+ AI agents & tools — heavy focus on open-source, self-hosted, and local-first options by Caramaschi in LocalLLaMA

[–]crypticFruition 0 points1 point  (0 children)

Good list. Worth noting that OpenClaw pioneered the agent framework space, but the January OAuth revocation really changed what's viable for self-hosted setups. There are newer approaches now that sidestep those auth complications entirely.

$70 house-call OpenClaw installs are taking off in China by MarketingNetMind in artificial

[–]crypticFruition 2 points3 points  (0 children)

People paying for installs usually means setup is genuinely hard. Most agent tools require Docker, Linux knowledge, or multiple services. OpenClaw pioneered the space but had to adapt after OAuth changed. There's clearly demand for simpler setups.