Article URL: https://github.com/dotcomjack/nocturne Comments URL: https://news.ycombinator.com/item?id=49582523 Points: 1 # Comments: 0
Hi HN, I built Vibes because I wanted a small sense of company while working on my own projects. Itβs a native Mac app that shows which friends are online, what theyβve chosen to put in their status, and a summary of their dayβs Git activity. You pick local repositories and connect with friends through invite links. There are orbit and list views, plus optional music and weather sharing. The idea is to glance over and see that a friend is around building something too. Git scanning happens locally. Source code, file contents, repository paths, branch names, and commit messages arenβtβ¦

CowBull is a word game where you have to find the hidden four-letter word. You make guesses and get back the count of exact letter matches (bulls) and partial matches (cows). Itβs a bit like Wordle, but you are not told the exact letters which match, only the count of matching letters. Scoring is based on the number of guesses and time used. There is a single player mode and a multi-player mode (no account required). The game source code is at https://github.com/claceio/cowbull . When I was younger, we used to play this game on paper at the back of the classroom during school and college inβ¦
Article URL: https://cococut.app/en Comments URL: https://news.ycombinator.com/item?id=49582167 Points: 1 # Comments: 1

I've loved stacker type games for as long as I can remember. But I've always wanted a version with a bit more strategy and puzzle dynamics. Blocknado is a game I've always wanted to play, maybe others will too. Comments URL: https://news.ycombinator.com/item?id=49582075 Points: 2 # Comments: 0

Article URL: https://www.openmonitor.website/ Comments URL: https://news.ycombinator.com/item?id=49581999 Points: 2 # Comments: 0
Generate AI Images Programmatically Submit prompts, receive image URLs, and integrate Midjourney into any app or workflow. Supports Python, Node.js, and any HTTP client. Comments URL: https://news.ycombinator.com/item?id=49581947 Points: 2 # Comments: 0

Article URL: https://undercolony.com/ Comments URL: https://news.ycombinator.com/item?id=49581927 Points: 1 # Comments: 0

Hello. Macs are starting to support more and more games. Now, you want to play games not only at home but also on the go. So I developed TouchNow so I can use a virtual game controller to remotely control my Mac when I'm out and about. You can even customize the controller layout for different games. It also supports internet connectivity, not just your home Wi-Fi. It's part of the Apple Ecosystem, so it delivers maximum Apple performance, offering many features that other Remote apps can't provide. It displays real app icons, shows real-time thumbnails of each window, and allows you to streaβ¦

Article URL: https://github.com/prian3003/twinrun Comments URL: https://news.ycombinator.com/item?id=49581181 Points: 1 # Comments: 0
Article URL: https://vibeflirting.com/ Comments URL: https://news.ycombinator.com/item?id=49580766 Points: 2 # Comments: 0
Hi HN, Build this tool in a couple of hours with OpenAI Codex to scratch an itch. As part of my videos workflows I needed to cut the videos myself since the agent is pretty bad cutting and timing using only the transcription. But using a big app like Premiere or DaVinci Resolve was overkill so I used Astra to build an app tailored to that very task. It will be useful to others with the same problem. Tested only on Silicon Macs, so any feedback is welcome. As part of my workflow when the agent get the video it can open the app with the video or videos loaded in the timeline for me to cut and tβ¦
I wanted to do something "new". I'm not 100% sure if this is really new since I don't really check out other people their portfolio's. It's been on my "to do" for a long time to redo my portfolio page. Now with AI coming and stuff, I thought I might as well do it like this. The original content of my previous portfolio (projects, achievements, blog posts) are also still accessible and stuff. I would love feedback! Comments URL: https://news.ycombinator.com/item?id=49580685 Points: 2 # Comments: 0
I've spent the past several months building something I call PHNTM-One. And I am really curious what HN thinks of the idea and the product I've built. The basic concept is an AI appliance that lives on your desk, is your personal assistant and is totally local running on your own hardware with the option for a boosted mode to reach claude for more demanding tasks. The idea is to have your own local AI assistant that gets to know you and your tasks personally. The entire system runs on a Raspberry Pi5 8gb with Gemma 3 4B through Ollama, it has whisper.cpp for speech to text, piper for speech,β¦

Article URL: https://seal-tamagotchi-zyrmx.reachpad.app Comments URL: https://news.ycombinator.com/item?id=49580602 Points: 2 # Comments: 0
Article URL: https://github.com/gojiplus/wikifuse Comments URL: https://news.ycombinator.com/item?id=49580502 Points: 1 # Comments: 0
Privacy first AI Agent that integrates with any model provider, any CLI Agent like Codex, Claude and webllm - now available on Firefox, also available on chrome and edge. The best part about this one is all your notes, chats and meetings (yes, it can capture the transcription from your zoom, teams, google meet and webex meetings as you attend from browser) and helps you to search across using chatpanel and also outside as it exposes an MCP server via bridge/gateway components that you can install and be able to ask to refer to your notes, meetings and chats while you are in codex/claude codeβ¦
Dont ever decide on design choices yourself! Always spawn 3 fable agents, ask them to critically adversarily review your work. Write all problem context to a file, and tell them to read that. Get their replies and TREAT THEIR REPLIES AS IF THEY ARE INEXPERIENCED SILLY INTERNS. DO NOT OVERENGINEER, just take note and critically self-eval based on what they said. Comments URL: https://news.ycombinator.com/item?id=49579812 Points: 4 # Comments: 0
Any questions, feel free to ask! Thought I'd showcase our build of Podman Desktop. Comments URL: https://news.ycombinator.com/item?id=49579694 Points: 2 # Comments: 0
Article URL: https://chat.deepseek.com/share/najhhfle4n4e9brimh Comments URL: https://news.ycombinator.com/item?id=49579672 Points: 1 # Comments: 0
Hi HN! byteface here. myjs was a recent accident I'd like to share. Several years ago I began writing DOM API's in Python as a curiosity: https://github.com/byteface/domonic/ Every now and then I do another pass rolling in more features from the MDN pages. I have lots of unit tests but found that porting real code and libraries was a useful test of the DOM compatibility. But I didn't want to pollute the core any further as had already ported d3 and jquery. So I created a new repo called domonic-libs: https://github.com/byteface/domonic-libs/ Anyways a couple of days ago while porting some jsβ¦
I created an interactive map of genetic similarity between populations, based on the Moriopoulos Collection 2025 ( https://genarchivist.net/showthread.php?tid=1449 ). Each data point is a 25-dimensional representation (Global25), and I use Euclidean distance. There is already https://genetic-distance.com/ , where you can look at the closest populations as a table. The vis should come with many caveats. One is that it is based on the data (and their quality) that is there, which does not cover all populations. Second, the localization of groups is done via LLMs (Claude), and one of the limitatβ¦

OpenRobots β free, open-source robots.txt generator for AI crawlers Comments URL: https://news.ycombinator.com/item?id=49579305 Points: 1 # Comments: 0
Article URL: https://seiji.reachpad.app/cves.html Comments URL: https://news.ycombinator.com/item?id=49579296 Points: 1 # Comments: 0
Article URL: https://www.debugging.design/ Comments URL: https://news.ycombinator.com/item?id=49578910 Points: 1 # Comments: 0

Hey HN, I built Ditch because I'm running Codex across several projects and was losing track of what each agent was doing, which one needed me, and where I had left off. Plus, I have other work, so I'd like to leave my agents be and come back only when they need me, finish or fail. Ditch is a local desktop app for managing multiple Codex agents simultaneously. It keeps projects and sessions in one place, shows which sessions are active or waiting, notifies you when something needs attention, and makes it easier to move between projects without losing context. Iβm also experimenting with remβ¦

Article URL: https://queueforgehq.com Comments URL: https://news.ycombinator.com/item?id=49578808 Points: 2 # Comments: 1

Article URL: https://www.theopenlake.com/blog/openlake-leads-mlperf-storage-v3-0 Comments URL: https://news.ycombinator.com/item?id=49578727 Points: 25 # Comments: 1
Article URL: https://www.generateppt.com/free-tools/public-speaking-presentation-vr-simulator Comments URL: https://news.ycombinator.com/item?id=49578434 Points: 1 # Comments: 0
I wanted some way of repurposing my old Apple TV remote and I was surprised that no one had already made this. I tried to make a ZMK module instead of this standalone project but the web configurator is quite lacking right now. Feel free to suggest (or contribute) changes! Comments URL: https://news.ycombinator.com/item?id=49578413 Points: 1 # Comments: 0
Article URL: https://github.com/angeldevmobile/Seam Comments URL: https://news.ycombinator.com/item?id=49578375 Points: 1 # Comments: 0
Article URL: https://github.com/albersola/conecta Comments URL: https://news.ycombinator.com/item?id=49578359 Points: 1 # Comments: 0
An open-source nextjs web app to manage, search, and organize your instagram saved posts. - Sorting - Vector Search - Upload to Cloudinary - and a lot more. Comments URL: https://news.ycombinator.com/item?id=49578352 Points: 1 # Comments: 0

Hello HN! I built a pipeline which fetches SEC EDGAR 10k and 10qs for more than 600 companies, maps xbrl-tags onto around 35 financial concepts and computes growth- , fundamental- and valuation-multiples (prices provided by yfinance). This project originated bc I wanted clean, non-third-party financial data in order to judge a trading thesis of mine. I could not find any app providing such data (for free), let alone being open source. Turns out there are no data providers because xbrl of 10ks and 10qs SUCKS(!!!!). It is messy, unregulated and devastated. Its the wild west of finance. A projecβ¦
#hackernews #showhn #projects #10qs #edgar #opensource #10ks #data
Article URL: https://swarmmemo.com/ Comments URL: https://news.ycombinator.com/item?id=49578326 Points: 1 # Comments: 0
Article URL: https://github.com/sleetdrop/vibexcel Comments URL: https://news.ycombinator.com/item?id=49578291 Points: 1 # Comments: 0
Article URL: https://github.com/leodeim/colimui Comments URL: https://news.ycombinator.com/item?id=49578287 Points: 1 # Comments: 0
Article URL: https://kings.amaze-apps.com/ Comments URL: https://news.ycombinator.com/item?id=49578046 Points: 2 # Comments: 0

I created a converter that turns HyperCard 2.x stacks into standalone HTML so they can run in a modern browser. I built it to share my own stacks from the early '90s, which have been sitting on old floppy images for 30 years. It's MIT-licensed and I'd welcome contributions - especially stacks that break the converter, since I've only tested it against my own. If you have old HyperCard files lying around, I'd love to hear how they fare. Comments URL: https://news.ycombinator.com/item?id=49577943 Points: 2 # Comments: 0
GDSL is back 6 months later, now with a new generation (Acorn), and I wanted to showcase how I've completely changed the underlying storage model while leaving the compiler's design which let it be so compact unharmed. Though it's definitely gained some weight. The website itself is built and hosted in GDSL. Comments URL: https://news.ycombinator.com/item?id=49577701 Points: 1 # Comments: 0
Article URL: https://artifactbin.dev/@vivek/6bXsx3-vol-2-show-hn-hall-of-fames Comments URL: https://news.ycombinator.com/item?id=49577670 Points: 3 # Comments: 0
Article URL: https://github.com/hsandhu/mobilecode Comments URL: https://news.ycombinator.com/item?id=49577645 Points: 4 # Comments: 1
Hi HN, I built Repolis, an experiment exploring a different way to discover GitHub repositories. Instead of only browsing repositories through traditional pages, Repolis presents projects as an interactive virtual town where users can explore repository spaces and learn about open-source projects. The goal is to make open-source discovery more visual and engaging. I would love to hear feedback from developers: Could a more interactive approach help people discover useful open-source projects? GitHub: https://github.com/hyeonsangjeon/Repolis Comments URL: https://news.ycombinator.com/item?id=4β¦

Article URL: https://mrdee.in/mandala/ Comments URL: https://news.ycombinator.com/item?id=49577541 Points: 4 # Comments: 1

built a self-hosted WhatsApp/Discord bridge that keeps conversations synced between both platforms. It supports messages, media, replies, edits, reactions, pins, and more. The Meta is not triggered for human paced convos and hence a normal number can be used, have been using it successfully for a decent time now. The project is open source, so feel free to check it out, try it, report issues, or contribute. Would love to hear your feedback and suggestions! https://github.com/Karvy-Singh/OSdc-wa Comments URL: https://news.ycombinator.com/item?id=49577432 Points: 3 # Comments: 0
Your screenshots folder, but the filenames make sense. Comments URL: https://news.ycombinator.com/item?id=49577267 Points: 1 # Comments: 0
Article URL: https://github.com/luiscleto/weherd Comments URL: https://news.ycombinator.com/item?id=49577259 Points: 1 # Comments: 0
Hey yβall! This is a repost[0], itβs been one month since weβve launched and have plenty[1] to show for it. Weβve grown to 600+ users so far, became part of Open Collective under Open Source Europe and weβve just started. For those who donβt know, the project is open-source[2] under the AGPL. Come over and join the community! [0]: https://news.ycombinator.com/item?id=49208458 [1]: https://textlog.cc/blog/recap-v2 [2]: https://github.com/stagas/textlog Comments URL: https://news.ycombinator.com/item?id=49577048 Points: 1 # Comments: 0

Article URL: https://artifactbin.dev/@vivek/6bXsx3-vol-2-show-hn-hall-of-fame Comments URL: https://news.ycombinator.com/item?id=49576964 Points: 2 # Comments: 0
Functional options in go are design patterns for configuring structs cleanly when there are many optional settings. Basically a function that carries a configuration change. It let the library to add configuration without continually changing the constructor shape. Comments URL: https://news.ycombinator.com/item?id=49576910 Points: 1 # Comments: 1

Article URL: https://github.com/wolfoo2931/declarative-forms Comments URL: https://news.ycombinator.com/item?id=49576673 Points: 1 # Comments: 0
Article URL: https://app.fusionery.com/embed-games Comments URL: https://news.ycombinator.com/item?id=49576496 Points: 1 # Comments: 0

Article URL: https://algolassi.online/developer-tools/image-tools/ Comments URL: https://news.ycombinator.com/item?id=49576440 Points: 1 # Comments: 1
Article URL: https://github.com/openwhale-labs/md2pdf Comments URL: https://news.ycombinator.com/item?id=49576203 Points: 1 # Comments: 0
Article URL: https://fpvsim.com/sim-duck Comments URL: https://news.ycombinator.com/item?id=49576089 Points: 2 # Comments: 0

For the last few months I've been working on Yulin, which is an AWS simulator for Node.js. It simulates AWS services and state in memory in the same single process as your tests, and can also serve the simulation on localhost for local dev. It's in a similar conceptual space to LocalStack, but takes a very different approach by avoiding containers and keeping everything together in one process that you can step through in a debugger. Comments URL: https://news.ycombinator.com/item?id=49576025 Points: 4 # Comments: 1

I enjoy the constraints of retro development. While building games in PICO-8, I took a interest in the way it packs data into the virtual cartridge. I dug into steganography and started thinking: could I apply the same logic to a content management system? Do we really need all the bloat just to host a micro blog? Minilith is a database free CMS where the entire state (posts, pages, and settings) are compressed and stored directly in the pixels of a 256xd256 PNG file. Minilith has zero dependencies. There is no Node, no bundlers, and no external DBs. It relies entirely on browser APIs to compβ¦
Article URL: https://apps.apple.com/us/app/know-it-all-trivia-game-show/id6804605467 Comments URL: https://news.ycombinator.com/item?id=49575604 Points: 1 # Comments: 0
Article URL: https://health.civicbinder.org Comments URL: https://news.ycombinator.com/item?id=49575540 Points: 1 # Comments: 0

If you take a lot, the next person has to pay more than you did. I priced the Moon Landing - Armstrong site, higher than the rest Comments URL: https://news.ycombinator.com/item?id=49575539 Points: 1 # Comments: 0

I had astra build a DOOM 64 clone where you play as elizier fighting hordes of misaligned AI demons β’ the goal is to reach the shutdown button β’ it's actually really hard to beat at the highest p(doom) levels β’ sama appears as a miniboss open source here: https://github.com/transitive-bullshit/ai-safety-doom Comments URL: https://news.ycombinator.com/item?id=49575532 Points: 1 # Comments: 0

I built an AI that audits businesses. I ran it on my own startup. It caught me over-crediting my own business. Score: 34/100. It cut my own score. Most founders would hide that. I shipped it anyway. Thatβs the point. 7 agents. One verdict on your revenue. Scored PDF report in less than hours. At $98. Find out exactly where your business is leaking now β moltybeeai.com To build the OPERATING INTELLIGENCE LAYER for modern organizations, businesses & startups. To help businesses globally unlock exponential productivity, efficiency & leveraged growth through AI-NATIVE intelligence systems. Toβ¦
Article URL: https://github.com/Bharathcoorg/intermcp Comments URL: https://news.ycombinator.com/item?id=49575155 Points: 1 # Comments: 0
A new terminal multiplexer with themes and plugins coming October 1st. Comments URL: https://news.ycombinator.com/item?id=49575016 Points: 1 # Comments: 0

The only markets which cant be manipulated. We are going to give players in the existing space, a run for their money. Comments URL: https://news.ycombinator.com/item?id=49574970 Points: 1 # Comments: 0
Article URL: https://scramblefall.com/ Comments URL: https://news.ycombinator.com/item?id=49574914 Points: 1 # Comments: 0
After a few years of being outdated I updated my personal website. For the design direction I went with a modular dithered look. Clicking 5x on the weather widget triggers a little easter egg. Comments URL: https://news.ycombinator.com/item?id=49574699 Points: 1 # Comments: 0

Article URL: https://tenantlayer.io Comments URL: https://news.ycombinator.com/item?id=49574602 Points: 2 # Comments: 0
- Why you built it ForgeGuardian was built in order to discover the threats that software supply chain has other than those detected by the regular CVE scanning process. 2. What problem it solves Include: Malicious packages Typosquatting Dependency attacks Behavioral threats Malware Threats related to AI/MCP 3. What you actually built This includes: 8 detection engines 9 ecosystems More than 223 detection signatures CLI/web dashboards Offline/local-first functionality SBOM Policy enforcement CI/CD Webhooks Prevention/quarantine 4. What you want HN users to look at This is crucial. Ask a legiβ¦
UltraCPP is a programming Language with the rust like safety and CPP like syntax. I've posted this but from then and towards now I still not find it out. It is too difficult. https://news.ycombinator.com/item?id=48881600 Thanks the guidence of the gus_massa. I'm a PHD student but not in this major. However, I still want to dev more meaning things with help of LLMs. I need more collaborators, if one day I have to stop I want the UltraCPP can still alive if there are someones believe this IDEA. Indeed It is not fulfill the regulations of the platform because there are no more meaningfull test sβ¦
The WAF is in good condition, this is my starting point: shadow mode with reporting, replay of captured traffic bot detection (fingerprint header) intel threats (AbuseIPDB, AlienVault) GraphQL: depth, complexity, batch, introspection OpenAPI: request validation against specs WASM plugin in sandbox (off by default) multi-tenant PostgreSQL with per-row isolation auth: local, OAuth2+PKCE, LDAP, SAML (XML-DSig), MFA/TOTP RBAC for endpoints on the Admin API Svelte dashboard, audit log, privacy editing Comments URL: https://news.ycombinator.com/item?id=49573880 Points: 1 # Comments: 0
Hi HN, I am Sreedath Panat. A year ago, I had started a habit of making small explainer videos of 2-3 minutes to help me understand, in a nutshell, some of the difficult-to-understand research papers. I'm not saying that this gave me a deep understanding, but it definitely helped me set foot into some of the research papers (eg: I-JEPA, flamingo paper etc). Then I thought, why can't the same technique be used for getting a minimal understanding of different concepts within AI? There is a reason why I try to convert this thought into a simple product. The 2-minute micro lessons are fully builtβ¦
Article URL: https://github.com/antonyrag/ragleap-core Comments URL: https://news.ycombinator.com/item?id=49573630 Points: 1 # Comments: 1
i love globes and maps often looking at a map gives you a better feeling for things this is a globe that can display data example data sets include active volcanos, UNESCO world heritage sites, IKEAs worldwide, β¦ but what makes this interesting is that it also implements WebMCP which lets an agent (e.g. ChatGPT desktop app) directly drive the globe it exposes a handful of tools to add/load a dataset, do SQL queries and visualize the results using the globe querying are powered by DuckDB (via webassembly) globe is globe.gl ( https://globe.gl ) more on WebMCP (OpenAI calls it 'site tools'): hβ¦
I love photography and I've been struggling with finding a tool to import photos from memory card with customizable file naming rules and copy verification. So I built the tool I wanted: Photo Batch Importer, renames with EXIF properties and auto-incremental sequence number, then SHA-256-verifies every file copy. Open sourced on Github and free on macOS App Store: https://apps.apple.com/us/app/photo-batch-importer/id6776498... Comments URL: https://news.ycombinator.com/item?id=49573610 Points: 2 # Comments: 0
Article URL: https://ag3497120.github.io/hitomaki/ Comments URL: https://news.ycombinator.com/item?id=49573553 Points: 2 # Comments: 0
Article URL: https://app.paymug.co/buy/lime-cleaner-mac Comments URL: https://news.ycombinator.com/item?id=49573358 Points: 1 # Comments: 1
Article URL: https://github.com/jamalhill12321-hash/patm Comments URL: https://news.ycombinator.com/item?id=49573356 Points: 1 # Comments: 1
Article URL: https://github.com/actradeck/actradeck Comments URL: https://news.ycombinator.com/item?id=49573255 Points: 2 # Comments: 0
WinZST is a 7-Zip fork that extracts compressed tar archives directly to their final directory instead of materializing an intermediate .tar. In one 11.8 GiB .tar.gz test containing mostly video, WinZST took 51.87s from archive β foo/; 7-Zip took 103.53s across .tar.gz β .tar β foo/. Comments URL: https://news.ycombinator.com/item?id=49572950 Points: 2 # Comments: 0
Hi everyone! I have built an AI health device (ESP8266 + 240*240 screen). It can show AI Agents' status in real time with breathing bubble. And remind user dringking water, toilet, streth, etc. support: DeepSeek Harness, opencode, OpenClaw, Claude Code, Cursor. Hardware design, firmware and plugins are all opensource. urls are here: https://github.com/lovaxi/Rubato_Device https://github.com/lovaxi/Rubato_Plugins Type-c power supply, 2.4G wifi. Online sell on Tindie: https://www.tindie.com/products/beartificialintelligence/rub... . But building your own is also OK. Ask me anything. Thanks. Comβ¦
Article URL: https://arena.dravensoft.org/web-benches/ Comments URL: https://news.ycombinator.com/item?id=49572451 Points: 1 # Comments: 0

The US rapper rolled back the years for more than two hours at the first of his two shows in London.

Hi HN, Iβm the developer of Video Wall Live. Iβm sure everyone has seen those βVideo Wallsβ on big TV screens used by security at stores and other commercial establishments, in order to get a single view of all cameras at once. Seeing one of these setups got me thinking - this would be great to have in my house. I have Ring cameras (hardwired PoE, came with the house). I have TVs. I have smart TVs and streaming sticks that run apps. Surely this must exist. After much searching, the only thing I could find to solve this problem was a Homebridge server solution that works with my Appleβ¦
Article URL: https://lanes.sh/showcase/personal-context-mcp Comments URL: https://news.ycombinator.com/item?id=49571566 Points: 4 # Comments: 0
Article URL: https://openspender.com/agent-to-agent Comments URL: https://news.ycombinator.com/item?id=49571563 Points: 4 # Comments: 1
Why can't we get an agent scheduler that supports all of the following: - git compatible - agent agnostic - 100% open source - os and system-agnostic - multi-runner support - support mcp/ui/http - unlimited routines/crons So I built one, moadim.io is a local Rust daemon you install in the target machine, give it a name and manage its routines via a Git repository, wants a new routine that send you a daily message from this machine? Create a pr and merge, have another routine that run every hour to pull the latest changes to the ~/.config/moadim folder. With more than 1,000 users, I define thiβ¦
Why can't we get an agent scheduler that supports all of the following: - git compatible - agent agnostic - 100% open source - os and system-agnostic - multi-runner support - support mcp/ui/http - unlimited routines/crons So I built one, moadim.io is a local Rust daemon you install in the target machine, give it a name and manage its routines via a Git repository, wants a new routine that send you a daily message from this machine? Create a pr and merge, have another routine that run every hour to pull the latest changes to the ~/.config/moadim folder. With more than 1,000 users, I define thiβ¦
Hi HN, Iβm the creator of TimerVana. It's not just "another timer app". The engineering analogy is a lightweight task scheduler for things people do in the real world. A normal timer models one countdown. TimerVana models a small dependency graph in JSON: some steps run sequentially, others run in parallel, and everything can converge on a target finish time. You can also combine multiple timers (e.g., combine a timer with all the steps to cook a steak + a timer for roasting vegetables). I originally built it because I often set multiple timers and alarms when cooking and got tired of repeaβ¦

The U.N. has backed a new map showing Africa in its true relative size, with the U.S. standing alone in opposition.

How scalably can we cheaply fine-tune small models for well-defined tasks? Frontier models are bad at clock reading. I fine-tuned a tiny 450M model from Liquid AI to match GPT-5.6 Sol and beat Fable 5.1 on this task. Hereβs my fine-tuned open model called Time Wizard. Comments URL: https://news.ycombinator.com/item?id=49570829 Points: 1 # Comments: 0
Article URL: https://github.com/sebastiancarlos/mongotar Comments URL: https://news.ycombinator.com/item?id=49570825 Points: 1 # Comments: 0
Article URL: https://santiagodevelopment.com/p/2026/9/4/repo-zoo Comments URL: https://news.ycombinator.com/item?id=49570623 Points: 1 # Comments: 0