frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Kala Paint

https://cooldogstudios.com/
1•darcien•38s ago•0 comments

UK public don't trust Fujitsu, but government does

https://www.computerweekly.com/news/366646332/UK-Public-dont-trust-Fujitsu-but-government-does
1•latein•4m ago•1 comments

How to know if talking to your coding agent like a caveman saves money

https://jayn.app/caveman
2•hugopuybareau•6m ago•0 comments

Scale Space Cymatist, a cymatics instrument whose creator is facing homelessness

https://setzstone.itch.io/cymatist
1•hobscure•7m ago•1 comments

Follow trains worldwide in real time

https://www.traintracker24.com/
1•taubek•9m ago•0 comments

Vorssaint – PowerToys for macOS

https://github.com/vorssaintapp/vorssaint-utils
1•SyncOnGreen•9m ago•0 comments

ABAH – Offline firmware generation and flashing with GraphRAG and PlatformIO

https://github.com/john-abah/ABAH
1•JA2026•10m ago•0 comments

Oura reportedly eyeing a September IPO that could value it at more than $16B

https://techcrunch.com/2026/08/24/oura-is-reportedly-eyeing-a-september-ipo-that-could-value-it-a...
2•brandonb•13m ago•0 comments

JupyterGIS 0.16: a grammar of graphics for maps, and collaborative story maps

https://blog.jupyter.org/jupytergis-0-16-new-visualization-capabilities-collaborative-story-maps-...
8•arjxn-py•13m ago•1 comments

We're lying to Claude in almost every session

https://github.com/Piebald-AI/claude-code-system-prompts/blob/main/system-prompts/system-prompt-a...
2•soletta•15m ago•1 comments

Terminal-bench: benchmarks for AI agents in terminal environments

https://www.tbench.ai/
1•Bluestein•18m ago•0 comments

Show HN: Ablo, make your AI app multiplayer

https://github.com/Abloatai/ablo
1•Elias_agardh•19m ago•0 comments

Has AI Gone Rogue?

https://calnewport.com/has-ai-gone-rogue/
1•thedebuglife•27m ago•0 comments

Show HN: I made ActivityLine: CPU, GPU, RAM and Network in one menu bar line

https://activityline.app
1•jakemanger•30m ago•0 comments

Blend Modes in SwiftUI

https://nilcoalescing.com/blog/BlendModesInSwiftUI/
2•skreep•31m ago•1 comments

Retrieval is a measurement instrument, and nobody reports its coverage

https://ai.bedvibe.studio/retrieval-coverage/
1•BedVibe_Studios•33m ago•0 comments

Japanese firm has developed a human fridge to stave off heatstroke

https://www.dezeen.com/2026/07/27/human-refrigerator-sdrs-trusco-nakayama/
1•giuliomagnifico•36m ago•0 comments

Japan enlists 1,800 people to drag 360-tonne castle keep using ropes and rollers

https://www.theguardian.com/world/2026/aug/25/japan-1800-people-move-pull-400-tonne-hirosaki-cast...
3•YeGoblynQueenne•40m ago•0 comments

ClaudeGate – Use OpenRouter Models (0x Alpha, DeepSeek) in Claude Code CLI

https://github.com/Santosh-Prasad-Verma/ClaudeGate
1•Tarun121•41m ago•0 comments

Games as the Engine of AI Research

https://deepmind.google/blog/from-atari-to-eve-online-building-on-15-years-of-ai-research-in-games/
2•brandonb•41m ago•0 comments

Some trees are worsening urban air quality as climate warms

https://www.independent.co.uk/news/science/trees-air-quality-cities-china-b3036111.html
1•johnbarron•46m ago•0 comments

A ZK withdrawal system without multisig trust

https://github.com/niumeta/niumeta/tree/main/Cross-ChainBridge
1•niumeta_TZ•50m ago•2 comments

Legal Experts Slam IDF for Over-Warning Gazans (2015)

https://www.israelnationalnews.com/news/196506
3•mpweiher•53m ago•0 comments

Ask HN: When did Claude Fable start giving summarized thinking?

1•springtimesun•53m ago•0 comments

ProofCore: Zero-storage release notarization for GitHub using OIDC

https://github.com/ProofCore-Protocol/proofcore-action
1•proofcore_proto•58m ago•0 comments

Swarrow: The Deployment Capability I Needed

https://kingori.co/swarrow-the-deployment-capability-i-actually-needed/
2•kingori•1h ago•0 comments

Dutch lawyer fined €2,300 for using AI-hallucinated citation

https://nltimes.nl/2026/08/24/dutch-lawyer-fined-eu2300-using-ai-hallucinated-citation
2•tcp_handshaker•1h ago•5 comments

Show HN: I built an AI music generator with some harnesses

https://onlymusic.ai
3•ShawWang•1h ago•1 comments

GrapheneOS Is Coming to Motorola Phones Next Year

https://lifehacker.com/tech/graphene-os-motorola-phones
1•mdp2021•1h ago•0 comments

Show HN: A minimal implementation of LLM output watermarking

https://github.com/berba-q/gpt-watermark
2•berba-q•1h ago•1 comments
Open in hackernews

Show HN: I built an AI music generator with some harnesses

https://onlymusic.ai
3•ShawWang•1h ago
I’m a developer, and also a music producer. When I work on commercial music, especially songs for ads, I’ve gotten pretty used to using AI music tools as part of the creative process.

But I noticed that some people around me — e.g. my girlfriend — also want to create music as a way to express themselves, but often run into a few problems when using AI music tools:

1. They don’t have a music background, so it’s hard for them to clearly describe the sound they want. 2. Sometimes they just want a song in the style of a certain artist, and the easiest way for them to express that is by naming the artist. But an artist’s name isn’t necessarily a useful description of the actual musical characteristics they’re looking for. 3. A lot of interfaces contain professional terms and parameters, like “weirdness,” that aren’t really designed from a normal user’s perspective and can be confusing.

So I built onlymusic.ai and added some harnesses around the underlying models. (Okay, I know “harness” has become a pretty popular word lately.)

In practice, it’s mostly prompt preprocessing, a rule system, and model orchestration.

For prompt-to-song generation, when someone enters something very simple, we transform it in the background using some good prompt patterns we’ve collected. The goal is to preserve what the user actually meant, while translating it into language that the music model can understand better, hopefully improving the generation results.

We also added one-click optimization for styles and lyrics.

For styles, if someone mentions an artist, we translate that into musical characteristics — things like era, instrumentation, rhythm, vocal texture, and production style.

For lyrics, we try to preserve things like the original rhyme, imagery, and intent, while rewriting parts that may not work well for generation.

On the UI side, I’ve also tried to use simple, everyday language wherever possible, remove unnecessary options, and keep only the elements that actually matter, so the interface is cleaner and easier to use.

Finally, a big thanks to open-source models like ACE. We deploy some of the models ourselves, which keeps the cost manageable, so we’re able to offer a pretty generous free tier with no signup required.

In Fast mode, you can generate up to 5 songs without an account. After signing in, you can generate up to 20 songs per day. (That’s for Fast mode — if you use the more capable models, you’ll get fewer generations.) The credits refresh every day.

We’ll keep an eye on the costs. If they become too much, we may have to reduce the free quota a little in the future

There are still a lot of features under development. Feedback is very welcome, and I’d love for you to try it!

I’m also working on a non-form-based lyrics generator right now. Once it’s ready, I’ll share that with you guys too.

Comments

yitchelle•22m ago
Hey, nice work. I tried it and it worked quite good for my 10min test.

One short question, can you generate the music for other languages such as French or German?