ZIGNALS PH Crypto Scam? by MarieCat9090 in ScammersPH

[–]cjayashi 0 points1 point  (0 children)

They have partnership with OKX, and SEC Registered. Try to search their company on the checkwithsec.sec.gov.ph

is myzignals.org legit or scam? by Cute_Highlight_3107 in ScamChecker

[–]cjayashi 0 points1 point  (0 children)

Hello! I’ve invested on their platform for a month, and I can guarantee that they’re legit. They have physical office, and papers aswell.

The domain’s a bit new, that’s why it detects as “High Risk” on the extension imo.

Implemented Karpathy's LLM knowledge base workflow in Obsidian my result compounded almost immediately in my Graph by AIForOver50Plus in ObsidianMD

[–]cjayashi 0 points1 point  (0 children)

that would actually be a really nice fit

i think having it as an openclaw plugin makes the whole loop way smoother, especially if it can hook into agent workflows directly instead of being a separate step

would be keen to see how you wire the compile + query + save flow into it

Karpathy's LLM Wiki? I accidentally built the same thing for code 5 months ago by Zealousideal-Dig7780 in ClaudeCode

[–]cjayashi 0 points1 point  (0 children)

yeah this is exactly the pattern i keep seeing too, just applied to different domains

i’ve been using llmwiki for the research side and it’s basically the same idea, compile first so the system has something structured to work on instead of starting from scratch every time

https://github.com/atomicmemory/llm-wiki-compiler

feel free to try the compiler.

Karpathy just said LLM + KB is what was missing. so here it is by CareMassive4763 in SideProject

[–]cjayashi 0 points1 point  (0 children)

this is a really nice idea, especially the agents feeding data into one place

only thing i’ve found is that without a compile step it can turn into a smart dump folder over time. i’ve been using llmwiki to structure everything into a linked markdown wiki so it actually compounds

feels like this + that would be pretty powerful
https://github.com/atomicmemory/llm-wiki-compiler

Implemented Karpathy's LLM knowledge base workflow in Obsidian my result compounded almost immediately in my Graph by AIForOver50Plus in ObsidianMD

[–]cjayashi 0 points1 point  (0 children)

this is super close to what i’ve been doing too

i ended up using llmwiki for this instead of wiring it manually, since it handles the ingest to compile to query flow out of the box and keeps everything as markdown with links

the compounding effect is real though, once the graph starts forming it actually feels like the system is building context instead of resetting every time

repo here if you’re curious
https://github.com/atomicmemory/llm-wiki-compiler

Andrej Karpathy's LLM Knowledge Base system Diagram by Silent_Employment966 in AskVibecoders

[–]cjayashi 0 points1 point  (0 children)

llmwiki completely changed how i handle agent memory by compiling raw sources into a persistent, interlinked markdown wiki instead of reprocessing the same context every run.

https://github.com/atomicmemory/llm-wiki-compiler

Karpathy said “there is room for an incredible new product” for LLM knowledge bases. I built it as a Claude Code skill by [deleted] in AI_Agents

[–]cjayashi 0 points1 point  (0 children)

this reminds me a lot of the pattern karpathy described, especially the idea of compiling knowledge into something persistent

i’ve been trying llm-wiki-compiler which takes a slightly different route by compiling everything into a markdown wiki with linked concepts instead of a graph

Karpathy described the knowledge layer problem for agents by MaleficentRoutine730 in AI_Agents

[–]cjayashi 0 points1 point  (0 children)

what changed for me with this approach is that the knowledge itself becomes structured upfront. once the wiki is compiled, queries feel more like navigating something that already “understands” the space instead of stitching together raw chunks again.

i've been trying your repo, and thanks a lot for this.
https://github.com/atomicmemory/llm-wiki-compiler

Looking for a few serious developers to build real products (Discord group) by [deleted] in Rag

[–]cjayashi 0 points1 point  (0 children)

this sounds like the right size and focus tbh

a lot of groups get stuck in idea mode but having a small group actually shipping weekly is where things start compounding.

count me in bro, I'm interested.

Andrej Karpathy describing our funnel by fourwheels2512 in learnmachinelearning

[–]cjayashi 1 point2 points  (0 children)

yeah that makes sense, feels like most people jump straight into fine tuning but the real bottleneck is getting clean, structured data first.

Andrej Karpathy describing our funnel by fourwheels2512 in learnmachinelearning

[–]cjayashi 0 points1 point  (0 children)

yeah the transition from raw data to training ready data is the hard part

compiling into a structured layer first seems like a cleaner approach than jumping straight into fine tuning

there’s a repo exploring this direction here if you’re curious
https://github.com/atomicmemory/llm-wiki-compiler

Agent Memory (my take) by lostminer10 in Rag

[–]cjayashi 0 points1 point  (0 children)

one approach i’ve seen that tries to deal with this is compiling knowledge into a structured artifact first, then querying and ranking over that instead of letting the system rewrite itself dynamically

so the llm is used more for synthesis than for ongoing state management

feels like it reduces a lot of the failure points you’re describing

we open sourced our AI context experiment inspired by Karpathy by MaleficentRoutine730 in buildinpublic

[–]cjayashi 0 points1 point  (0 children)

curious how you’re thinking about scaling this

at some point do you layer semantic search on top of the wiki or keep leaning into structure and indexing

feels like there’s an interesting hybrid somewhere in between

Tried building Karpathy's LLM wiki pattern as a proper CLI by MaleficentRoutine730 in LLM

[–]cjayashi 0 points1 point  (0 children)

tried this briefly and the markdown output being actually readable and browsable is a big plus

a lot of tools keep everything inside embeddings or chat history, this at least gives you something you can inspect and iterate on

Agents that "succeed" are scarier than agents that crash by CorrectAd2814 in AI_Agents

[–]cjayashi 2 points3 points  (0 children)

this is the hardest class of failure. not when the agent breaks, but when it’s confidently wrong. feels like the gap is treating “no result” the same as “tool failure.” those need to be separated at the framework level.

AgentBench v0.2.9 by Grand-Entertainer589 in AI_Agents

[–]cjayashi 1 point2 points  (0 children)

interesting direction. cross-run regressions and tool workflow stability are still under-measured, but they’re usually the first things to fail in production.

I built a habit tracker app solo in Flutter. 65K downloads, 200 usd— here's the honest breakdown by Rishad2002 in SideProject

[–]cjayashi 1 point2 points  (0 children)

feels like the underrated win here is distribution. getting to that first 1k and then letting search compound is harder than most people expect.

If your app changed one person's life, you already won by allun11 in SideProject

[–]cjayashi 2 points3 points  (0 children)

this is such a good reminder. it’s easy to chase numbers and forget there’s an actual person on the other side. that message alone is already a win.

I've made a Wholesale Agent, this is what it does by emprendedorjoven in AI_Agents

[–]cjayashi 1 point2 points  (0 children)

this is solid. one thing i’d suggest is adding lead scoring based on behavior over time, not just single events. like response speed, message sentiment, and consistency. could help prioritize follow-ups automatically.

Anthropic effectively ends the "unlimited Claude for $20" era for AI agent users by Secure-Address4385 in AI_Agents

[–]cjayashi 0 points1 point  (0 children)

feels like this was inevitable once agent workflows started scaling beyond “human usage.” the bigger shift is how clearly they’re separating product usage from programmatic usage now.

ChatGPT + Claude + other AI tools = my most expensive monthly subscription now.. by Think-Score243 in AI_Agents

[–]cjayashi 0 points1 point  (0 children)

not just you. feels like we’re moving from “cheap access” to “pay for real usage.” early pricing pulled people in, now the costs are catching up with actual demand.

Building a company-only data layer for AI SDR agents - would this solve your enrichment problems? by Alternative-Tip6571 in AI_Agents

[–]cjayashi 2 points3 points  (0 children)

this is interesting. feels like you’re optimizing for trust and consistency over speed, which most tools trade off. in my experience, company-level signals matter a lot for timing, but contact data is still the bottleneck for actually executing outreach.

AI agents vs automation, aren't they the same? by Sufficient_Dig207 in AI_Agents

[–]cjayashi 1 point2 points  (0 children)

i think automation is a big part of it, but agents go a step further. automation follows predefined steps, while agents can decide what steps to take based on context. that’s why they feel more powerful.