HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dennisy

576 karmajoined 10년 전
meet.hn/city/gb-London

Socials: - github.com/ydennisy - linkedin.com/in/dennisyurkevich - x.com/ydennisy_

Interests: AI/ML, Data Science, DevOps, Entrepreneurship, Programming, Startups, Web Development

---

Submissions

From Chat Completions to an Agents API

dennisy.me
3 points·by dennisy·지난달·0 comments

I have started a new startup

dennisy.me
1 points·by dennisy·2개월 전·0 comments

Ask HN: Which memory systems are you using in your agents?

5 points·by dennisy·2개월 전·0 comments

MemEvolve: Meta-Evolution of Agent Memory Systems

arxiv.org
2 points·by dennisy·4개월 전·1 comments

Cybernetic Arbitrage – AI Is Inverting Aggregation Theory

hypersoren.xyz
1 points·by dennisy·6개월 전·0 comments

First Impressions of the Advertising Context Protocol (AdCP)

dennisy.me
1 points·by dennisy·8개월 전·0 comments

The difficulties of choosing a startup idea

dennisy.me
1 points·by dennisy·9개월 전·0 comments

Ask HN: Any concrete drawbacks from using Vercel's AI SDK?

1 points·by dennisy·9개월 전·0 comments

comments

dennisy
·6일 전·discuss
I too found this extremely interesting, jotted some notes here: https://dennisy.me/notes/programs-as-weights

Will keep noodling on this, I feel there must be ways to scale this up!
dennisy
·15일 전·discuss
That would be interesting.

Do you feel most of the speed upgrade will come from the software or hardware side?
dennisy
·지난달·discuss
Thanks for the replies!

Would love to swap notes at some point if you are up for it?
dennisy
·지난달·discuss
Hey!

This looks great and congratulations on the launch.

I am also building in this space and wanted to get your views on a few things.

1. Are you building your own connectors to 3p systems? 2. How are you finding the sales motion? I found people to get the problem fast, but actually converting them seems rather slow.

Good luck!
dennisy
·지난달·discuss
Great read, I feel many of the topics discussed firsthand.

It gives me some relief to know there are others out there who struggle with some similar issues, but I was hoping the piece may offer some guidance, but sadly I do not feel it has.
dennisy
·2개월 전·discuss
Very cool! Not GitHub repo?
dennisy
·2개월 전·discuss
I love this and wanted to build this - but https://www.alphaxiv.org/ already exists, and it gets no social action (hardly any papers have comments), so this makes me doubtful about this.

I am interested to hear if anyone knows why the format may not resonate with researchers or those reading papers in general?

My own reason is that to get value from a "social" site the number of interactions has to be high and of a fast speed for people to continue to engage, which is maybe not possible to hit on research papers.
dennisy
·2개월 전·discuss
This is very cool!

But why do we need this? An agent can just have a local DB using SQLite for example.
dennisy
·3개월 전·discuss
This is a fair question, but not one I feel we can let people self answer.

I doubt many people will honestly admit they did no design, testing and that they believe the code is sub par.

It does give me an idea that maybe we need a third party system which can try and answer some of the questions you are asking… of course it too would be LLM driven and quite subjective.
dennisy
·3개월 전·discuss
True! But this is a very naive implementation, a proper implementation could surpass these challenges.
dennisy
·3개월 전·discuss
Congratulations on the launch!

There is lots of competition in this space, how is your tool different?
dennisy
·3개월 전·discuss
I think this used to be the trick, but now with AI it is such a general purpose technology I am not sure that makes sense. Users can “niche down” in a generic app, using prompts and configs.
dennisy
·3개월 전·discuss
Fair play for launching this, it looks like a neat project.

However I feel it will be an uphill battle competing with OpenAI and Anthropic, I doubt your harness can be better since they see so much traffic through theirs.

So this is for those who care about the harness running on their own infra? Not sure why anyone would since the LLM call means you are sending your code to the lab anyway.

Sorry I don’t want to sound negative, I am just trying to understand the market for this.

Good luck!
dennisy
·3개월 전·discuss
I feel for the startups sweating each one of these frontier lab releases.

How many more are thinking “am I next?”
dennisy
·3개월 전·discuss
So what are you suggesting do not allow companies to sell such tools?
dennisy
·3개월 전·discuss
Ohh this is very cool!
dennisy
·3개월 전·discuss
I think most people would agree.

However it is less clear on how to do this, people mostly take the easiest path.
dennisy
·3개월 전·discuss
That is good advice!

I am too late for that as I am full time but also lucky to have had a previous exit.

I am planning to go the VC route this time, because the problem I am going after feels VC size.

However I feel bootstrap or small F&F round gives you more flexibility when it comes to exits.

Congrats again!
dennisy
·3개월 전·discuss
Congratulations!

Can you talk a bit more about your journey without raising funds?

Also what does HN think of that path today when trying to launch a new AI startup?
dennisy
·3개월 전·discuss
I was thinking something that runs in the same process, and does not require docker or a third party API.

For example Monty by the pydantic team, or the Anthropic sandbox which I believe uses OS level primitives.