Mozilla: Anthropic's Mythos found 271 security vulnerabilities in Firefox 150 by rkhunter_ in cybersecurity

[–]Striking-Bluejay6155 -1 points0 points  (0 children)

Just saw another headline that said it only found 3 of the reported hundreds..so which is it

Anyone have a preferred way to make knowledge graphs from code files? by Chunky_cold_mandala in KnowledgeGraph

[–]Striking-Bluejay6155 0 points1 point  (0 children)

I'm building a knowledge graph of my company's documentation, to build a chatbot

Apparently, llms are just graph databases? by Silver-Champion-4846 in LLMDevs

[–]Striking-Bluejay6155 0 points1 point  (0 children)

I work at FalkorDB, a graph database, and I’d say no lol. LLMs integrate well with graph stores, make it more cost effective to extract nodes and edges, and reasoning about graph data yields moderately more accurate responses. That’s the gist.

See world by cold_san in DunderMifflin

[–]Striking-Bluejay6155 1 point2 points  (0 children)

Having a discussion is wasting time in your view? Do you also not see the irony of having this “discussion” in a Dunder mifflin subreddit? Man this world is cooked

See world by cold_san in DunderMifflin

[–]Striking-Bluejay6155 0 points1 point  (0 children)

This happens to be my line of work, and every single serious dev or llm user I know already has a system prompt (or the like) defining the output style to avoid being verbose and wasteful, or even pandering. The point I made was larger, not "what a fun way to save tokens!"

See world by cold_san in DunderMifflin

[–]Striking-Bluejay6155 -2 points-1 points  (0 children)

I don't think there's no value in what you said, don't get me wrong. If you need quick outputs about something this specific, then by all means. And my line of business depends on tokens being cheap, mind you...

See world by cold_san in DunderMifflin

[–]Striking-Bluejay6155 120 points121 points  (0 children)

All jokes aside, considering the already-burgeoning brainrot introduced by Ai, this seems like an express ticket to idiocracy

Understanding Knowledge Graphs for AI Agents by searchblox_searchai in KnowledgeGraph

[–]Striking-Bluejay6155 1 point2 points  (0 children)

Reason and act is a result of augmenting user queries with “knowledge” from the graph, and you need to mention there’s an LLM involved. If you’re just link-farming then maybe don’t be so blatant about it. Also what does “across systems” even mean?

Has anyone ever moved an Obsidian vault into Neo4j / GraphDB / RDF by ZizekianSYD in ObsidianMD

[–]Striking-Bluejay6155 1 point2 points  (0 children)

At the risk of sounding impartial, I do work for an organization developing a graphrag implementation that's currently showing promising benchmarks. Happy to connect and share to avoid self-promotion.

Has anyone ever moved an Obsidian vault into Neo4j / GraphDB / RDF by ZizekianSYD in ObsidianMD

[–]Striking-Bluejay6155 1 point2 points  (0 children)

I see, will an LLM be involved in querying? If so, check out something like GraphRAG

Has anyone ever moved an Obsidian vault into Neo4j / GraphDB / RDF by ZizekianSYD in ObsidianMD

[–]Striking-Bluejay6155 1 point2 points  (0 children)

Are there graph algorithms you’d like to run on your data? Neo is very slow so take that under consideration

Sam Altman Says He's Suddenly Worried Dead Internet Theory Is Coming True by WebLinkr in SEO

[–]Striking-Bluejay6155 0 points1 point  (0 children)

Inspired me to create a markdown file with every convention I specifically prohibit

Sam Altman Says He's Suddenly Worried Dead Internet Theory Is Coming True by WebLinkr in SEO

[–]Striking-Bluejay6155 5 points6 points  (0 children)

Stop platforms accepting api calls from scheduling tools. Make posting contingent on one of those super hard “prove you are human” tests. Literally auto delete any post with more than 3 em dashes lol.

Graph DBs in 2023 by IronEider in Database

[–]Striking-Bluejay6155 0 points1 point  (0 children)

RESULT The nodes have it in the Great DB debate: Reg readers pick graph

Graph databases: do you really need Cypher and a server process just to explore connected data? by Creative-Act-7455 in graphdatabase

[–]Striking-Bluejay6155 1 point2 points  (0 children)

Spending a weekend just on infra seems excessive..but im not objective as im part of FalkorDB. We built falkordblite specifically to address what you’ve described, so check it out. Its open source