open-source

Tag

Cards List
#open-source

Nagi is a new open-source Fast Decision model

Reddit r/ArtificialInteligence ↗ · 11h ago

Nagi is a new open-source fast decision model that consistently outperforms other models like laya and semif in real-time gaming scenarios.

0 favorites 0 likes
#open-source

@XAMTO_AI: Traditional vector stores save all embeddings, easily reaching hundreds of GB for millions of documents. LEANN switches to a simplified graph, computing vectors on the fly for only the nodes traversed during retrieval. In the paper and README, large-scale comparisons show about 97% savings, with recall still close to full HNSW. Suitable for searching local files, emails, browsing history, and … on your own laptop.

X AI KOLs Timeline ↗ · 11h ago Cached

LEANN is a new vector indexing method that reduces storage requirements by about 97% through graph simplification and real-time embedding computation, while maintaining retrieval recall close to full HNSW. It is suitable for use on laptops and won the Best Paper award at MLSys 2026.

0 favorites 0 likes
#open-source

Parsing Expression Grammar vs. regexes: Building Org parser in Lisp that exports to HTML (via SXML)

Lobsters Hottest ↗ · 11h ago Cached

The blog post describes building OrgWebAlchemy, a Guile Scheme library using Parsing Expression Grammars to parse Org mode documents and convert them to HTML via SXML, comparing PEGs to regular expressions for this task.

0 favorites 0 likes
#open-source

@GitHub_Daily: After using a computer for a long time, you'll often run into insufficient disk space. When you check the storage setti…

X AI KOLs Timeline ↗ · 14h ago Cached

MangoDisk is an open-source disk cleanup tool for macOS and Windows that scans for and safely removes unnecessary files, with features like deep cleanup, developer-friendly scans, and AI explanations for ambiguous items.

0 favorites 0 likes
#open-source

Search – A small, fast WebKit browser for macOS

Hacker News Top ↗ · 14h ago Cached

Search is a small, fast web browser for macOS built on WebKit, emphasizing privacy and simplicity with built-in ad blocking and no telemetry.

0 favorites 0 likes
#open-source

The Best Linux Laptops (2026): System76, Framework, and More

Wired ↗ · 15h ago Cached

An updated guide to the best Linux laptops for 2026, featuring models from System76, Framework, and others, aimed at users seeking pre-installed Linux systems.

0 favorites 0 likes
#open-source

When working on agent workflows or autonomous agent loops, a major bottleneck affecting experience is: every small branch decision, tool routing, task completion check, or safety interception, if all handled by expensive reasoning LLMs, not only brings seconds of delay per call, but token costs also...

X AI KOLs Timeline ↗ · 15h ago Cached

This article introduces the open-source list awesome-jev-projects, which decouples System 1 fast decision models from System 2 reasoning LLMs to optimize AI agent workflows, reduce latency and costs, and provide code-level references.

0 favorites 0 likes
#open-source

Alibaba Cloud joins as a Founding Corporate Patron with $3 million

Lobsters Hottest ↗ · 15h ago Cached

Alibaba Cloud joins the Omacom Foundation as a Founding Corporate Patron with a $3 million commitment, collaborating on Omarchy China and integrating with Qwen Book for an agentic operating system.

0 favorites 0 likes
#open-source

model : add Ling 3.0 VL support by aetherbird · Pull Request #29151 · ggml-org/llama.cpp

Reddit r/LocalLLaMA ↗ · 15h ago Cached

A pull request to add support for the Ling 3.0 VL model in llama.cpp, enhancing its capability to handle vision-language models.

0 favorites 0 likes
#open-source

@LufzzLiz: Brothers, I've made a jevclip based on Jev, and now it's open-sourced for everyone! There are just too many use cases f…

X AI KOLs Following ↗ · 16h ago Cached

The author has open-sourced 'jevclip', a tool based on Jev that processes videos to generate summaries, highlight reels, and trimmed versions by removing unnecessary content, with adjustable parameters and low cost.

0 favorites 0 likes
#open-source

Show HN: Air-gapped file encryption as self-decrypting HTML page

Hacker News Top ↗ · 16h ago

A tool that enables air-gapped file encryption by creating self-decrypting HTML pages, requiring no installation and using OpenPGP for security auditing.

0 favorites 0 likes
#open-source

MacBook Pro M5 Max LSE LLM running an AMD Radeon AI PRO R9700 over Thunderbolt 5 in a Razer enclosure

Reddit r/LocalLLaMA ↗ · 16h ago

This article demonstrates a setup where an AMD Radeon AI Pro R9700 GPU is used on a MacBook Pro via Thunderbolt 5 with a custom driver and LemonSeed-Engine for running LLMs like Qwen3.6-3.8.

0 favorites 0 likes
#open-source

What Changed from GPT-3.5 to GPT-4? Same Prompts. GPT-3.5: 0/30 Empty Nulls. GPT-4: 30/30. Run It Yourself.

Reddit r/ArtificialInteligence ↗ · 18h ago

Research finds that GPT-4 can produce empty responses to null prompts while GPT-3.5 cannot, with cross-vendor studies confirming similar behavior in other models and an open-source tool introduced for controlling EOS token behavior.

0 favorites 0 likes
#open-source

i get it now

Reddit r/AI_Agents ↗ · 18h ago

The author has built an open source, local version of Grokbot, complete with an iPhone app and a cloud option, which is gaining community interest with subscribers and contributions.

0 favorites 0 likes
#open-source

@GitHub_Daily: Sometimes, I'll first have Claude think through the plan clearly, then hand it over to Codex to write the code. Copying…

X AI KOLs Timeline ↗ · 20h ago Cached

Paseo is an open-source tool that integrates multiple coding agents like Claude Code, Codex, and Copilot into a single interface, enabling parallel execution and seamless task handoffs with a focus on privacy and cross-device accessibility.

0 favorites 0 likes
#open-source

An open benchmark for machine learning-based polymer property prediction

arXiv cs.LG ↗ · 20h ago Cached

The paper introduces Polymer Benchmark 2026, an open dataset for benchmarking machine learning methods in polymer property prediction across diverse architectures and properties.

0 favorites 0 likes
#open-source

EviStreams: Human-in-the-Loop AI Data Extraction for Systematic Reviews in Medicine

arXiv cs.CL ↗ · 20h ago Cached

EviStreams is an open-source, no-code web platform that uses human-in-the-loop AI for data extraction in systematic reviews, demonstrating that extraction quality is more dependent on field specification than model choice.

0 favorites 0 likes
#open-source

The Illinois Social Attitudes Aggregate Corpus (ISAAC): An Open Tool and Reproducible Pipeline for Analyzing Social Group Discourse at Scale

arXiv cs.CL ↗ · 20h ago Cached

We introduce ISAAC, an open corpus of 527 million+ English-language Reddit posts for analyzing social group discourse, with a multi-step pipeline for annotation and analysis. It enables cross-category comparisons and temporal tracking of public attitudes, accessible via web apps and programming interfaces.

0 favorites 0 likes
#open-source

Escaping Python Dependency Hell: A Hybrid Replay-and-Repair Pipeline for Python Dependency Resolution

arXiv cs.AI ↗ · 20h ago Cached

This paper introduces PLLM+, a hybrid pipeline that combines deterministic replay of historical dependency configurations with LLM-based repair to resolve Python dependency conflicts, showing improved success rates and reduced runtime on the HG2.9K benchmark.

0 favorites 0 likes
#open-source

PopUpFactCheck: It even breaks the news since airtime!!! (QUALITY BREAKTHROUGH)

Reddit r/artificial ↗ · 21h ago

PopUpFactCheck.com improved its fact-checking quality by switching the underlying GPT-OSS-120B model to high reasoning effort, enhancing performance on attribution and judgment tasks while using caching and cost-effective routing to manage expenses.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback