HN user

mottiden

703 karma

AI/ML Engineer, IndieHacker and Musician

https://twitter.com/neuraloverflow

Posts31
Comments23
View on HN
fi-le.net 3mo ago

How Much of AI Labs' Research Is Safety?

mottiden
3pts0
support.claude.com 4mo ago

Claude dispatch: assign tasks to Claude from anywhere

mottiden
36pts3
www.youtube.com 5mo ago

On Artificial Intelligence by Naval

mottiden
2pts1
sakana.ai 1y ago

Reinforcement Learning Teachers of Test Time Scaling

mottiden
2pts0
arxiv.org 1y ago

Self Adaptive LLMs

mottiden
1pts0
www.youtube.com 2y ago

Claude 3.5 Sonnet for agentic coding

mottiden
1pts0
www.youtube.com 2y ago

Sparkle a Custom Costume for Spot

mottiden
2pts0
arxiv.org 3y ago

Brain2Music: Reconstructing Music from Human Brain Activity

mottiden
2pts0
arxiv.org 3y ago

TokenFlow: Consistent Diffusion Features for Consistent Video Editing

mottiden
2pts0
www.youtube.com 3y ago

Classic Design Patterns: Where Are They Now? [video]

mottiden
1pts0
arxiv.org 3y ago

An evolutionary tree and graph for large language models

mottiden
19pts4
www.dannyguo.com 3y ago

Serve Videos Instead of GIFs

mottiden
2pts1
www.foldnfly.com 3y ago

Paper airplane ideas and tips

mottiden
163pts25
arxiv.org 3y ago

Becoming self-instruct: early stopping criteria for instruct tuning

mottiden
2pts0
arxiv.org 3y ago

AnimateDiff: Animate Your Diffusion Models Without Tuning

mottiden
2pts0
github.com 3y ago

Lazydocker: a lazier way to manage everything Docker

mottiden
481pts73
github.com 3y ago

ShortGPT

mottiden
1pts0
arxiv.org 3y ago

Copy is all you need

mottiden
137pts83
yujun-shi.github.io 3y ago

DragDiffusion: Diffusion Models for Interactive Image Editing

mottiden
2pts0
twitter.com 3y ago

ChatGPT Is Down

mottiden
4pts0
text2cinemagraph.github.io 3y ago

Synthesizing Artistic Cinemagraphs from Text

mottiden
3pts0
arxiv.org 3y ago

Scaling Transformers to 1B Tokens

mottiden
234pts68
nav.al 3y ago

How to Get Rich (2019)

mottiden
94pts56
www.reddit.com 5y ago

Windows 10 on the Raspberry Pi

mottiden
1pts0
skribbl.io 6y ago

Play Remotely with Your Colleagues

mottiden
1pts0
thoughtbot.com 6y ago

Tutorials for Developers by Thoughtbot

mottiden
1pts0
devbrett.com 7y ago

Why I believe Rails is still relevant in 2019

mottiden
272pts259
github.com 8y ago

Mailtrain.org, self-hosted open-source newsletter app like Mailchimp

mottiden
184pts62
www.justhumans.net 10y ago

The moment when you realise that you already know your answers

mottiden
1pts0
www.justhumans.net 10y ago

On facing moments of change

mottiden
1pts0
GPT-4o 2 years ago

We’re moving toward a world where every job will be modeled, and you’ll either be an AI owner, a model architect, an agent/hardware engineer, a technician, or just.. training data.

I understand that you might be afraid. I believe that a world where only LLM companies rule the world is not practically achievable except in some distopian universe. The likelihood of the world where the only job are model architects, engineers or technicians is very very small.

Instead, let's consider the positive possibilities that LLMs can bring. It can lead to new and exciting opportunities across various fields. For instance, can serve as a tool to inspire new ideas for writers, artists, and musicians.

I think we are going towards a more collaborative era where computers and humans interact much more. Everything will be a remix :)

GPT-4o 2 years ago

The voice mode will be available in "a few weeks". So at the moment it's not using the end-to-end model but whisper->gtp-4o->tts

Rest In Peace Kevin. You were the reason why I started programming. I loved reading your books when I was younger.

The paper introduces a new method for text generation, named Copy-Over-Generate (COG), which differs from traditional approaches that generate words from a fixed vocabulary. Instead, COG progressively copies phrases from a massive text collection, aiming to generate coherent text continuations through multiple rounds of phrase retrieval.

COG stands on the line of retrieval-augmented text generation research but takes a radical step forward. Unlike previous work that combines retrieval and generation, in COG, retrieval is generation.

COG shares some ideas with previous work such as replacing the fixed vocabulary with a nonparametric phrase table.

The paper presents experimental results showing the advantages of COG over strong baselines in three experimental settings: standard language modeling (using the WikiText-103 dataset), domain adaptation (using the Law-MT dataset), and an enlarged phrase index (using the En-Wiki dataset).

Despite the promising results, the authors acknowledge that there are some flaws in the COG method. For example, COG may copy a phrase that is incoherent with the previously copied phrase, or it may only copy a part of a complete phrase, leading to inaccurate generation results.