HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ramn7

no profile record

投稿

Show HN: Data-driven insights into patterns in work, wellbeing, and habits

proddigy.app
2 ポイント·投稿者 ramn7·8 か月前·0 コメント

[untitled]

1 ポイント·投稿者 ramn7·9 か月前·0 コメント

[untitled]

4 ポイント·投稿者 ramn7·9 か月前·0 コメント

Meta is paying $14B to catch up in the AI race

theverge.com
6 ポイント·投稿者 ramn7·昨年·0 コメント

Mario Kart World review: Getting there is half the game

arstechnica.com
3 ポイント·投稿者 ramn7·昨年·1 コメント

Discord CTO says he's "constantly bringing up enshittification" during meetings

arstechnica.com
6 ポイント·投稿者 ramn7·昨年·0 コメント

Real TikTokers are pretending to be Veo 3 AI creations for fun, attention

arstechnica.com
16 ポイント·投稿者 ramn7·昨年·4 コメント

SpaceX's ninth Starship flight test ends in another explosion

theverge.com
10 ポイント·投稿者 ramn7·昨年·0 コメント

Show HN: Proddigy – Productivity Lab (iOS app)

proddigy.app
4 ポイント·投稿者 ramn7·昨年·0 コメント

Mark Zuckerberg Had Dinner with Donald Trump at Mar-a-Lago

theverge.com
10 ポイント·投稿者 ramn7·2 年前·1 コメント

Ask HN: Bug on PH doesn't let me comment on my own launch- what can I do?

1 ポイント·投稿者 ramn7·2 年前·1 コメント

Microsoft and Google are at war again

theverge.com
20 ポイント·投稿者 ramn7·2 年前·8 コメント

Former OpenAI CTO Mira Murati's next move: another AI startup

theverge.com
5 ポイント·投稿者 ramn7·2 年前·0 コメント

OpenAI's chief research officer has left following CTO Mira Murati's exit

techcrunch.com
7 ポイント·投稿者 ramn7·2 年前·0 コメント

NASA has a fine plan for deorbiting the ISS–unless Russia gets in the way

arstechnica.com
1 ポイント·投稿者 ramn7·2 年前·0 コメント

Show HN: Analytics for Your Life

t12n.io
2 ポイント·投稿者 ramn7·2 年前·0 コメント

Nintendo, the Pokemon Company Sue Palworld Maker Pocketpair

arstechnica.com
4 ポイント·投稿者 ramn7·2 年前·1 コメント

iOS 18 is a smart upgrade, even without the AI

theverge.com
3 ポイント·投稿者 ramn7·2 年前·1 コメント

So what are we to make of the highly ambitious, private Polaris spaceflight?

arstechnica.com
1 ポイント·投稿者 ramn7·2 年前·0 コメント

GeoGuessr star player's tips for success in the popular geography game

theverge.com
3 ポイント·投稿者 ramn7·2 年前·0 コメント

コメント

ramn7
·2 年前·議論
* They responded to my support request ~80 minutes later.
ramn7
·2 年前·議論
Standalone tool of a ui to edit JSON schema. Focuses on OpenAI's json_schema response format.
ramn7
·2 年前·議論
Welcome to check out our blog posts:

Testing considerations for LLM tasks https://www.promptotype.io/blog/posts/testing-considerations

An overlooked game-changing use case of LLMs for software developers https://www.promptotype.io/blog/posts/llm-structured-tasks
ramn7
·2 年前·議論
I have a somewhat unique answer for that- I started with building a product, and ended up building a dev platform for LLM based products (more specifically- dev platform for json outputting LLM structured tasks).

Here's the story:

At first I was building a tool for stock analysis- the user writes in free language what companies they want to compare, along with a time period, and their requested stocks show up on a graph. They can then further reiterate on it- add companies, and change range all in free language (I had many more analysis functions planned). Following some unique dev challenges I've found- I ended up not releasing the product (possibly will sometime in the future..), and switched to work on a dev platform to help with these challenges.

I was using what I called 'LLM structured task'- basically instructing the LLM to perform some task on the user input, and outputting a json that my backend can work with (in the described case- finding mentioned companies and optional time range, and returning stock symbols, and string formatted dates). The prompting has turned out to be not trivial, and kind of fragile- things broke with even minor iterations on the prompt or model configurations. So- I developed a platform to help with that- testing (templated) prompt versions, as well on model configurations on whole collections of inputs at once- making sure nothing breaks in the development process (or after). * If you're interested, welcome to check it out on https://www.promptotype.io