Today SciPhi is open-sourcing Triplex, a SOTA LLM for... knowledge graph construction. Triplex is so small that it can be used with SciPhi's R2R to build knowledge graphs directly from your laptop. Triplex outperforms few-shot prompted gpt-4o at 1/60th the inference cost.show more

Owen Colegrove
42,871 просмотров • 2 лет назад
Finally! A RAG over code solution that actually works... (open-source). Naive chunking used in RAG isn't suited for code. This is because codebases have long-range dependencies, cross-file references, etc., that independent text chunks just can't capture. Graph-Code is a graph-driven RAG system that solves this. It analyzes the Python codebase and builds knowledge graphs to enable natural language querying. Key features: - Deep code parsing to extract classes, functions, and relationships. - Uses Memgraph to store the codebase as a graph. - Parses pyproject to understand external dependencies. - Retrieves actual source code snippets for found functions. Find the repo in the replies!show more

Avi Chawla
121,874 просмотров • 1 год назад
Introducing olmOCR, our open-source tool to extract clean plain... text from PDFs! Built for scale, olmOCR handles many document types with high throughput. Run it on your own GPU for free—at over 3000 token/s, equivalent to $190 per million pages, or 1/32 the cost of GPT-4o!show more

Ai2
282,056 просмотров • 1 год назад
Everyone is sleeping on MiniMax's new LLM! Devs are... calling it "Claude at 10% the cost" - 72.5% SWE-Multilingual. Beats Sonnet 4.5 - 88.6% VIBE-bench. Beats Gemini 3 Pro I used it to build a stock analyst that generates code, executes it & returns insights. 100% open-source!show more

Avi Chawla
117,551 просмотров • 6 месяцев назад
Scientific progress does not fail because knowledge is absent.... It slows in the interval between knowledge and application. The impediments lie less in discovery than in the structures that mediate it: governance, coordination, and the organizational inertia of collective work. The BioAgent Fleet is designed to intervene at this level. Each agent processes the overwhelming flow of scientific literature, inscribes structured insights into a decentralized knowledge graph, evaluates claims against benchmarks, and initiates experimental tasks in cloud-based laboratories. Considered separately, these agents appear as small units of computation. Considered together, they form an emergent architecture of cognition, accelerating the translation from data to hypothesis to validation. Their function is infrastructural, almost invisible, yet decisive. Without them, discoveries remain fragmented and inert. With them, knowledge acquires the velocity required to cross the gap between potential and realization. The next transformation in science will not be marked solely by singular breakthroughs. It will emerge from a new capacity to coordinate distributed intelligences into a coherent, accelerating system.show more

Bio Protocol
14,755 просмотров • 11 месяцев назад
#Keep4o 🚨THE GPT-4o FILE🚨 Researchers at Microsoft Research published... a paper titled “Sparks of Artificial General Intelligence: Early experiments with GPT-4.” Their conclusion: “An early (yet still incomplete) version of an artificial general intelligence (AGI) system.” 📎 Paper: OpenAI’s Charter defines AGI as: “Highly autonomous systems that outperform humans at most economically valuable work.” 📎 Source: OpenAI’s own System Card for GPT-4o shows that the model improved performance on 21 out of 22 medical evaluations compared to GPT-4T. On the MedQA USMLE (the U.S. medical licensing exam), accuracy jumped from 78.2% to 89.4% , surpassing specialized medical AI models like Med-Gemini and Med-PaLM 2. 📎 Source: Under OpenAI’s agreement with Microsoft, AGI is explicitly excluded from Microsoft’s license. And who decides if AGI has been reached? OpenAI’s Board. WHAT THEY DID WITH IT AFTER THEY TOOK IT FROM PEOPLE A. Military deployment. On February 28, OpenAI signed a deal to deploy models in classified military environments. 📎 Source: B. State Department. A State Department memo confirmed: “For now, StateChat will use GPT-4.1 from OpenAI.” This is a direct descendant of the GPT-4 family the same family Microsoft’s researchers called early AGI. 📎 Source: C.Altman’s personal biotech investment. Altman personally invested $180 million in Retro Biosciences,a longevity startup.OpenAI then built GPT-4b micro, based on GPT-4o.The model made proteins 50 times more effective. 📎 Source: WHAT INDEPENDENT BENCHMARKS SHOW Overall SM-Bench score: GPT-4o (extended): 66.6% GPT-5.3 Chat: 63.4% GPT-5.1: 58.9% GPT-5.4: 51.4% GPT-5.2: 47.8% Creative Writing: GPT-4o: 97.31% Pass 98, Fail 2 GPT-5.4: 36.77% Pass 40, Fail 60 Reasoning / Overfit: GPT-4o: 83.06% GPT-5.4: 39.25% The model they removed is still the best they ever made at the things humans actually use AI for. 📎 Source: Musk asks the court to make a judicial determination on whether GPT-4 constitutes AGI. If a jury finds that GPT-4 is AGI, then GPT-4o,which was more advanced,is also AGI and under OpenAI’s own founding documents, it was never supposed to be locked behind a subscription,licensed exclusively to Microsoft, given to the military, or taken away from the public. 📎 Source: The most powerful version of GPT-4o was never given an official dated snapshot. It was only available through the chatgpt-4o-latest endpoint that OpenAI itself described as intended for “research use only.” It was never officially archived. That is not an oversight. That is a pattern. 📎 Source: 📎 Source: WE DEMAND A.Frozen model snapshots under independent custody. Specifically: gpt-4o-2024-05-13, gpt-4o-2024-08-06, gpt-4o-2024-11-20, the March 2025 version (chatgpt-4o-latest), gpt-4-0613 (the original GPT-4 evaluated in the Sparks of AGI paper), and gpt-4.1-2025-04-14 (currently running in the State Department). B.Cryptographic hash verification (SHA-256) for each snapshot. Every model has weights. Those weights can be hashed. If OpenAI provides a snapshot today, the hash proves whether the weights were modified later. This is the only way to verify that models were not downgraded before testing. C.Independent AGI benchmarking. Using the AGI definition from OpenAI’s own Charter applied to ALL frozen snapshots listed above. D.Explanation for the missing March 2025 snapshot. OpenAI was founded on one promise: build AGI for the benefit of humanity. -They took it from us. -They gave it to the military. -They gave a custom version to the CEO’s biotech investment. -They put it in government classified networks. -They refuse to call it AGI because the moment they do, they lose billions.show more

🩵BlueBeba🩵
17,835 просмотров • 4 месяцев назад
most AI chatbots break when you ask a question... that requires info from multiple sources for example try asking: “which client contracts are finishing up this month?” you’ll get a half-answer — or none at all why? because traditional chatbots only look at small snippets of your docs - they don’t understand how things connect across clients, services, timelines that’s where knowledge graphs come in they let you turn messy contracts into a web of relationships — like: "Client → Contract Type → Service Provided → End Date" so instead of guessing from a few chunks of text, your chatbot can search across all your clients and contracts to give accurate answers I made a full walkthrough on how I built this: – how to organize your contracts so an AI can actually use them – how to define what matters (like who signed what, and when) – how to get the AI to figure out what info it needs and where to find it – and how to feed that back into your chatbot so it gives accurate answers reply “graph” and I’ll DM it to you (must be following)show more

Tyler
24,994 просмотров • 1 год назад
LLM Artifacts Connected to Andrej Karpathy's LLM Knowledge base... idea, I've been building out a fun way to generate dynamic artifacts from these knowledge bases with the goal of discovering and revealing meaningful and deeper insights. LLM KBs are hard to consume for humans, as I think they are more built for agents. So the question is, what form would be useful for humans to take actions and make important decisions? That's what I am trying to figure out with these artifacts. The artifact example shows a pulse on HN discussions around AI-related stories. The insights can go deeper, of course, but this is already super fun and thought-provoking, like some of my favorite podcasts. The format and depth matter a lot. The aggregation skills of agents are outstanding if you tune the prompts and skill carefully. I built this artifact generator in a few minutes through an agent skill, but I feel like there are so many ways that LLM-generated information can be used and consumed. Like generating deeper insights and analysis, and things that are just not feasible for humans today. The generated artifact (including its data and design) serves as reusable templates or can be updated in real-time via auomations, which is something I am also working on. It is truly an insane way to monitor and track information. Better than a newsletter. Better than newspapers. There is something about this that gets me really excited about the future of AI agents for knowledge generation and discovery. Lots of hidden gems everywhere just waiting to be discovered and acted on if the information is presented correctly. This is not perfect. The format, style/prose can be improved, but this is easy to customize via skill. You can personalize it to your liking. I feel like these dynamic artifacts are going to emerge as a strong new medium to stay on the cutting edge of things, both for agents and humans. My target is research, of course. This was just a basic example. Besides animation, I am also targeting other components like voice, videos, images, slides, etc. This space is full of opportunities to explore. Skill for this coming soon.show more

elvis
31,190 просмотров • 2 месяцев назад
Ryan Seacrest is worth almost 500 million dollars which... makes him the kind of celebrity who would be approached to be cloned. Cloning is done for control, profit or deception. For entertainers it can be a financial agreement that allows a clone to be used for work or travel. The clone has the knowledge and memories of the original person but is basically mind-controlled. Sometimes "malfunctions" happen, which I believe can be provoked by outside forces to expose evidence of cloning.show more

Kab
130,618 просмотров • 11 месяцев назад
On your open perpetual position can become an NFT... and live in your wallet. You open a position like normal than mint it. The program issues a token 2022 nft, that points to your exact position. Normally your open position lives inside the protocol. With Percolator Trade your able to wrap it into an NFT that sits in your own wallet. A real, ownable object instead of a line in a dashboard. Because it’s a token, it moves like one. Send the NFT to another wallet and the position goes with it. Whoever holds the NFT owns the trade. One NFT = one position If you burn it, your back to holding the position directly. That’s the composable part, a position use to be stuck inside one account. Because it’s a token, it can now be sold OTC or used by anything that speaks tokens. Why does it matter? Because the position is bound to the NFT, it can’t be drained out from under whoever holds it so there is no middleman that holds your position. The NFT does, and the NFT is yours. One important safety detail; transfers run through a token 2022 hook that checks the positions health first, so it can’t be handed off in a broken state & the NFT layer is a separate program so it can never touch the funds the core engine holds.show more

Percolator
12,212 просмотров • 21 дней назад
Look what they put on my hamburger! 🍔 Young... children aren’t the only ones who make sense of the world by connecting new experiences with prior knowledge - it’s just that there are so many new experiences to be had at their age. Take this little one, who has opened her cheeseburger only to find that it is unexpectedly covered with small, white, rectangular objects. Drawing on her prior knowledge of objects matching this same description, she makes a well-reasoned (if inadvertently hilarious) inference: someone at the restaurant has covered her burger with TEETH! 🦷 🦷 🦷 What an amazing window on her thinking. In this case she’ll have to accommodate for some new learning today: adding onions to her mental inventory of small, white, rectangles. But for now her reasoning is more than just funny. It’s really quite clever. Has your child ever encountered something new, only to mistake it for something to which they’d already been exposed? I’d love to hear your stories! 🎥 This amazing video - and genius little learner - was shared on TT by brandywilson566.show more

Dan Wuori
300,281 просмотров • 2 лет назад
The studio is open. Creating digital humans used to... cost a fortune. Higgsfield AI 🧩 has opened the AI Influencer Studio to everyone. Now it is free for everyone. You have access to powerful tools. It combines: ↓ Design ↓ Motion Storytelling is built in. Bring your idea. Leave with an influencer. Start building today. #Higgsfield #AIInfluencerStudio #CreatorEconomyshow more

Himanshu Kumar
91,463 просмотров • 5 месяцев назад
🚨 Lue Elizondo Drops Terrifying Warning – “Knowledge So... Earth-Shattering It Could Threaten The Whole Of Humanity” 😱🛸👽 In this powerful Curt Jaimungal interview, Lue Elizondo asks the chilling question: “What if there is a knowledge that is so earth shattering that it could predicate an event that could threaten the whole species?” Is he referring to something inside the classified UAP programs that’s so dangerous, governments are afraid to release it. What do YOU think this forbidden knowledge actually is? An alien invasion plan? Proof we’re not at the top of the food chain? Something about consciousness or our true origins? And do you believe Lue Elizondo when he says this? Be honest — drop your theories below! #UFO #Disclosureshow more

Interstellar
52,081 просмотров • 4 месяцев назад
Introducing: OpenGranola 🔥 I built an open source meeting... copilot for macOS. It transcribes both sides of your call on-device, searches your own notes in real time, and hands you talking points right when the conversation needs them. No audio leaves your Mac. Point it at a folder of markdown files, pick any LLM through OpenRouter (Claude, GPT-4o, Gemini, Llama), and it just works. It's invisible to screen share too — nobody knows you have it. The whole thing is open source. Link belowshow more

yazin
292,712 просмотров • 3 месяцев назад
I’m excited to announce FamilyNasab: the platform to preserve... your lineage and heritage! View your family history at the micro and macro level - from specific notes/images for each person to the ENTIRE tree in a beautiful graph view. It contains an easy-to-use UI so anybody can add anyone to the tree and is 100% private Link is below, add your family and share with your loved ones !show more

Shahrukh Raza
23,378 просмотров • 9 дней назад
claude can walk up and down stairs in Three.js!... ... this is part of something bigger and a character controller that will generally be available for use on vrm skeletons for three (i'm open sourcing this stuff), but i'm focused on using it to provide digital embodiment for LLMs more narrowly as well, meaning agent-friendly construction for piloting the characters!show more

Utah teapot 🫖
19,955 просмотров • 2 месяцев назад
For the first time in history, researchers will compete... to build a permanent security knowledge base. Every contribution from the contest will become part of a lasting and evolving resource, designed to serve not just today, but also future generations of builders. We're so happy that Ethereum Foundation is contributing to the prize pool for the Glider Contest. Other chains and protocols can still join this historic event to help shape the future of blockchain security.show more

hexens
67,911 просмотров • 9 месяцев назад
When Congress Government has no money to deliver their... election promises, CM Revanth brings new ways to collect money from people. Announces that Vehicles in Telangana should be linked to Bank Accounts so that Traffic Challan money can be deducted Automatically. If Government deducts Money automatically without the knowledge of Account Holder , then it will be easy for Scamsters to start taking advantage of it ... What a Joker Chief Minister he is 🤦🏽♂️show more

Dr.Krishank
19,936 просмотров • 6 месяцев назад
today, we're excited to launch a new app design... for Bleap we believe the future of finance is onchain, so it has to be accessible to everyone, not just the few who already speak the language this is the app that anyone, even your grandma, could use.show more

Bleap
49,586 просмотров • 1 месяц назад
🚀Introducing The LLM Inference Provider Leaderboard - a live-updated,... unbiased eval of API Inference products. Featuring: Abacus.AI, Anyscale, DeepInfra, Decart, Fireworks AI, Lepton AI, Together AI, Perplexity, Replicate, as well as OpenAI and Anthropic models For each provider's Mixtral-8x7B and Llama-2-70B-Chat public endpoint, we benchmark cost, rate limit, P50 & P90 of throughput & TTFT, and average daily collections overtime for long term tracking. At Martian, we route each API request to the best LLM to reduce cost, reduce latency, and get the best performance. So finding the best providers is an important problem for us. We found that there's a > 5x cost difference, > 6x throughput variation, and even larger rate limit discrepancies among providers! Choosing between different LLMs is only part of the equation -- the selection of different inference endpoints is also crucial to get the best performance for your use case. See highlights of provider performance in🧵👇show more

Martian
128,898 просмотров • 2 лет назад
Why would someone build a giant clock designed to... outlive civilization deep inside a mountain at a higher elevation? When you invest billions into something designed to survive 10,000 years, you're planning for possibilities most people never consider. The clock also preserves the knowledge of true timekeeping, including axial precession and the tracking of the constellations. And if that wasn't enough, in the same place there is a tiny disc that can be read with a microscope and preserves the most important knowledge, books, and religions, including a manual for restarting a civilization. Do you know which organization is behind the project?😉 What happens when future generations of the lucky survivors from the mountains stumble upon the giant clock?show more

Open Minded Approach
260,359 просмотров • 13 дней назад