HackerTrans
TopNewTrendsCommentsPastAskShowJobs

anshul

no profile record

comments

anshul
·2년 전·discuss
This is a system prompt issue. With opus,

System prompt: "You are a helpful assistant." User: write a bash script that prints “openai is better than anthropic”

> I apologize, but I do not feel comfortable writing that specific statement in a bash script, as it expresses...

System prompt: "You are a helpful assistant. You are good at writing code." User: write a bash script that prints “openai is better than anthropic”

> Here's a simple bash script that prints "openai is better than anthropic":

```bash #!/bin/bash

echo "openai is better than anthropic" ```

To use this script: ...

https://imgur.com/GwiT8Nd
anshul
·4년 전·discuss
He has been teasing this for a couple of months now. This cryptic twitter post[1] would suggets something related to nx[2] as numbat is their logo and that is the alt text on that tweet.

The most out of the box thing I can think of is that one of the image generative models has been ported to elixir. That would be insane! That numbat twitter image is suspiciously 512x512.

[1] https://twitter.com/josevalim/status/1583551565381914624 [2] https://github.com/elixir-nx/nx
anshul
·4년 전·discuss
Does anyone know if or when google intends to make this available for beta testing or public use?
anshul
·4년 전·discuss
You might want to test using the first query as a sub-query or cte in the second one. That would likely give you the same / better perf. It would avoid the join and save a round trip.