HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ishita159

no profile record

Submissions

Open AI community scraped for findings (Jan, 2024)

julep-ai.github.io
1 points·by ishita159·11 mesi fa·1 comments

Unifying the AI stack into one Postgres instance

tigerdata.com
2 points·by ishita159·11 mesi fa·1 comments

Ask HN: Is anyone using Llama models?

2 points·by ishita159·11 mesi fa·0 comments

Ask HN: What use cases require a good memory implementation the most?

1 points·by ishita159·11 mesi fa·2 comments

Show HN: BaaS to build agents as data, not code

github.com
5 points·by ishita159·11 mesi fa·0 comments

Pre-testing GPT-5 by Claire Vo [video]

youtube.com
1 points·by ishita159·11 mesi fa·0 comments

What are you looking for in an AI agent framework/BaaS?

1 points·by ishita159·11 mesi fa·0 comments

Ask HN: What are you looking for in an AI agent framework/BaaS?

2 points·by ishita159·11 mesi fa·1 comments

Reverse Engineered some updates to Claude

simonwillison.net
3 points·by ishita159·12 mesi fa·0 comments

Agentic Engineering – Zed

zed.dev
3 points·by ishita159·12 mesi fa·0 comments

Arc AGI 3

arcprize.org
3 points·by ishita159·12 mesi fa·0 comments

OpenAI Is Building an office productivity suite

computerworld.com
35 points·by ishita159·12 mesi fa·9 comments

Field Notes on Shipping with Claude Code

lesswrong.com
26 points·by ishita159·12 mesi fa·4 comments

AI Revolution will reward Taste

twitter.com
2 points·by ishita159·12 mesi fa·0 comments

Design Notes on LLM-driven text adventure

ianbicking.org
2 points·by ishita159·anno scorso·0 comments

[untitled]

1 points·by ishita159·anno scorso·0 comments

AI Movies – From 1920s to Now

biglysales.com
1 points·by ishita159·anno scorso·0 comments

40 Questions to ask yourself every year

stephango.com
4 points·by ishita159·anno scorso·0 comments

The Ultimate Design Curations

curationofcurations.com
1 points·by ishita159·anno scorso·0 comments

What goes wrong when we write ghazals in English

theparisreview.org
49 points·by ishita159·anno scorso·10 comments

comments

ishita159
·4 mesi fa·discuss
surprised to see gemini > sonnet 4.6 > opus 4.6

why do you think sonnet is better than opus on this?
ishita159
·8 mesi fa·discuss
have tried it, i think's focusing on spec-driven development?
ishita159
·11 mesi fa·discuss
It is is crazy how things have changed in an year and a half.
ishita159
·11 mesi fa·discuss
How are you handling verifications?
ishita159
·11 mesi fa·discuss
We unified our AI stack into one Postgres instance - and cut our infra and backend code by 90%!

Most teams use 3+ databases already: - A relational / document store like mongo or postgres, - A vector DB like Chroma or Pinecone for embeddings, - Redis for caching, and - Usually an analytics warehouse, like Athena

You of course have to write and maintain all the glue code & data transformations for each of them. But more importantly, you have to take care of the schema evolution which can be a nightmare when dealing with multiple databases!

Instead we run everything on TigerData (creators of TimescaleDB)’s PostgreSQL platform (TimescaleDB + pgVector + pgAI).
ishita159
·11 mesi fa·discuss
How is this in Ask HN?
ishita159
·11 mesi fa·discuss
PH has been completely gamed.

You launch there and your LinkedIn inbox will be flooded with people offering to get you 500 upvotes and 50 comments in $300.

It’s either that or the people who are about to launch in the coming week engaging with your launch so you do the same for them.
ishita159
·11 mesi fa·discuss
Planning to add links as input anytime soon?

I would love to add a link to my product docs, upload some images and have it generate an onboarding video of the platform.
ishita159
·11 mesi fa·discuss
fair. i should have framed the question better.
ishita159
·11 mesi fa·discuss
this is something i have spent hours thinking about.

this could ensure people don't have to watch 2000 ads a day, rather just maybe 2 ads of things they actually need and are likely to be more impactful.

could be a win-win.
ishita159
·11 mesi fa·discuss
considered creating a ui for this? probably easy to do with lovable etc?
ishita159
·11 mesi fa·discuss
I think people in the content business have probably seen the most significant boost from AI, so far.
ishita159
·11 mesi fa·discuss
Most engineers on my team are feeling let down with the AI hype. Vibe coding makes some mistakes and does a good job of hiding the things it gets wrong.

They spend more time spotting and fixing bugs and basically have been feeling frustrated.

It's also annoying for the team in general. Projects that would otherwise take a couple of days have sometimes taken over 2 weeks, and it is hard to predict how long something will take. That adds a lot of pressure for everyone.
ishita159
·11 mesi fa·discuss
i tried this and a variation of this a bunch of times. got the right answer every time.

i asked about 10 of my friends and they all got the right answers as well.

is it just people trying to get views on X or is it actually happening?
ishita159
·11 mesi fa·discuss
this was one of my favorite takes from early testers.

he maintained that Opus 4.1 was better for coding but felt like a paradigm shift for an average user.
ishita159
·11 mesi fa·discuss
i'm very curious about this also.
ishita159
·12 mesi fa·discuss
117B people have lived on the planet!?!?!?!

This is a really cool game. I was so off!
ishita159
·12 mesi fa·discuss
I don't get the hype.
ishita159
·12 mesi fa·discuss
true, people are being polite mostly though.
ishita159
·12 mesi fa·discuss
I think people don't realize how much models have to extrapolate still, which causes hallucinations. We are still not great at giving all the context in our brain to LLMs.

There's still a lot of tooling to be built before it can start completely replacing anyone.