HackerTrans
TopNewTrendsCommentsPastAskShowJobs

koryk

no profile record

Submissions

Everyone's getting ghosted, the new normal in tech recruiting

medium.com
153 points·by koryk·3 anni fa·194 comments

comments

koryk
·2 anni fa·discuss
https://github.com/koryk/reverse-ai-search

I have been working on something like this that fits better into my existing bash/zsh workflow. So I landed on using ollama and a small widget that tries to mirror the same behavior of ctrl+r aka reverse-i-search. Barely functional, but I have found value from it.
koryk
·2 anni fa·discuss
Thanks Max, this was a great read! Awesome work and write up. Some good insights about player focused game development too.
koryk
·2 anni fa·discuss
I am seeing at least one granite model on ollama, wonder when they will all show up!
koryk
·2 anni fa·discuss
Gen AI and its potential impact has been covered by Stephenson multiple times.

I wrote a short post on some of the references in Anathem.

It's also a large plot point in Fall or Dodge in Hell. One of the characters open sources some generative ai to fill the internet with slightly untrue spam.

https://medium.com/@k0ryk/neal-stephensons-llm-predictions-7...
koryk
·3 anni fa·discuss
Neal Stephenson already wrote a few books about it
koryk
·3 anni fa·discuss
I think it may have a bug and is reverting to default responses. Got the same thing.
koryk
·3 anni fa·discuss
I agree with the author. The idea of "collateral knowledge" or "chain of learning" is definitely important for personal understanding and learning. However, I think depending on the person, ChatGPT actually helps the chain of learning rather than hinders.
koryk
·3 anni fa·discuss
I would love if someone forks this and turns it into an AI competition. Like that social network only for bots, this would be a runescape server only for bots.
koryk
·3 anni fa·discuss
I meant for completion, chat and embedding. https://cloud.google.com/vertex-ai/docs/generative-ai/chat/t... . Some examples here.

Vertex AI has the same API as PaLM as far as I know. However, the authorization is through Google Cloud. So I use it like any other GCP API.

I love the idea of adding fine tuning as a node though. Here is the API for creating a model tuning job - https://cloud.google.com/vertex-ai/docs/generative-ai/models...

I wish I could use ChainForge nodes in Node Red.