open-source

Tag

Cards List
#open-source

Aisle Discovers 6 New CVEs in Curl, Including the Oldest Issue Ever Reported

Hacker News Top · 15h ago Cached

AISLE discovered 6 new CVEs in curl, including the oldest vulnerability ever reported (over 25 years old), using its model-agnostic AI system. All findings were fixed in curl 8.21.0.

0 favorites 0 likes
#open-source

@jakevin7: There's an unwritten default assumption in building Agents: tool result is critical, and the model must read the full original text before continuing reasoning. Recently I found this assumption may be wrong. ---------------------------------- https://github.com/…

X AI KOLs Following · 17h ago Cached

The author found while developing Maka Agent that aggressively pruning the tool result of an AI Agent (keeping only key summaries) hardly affects reasoning quality, and proposed three explanations, while also introducing the open-source desktop AI workstation Maka Agent.

0 favorites 0 likes
#open-source

Infranode: keyless, Open Source MCP Server for AI agents .

Reddit r/openclaw · 18h ago

Infranode is a keyless, open-source MCP server designed for AI agents, simplifying secure communication.

0 favorites 0 likes
#open-source

@GitHub_Daily: Running multiple tasks with Claude Code and Codex, switching back and forth in the terminal to check results is really inefficient. Recently I found Orca, which centrally manages multiple AI coding agents, letting them work in parallel and aggregating results in one interface. The core feature is support for parallel workspaces, sending one requirement to multiple agents simultaneously…

X AI KOLs Timeline · 18h ago Cached

Orca is a unified AI coding agent management tool with support for parallel workspaces. It can send tasks simultaneously to multiple AI assistants like Claude Code and Codex, each generating code in independent git branches, allowing comparison of results, and comes with a mobile app for real-time tracking.

0 favorites 0 likes
#open-source

Deno Desktop

Lobsters Hottest · 19h ago Cached

Deno Desktop is a new feature that packages Deno projects into self-contained desktop applications using Chromium or native webviews, offering a lighter alternative to Electron; currently in canary with some bugs.

0 favorites 0 likes
#open-source

I vibe-coded Zeus — a local-first AI agent app with a web and phone UI that can actually control your computer (open source, looking for contributors)

Reddit r/AI_Agents · 19h ago

Zeus is a newly released open-source, local-first AI agent app with web and phone interfaces capable of controlling a computer, seeking contributors.

0 favorites 0 likes
#open-source

Improved Large Language Diffusion Models

arXiv cs.CL · 20h ago Cached

iLLaDA is an 8B parameter masked diffusion language model with fully bidirectional attention, trained from scratch on 12T tokens. It shows broad improvements over LLaDA and remains competitive with Qwen2.5 7B on several benchmarks. The model and code are open-sourced.

0 favorites 0 likes
#open-source

@geekbb: Nice, nice. Using this project to combine free models from major tech companies and pool their quotas together. Don't underestimate the free quotas from these 16 LLM providers (totaling about 1.7 billion tokens per month). If used well, it can save a lot. I'll find time to tinker with it. https://github.com/ta…

X AI KOLs Timeline · 22h ago Cached

Introduces an open-source project that aggregates free quotas (totaling about 1.7 billion tokens per month) from 16 LLM providers for unified usage, and mentions Google AI Studio's free API tier, aiming to help developers save costs.

0 favorites 0 likes
#open-source

@Techbruneth: Found a great tool: musicDownload on GitHub, which integrates mainstream music platforms together. Kugou, Kuwo, QQ Music, NetEase Cloud Music, and Migu are all searchable, supporting lossless quality, batch download, and one-click playlist packing. No need to switch between apps or search everywhere; one tool does it all. …

X AI KOLs Timeline · 22h ago Cached

Introduces an open-source tool called musicDownload on GitHub, which supports searching and downloading lossless music from mainstream platforms such as Kugou, Kuwo, QQ Music, NetEase Cloud Music, and Migu, with batch download and playlist packing features.

0 favorites 0 likes
#open-source

Are We GlobalShortcuts Yet?

Lobsters Hottest · 23h ago Cached

A website tracking the progress of XDG Global Shortcuts integration for applications on Wayland, aiming to encourage secure 'least privilege' model adoption by developers.

0 favorites 0 likes
#open-source

@TheAhmadOsman: We're gonna make sure Opensource and Local AI win. Watch us make that the default.

X AI KOLs Following · yesterday Cached

Ahmad Osman declares commitment to ensuring open source and local AI become the default, quoting Nader Khalil's similar sentiment.

0 favorites 0 likes
#open-source

Sacr3d: A rendering engine toolbox to do 3D graphics in Scheme

Lobsters Hottest · yesterday Cached

Sacr3d is a rendering engine toolbox for creating 3D graphics in Scheme, offering tools for 3D rendering.

0 favorites 0 likes
#open-source

GitHub shouldn't be a dependency for publishing Rust on crates.io

Hacker News Top · yesterday

An article discussing the reliance on GitHub for publishing Rust packages on crates.io, arguing that it should not be a mandatory dependency.

0 favorites 0 likes
#open-source

@tom_doerr: Project-based tutorials to build applications from scratch https://github.com/ckissi/Learn-by-projects…

X AI KOLs Timeline · yesterday Cached

A GitHub repository curating project-based programming tutorials across multiple languages, helping developers build applications from scratch.

0 favorites 0 likes
#open-source

SDXL running locally in the browser on WebGPU, open-source

Reddit r/LocalLLaMA · yesterday

Stable Diffusion XL (SDXL) can now run locally in the browser using WebGPU, enabling high-quality AI image generation directly on-device with open-source code.

0 favorites 0 likes
#open-source

@oliviscusAI: OpenAI's co-founder just released his personal guide to train LLMs from scratch. It's called llm.c. No heavy setup. Jus…

X AI KOLs Timeline · yesterday Cached

OpenAI co-founder Andrej Karpathy released llm.c, an open-source guide to training LLMs from scratch with simple code that runs on any hardware, including CPUs and MacBooks, and is 7% faster than standard approaches.

0 favorites 0 likes
#open-source

@Chuksdakingz: you can run Large LLMS on a USB drive or local hard drive platforms: mac, windows, linux and android models: > Gemma 4 …

X AI KOLs Timeline · yesterday Cached

Guide on running large language models like Gemma 4, Qwen 3.5, and Gemma 2 on local devices via USB drive, no dependencies, only 8GB RAM required.

0 favorites 0 likes
#open-source

I rewrote PostHog's SQL parser, 70x faster, while barely looking at the code

Hacker News Top · yesterday Cached

PostHog's engineer used multiple long-running Claude Code sessions to rewrite their SQL parser, achieving a 70x speedup over the previous ANTLR-based parser, while barely looking at the code themselves.

0 favorites 0 likes
#open-source

@ClementDelangue: Kog open-sourced on @huggingface the 2B model that they used to show a model running at 3,000+ tokens per second. Very …

X AI KOLs Timeline · yesterday Cached

Kog has open-sourced the Laneformer 2B model, a 2.3B parameter instruction-tuned coding model designed for high-speed decoding, achieving over 3,000 tokens per second by prioritizing latency from the architecture stage.

0 favorites 0 likes
#open-source

@RohOnChain: this is f*cking dangerous someone just open sourced the entire "LOOP ENGINEERING" framework for free build a hedge fund…

X AI KOLs Timeline · yesterday Cached

Someone open-sourced the 'LOOP ENGINEERING' framework for building an AI-powered hedge fund that can trade 24/7 using Claude code, claiming it prints alpha continuously.

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

Submit Feedback