HN user

thewarrior

6,251 karma
Posts197
Comments957
View on HN
gemini.google.com 1y ago

Show HN: Aether – Mystery London Adventure Using and Made with Gemini

thewarrior
4pts1
gemini.google.com 1y ago

Show HN: London Aether – A Text Based Adventure Vibe Coded in Gemini

thewarrior
3pts0
news.ycombinator.com 2y ago

Ask HN: How much of your thought process while coding is verbal?

thewarrior
2pts4
hackerfm.com 3y ago

HackerFM – AI Generated HN Podcast Now with Comments

thewarrior
43pts12
hackerfm.com 3y ago

HackerFM – An AI Generated HN Podcast Using the New ChatGPT API

thewarrior
351pts156
www.quora.com 4y ago

What's the Optimal Strategy for Wordle?

thewarrior
3pts1
en.wikipedia.org 4y ago

DNA Damage Theory of Aging

thewarrior
1pts0
raziman.quora.com 5y ago

Fun with Maps and Code

thewarrior
2pts0
pickledbrains.substack.com 5y ago

A Wild Adventure with GPT-3

thewarrior
7pts0
medium.com 5y ago

Functional Programming in Java

thewarrior
1pts0
blog.nindalf.com 5y ago

Quitting Twitter

thewarrior
279pts277
www.coolcomputerclub.com 5y ago

UI: A Short Story

thewarrior
1pts0
www.quora.com 5y ago

Why is clean water transparent?

thewarrior
2pts0
news.ycombinator.com 6y ago

Ask HN: What do those of you who don’t work in tech do?

thewarrior
1pts0
news.ycombinator.com 6y ago

Ask HN: How is everyone feeling?

thewarrior
24pts25
news.ycombinator.com 6y ago

Ask HN: Has there been a spike in layoffs or belt tightening recently?

thewarrior
9pts8
news.ycombinator.com 6y ago

Ask HN: What will still be true in ten years?

thewarrior
2pts0
news.ycombinator.com 7y ago

Ask HN: What is the future of programming?

thewarrior
8pts6
gist.github.com 8y ago

Deep Memoized Recursions in Python Using a Stack

thewarrior
1pts0
www.edweissman.com 8y ago

Ed Weissman – Resume

thewarrior
1pts0
news.ycombinator.com 8y ago

Ask HN: What algorithms are used to defrag a hard disk as quickly as possible?

thewarrior
3pts1
www.reddit.com 9y ago

Redditor Succinctly Lays Out the Evidence for Dark Matter

thewarrior
4pts0
news.ycombinator.com 9y ago

Ask HN: Is it a waste of time to teach yourself data science without a degree?

thewarrior
182pts138
github.com 9y ago

Maze Generator

thewarrior
111pts15
news.ycombinator.com 9y ago

Ask HN: Will tools like Firebase lead to the automation of developers?

thewarrior
4pts4
twitter.com 9y ago

Facebook Is Tracking What Apps Were Just Installed on an Android Phone

thewarrior
21pts4
news.ycombinator.com 9y ago

Ask HN: Why is there so little debate on Trumps plan to destroy net neutrality?

thewarrior
3pts1
www.truthdig.com 9y ago

Noam Chomsky Has ‘Never Seen Anything Like This’ (2010)

thewarrior
6pts3
news.ycombinator.com 9y ago

Ask HN: How are important signing keys secured?

thewarrior
1pts0
patentimages.storage.googleapis.com 10y ago

Dynamically Evolving Cognitive Architecture System Planning (Viv Patent) [pdf]

thewarrior
2pts0

While I agree with the points he’s raising let me play devils advocate.

There’s a lot more code being written now that’s not counted in these statistics. A friend of mine vibe coded a writing tool for himself entirely using Gemini canvas.

I regularly vibe code little analyses or scripts in ChatGPT which would have required writing code earlier.

None of these are counted in these statistics.

And yes AI isn’t quite good enough to super charge app creation end to end. Claude has only been good for a few months. That’s hardly enough time for adoption !

This would be like analysing the impact of languages like Perl or Python on software 3 months after their release.

I Am Tired of AI 2 years ago

Atomic energy has both good and bad uses. People being tired of atomic energy has held back GDP growth and is literally deindustrialising Germany.

I Am Tired of AI 2 years ago

That’s always the case with any new technology. Tech isn’t going to make everyone happy or achieve world peace.

I Am Tired of AI 2 years ago

It’s writing most of my code now. Even if it’s existing code you can feed in the 1-2 files in question and iterate on them. Works quite well as long as you break it down a bit.

It’s not gas lighting the latest versions of GPT, Claude, Lama have gotten quite good

I Am Tired of AI 2 years ago

I’m tired of farming - Someone in 5000 BC

I’m tired of electricity - Someone in 1905

I’m tired of consumer apps - Someone in 2020

The revolution will happen regardless. If you participate you can shape it in the direction you believe in.

AI is the most innovative thing to happen in software in a long time.

And personally AI is FUN. It sparks joy to code using AI. I don’t need anyone else’s opinion I’m having a blast. It’s a bit like rails for me in that sense.

This is HACKER news. We do things because it’s fun.

I can tackle problems outside of my comfort zone and make it happen.

If all you want to do is ship more 2020s era B2B SaaS till kingdom come no one is stopping you :P

There’s a giant caveat here - this assumes that the current LLM architecture is enough to bootstrap to those higher levels of intelligence. LLMs are incapable of some pretty simple things at this point and it’s a big question mark of whether they are even capable of doing sophisticated reasoning and planning architecturally.

GPT-4 cannot play a good game of tic tac toe. But it can play passable chess. This is a good point to ponder.

I have friends in academia who use GPT-4 to help with with research level code. TikTok just released an app where you can hum a song it will generate a full instrumental backing track.

This stuff can already do impressive things and its only getting better.

Douglas Hofstadter and Geoffrey Hinton both think that we are on the path to humans eventually being surpassed.

I would urge everyone to hold back their instinctive reaction to the usual SV hype and go and try GPT-4,Claude+, Mid Journey, RunwayML for a few weeks and come to their own conclusions.

MiniGPT-4 3 years ago

At a high level yes.

More precisely - It gets the question After irs passed through a matrix that transforms the text description of the image so the LLM can “understand” it.

It maps from the space of one ML model to the other.

MiniGPT-4 3 years ago

I've only been reading ML stuff for a few months and I kind of understand what it's saying. This stuff isn't as complex as its made out to be.

It's just a bunch of black boxes AKA "pure functions".

BLIP2's ViT-L+Q-former AKA

    //I give you a picture of a plate of lobster it will say "A plate of lobster".

    getTextFromImage(image) -> Text
Vicuna-13B AKA
    //I give you a prompt and you return completion ChatGPT style
     getCompletionFromPrompt(text) -> Text

We want to take the output of the first one and then feed in a prompt to the LLM (Vicuna) that will help answer a question about the image. However the datatypes don't match. Lets add in a mapper.
    getAnswerToQuestion(image, question) -> answer 
        text = getTextFromImage(image)
        prompt = mapTextToPrompt(text)
        return getCompletionForPrompt(prompt)

Now where did this mapTextToPrompt come from ?

This is the magic of ML. We can just "learn" this function from data. And they plugged in a "simple" layer and learned it from a few examples of (image , question) -> answer. This is what frameworks like Keras, Pytorch allow you to do. You can wire up these black boxes with some intermediate layers and pass in a bunch of data and voila you have a new model. This is called differentiable programming.

The thing is you don't need to convert to text and then map back into numbers to feed into the LLM. You skip that and use the numbers it outputs and multiply directly with an intermediate matrix.

    getAnswerToQuestion(image, question) -> answer 
        text = getEmbeddingFromImage(image)
        embedding = mapEmbeddingToInputEmbeddingForLLM(text)
        return getCompletionForEmbedding(embedding)
Congratulations you now understood that sentence.
MiniGPT-4 3 years ago

We’ve tried but we understand even less about how “real” intelligence works. Atleast in a way that we can replicate it.

The people doing so called alchemy are making far better systems that anyone who’s trying to actually understand things. And we’ve been trying for decades now.

[dead] 3 years ago

Does anyone have a TL;DR version of what’s going on here