Viewing profile — tuckerconnelly
tuckerconnelly
HN member- Joined
- Tue, Mar 15, 2016, 1:48 AM UTC
- HN karma
- 328
- Public activity
- 87 items
- HN profile
- View on Hacker News ↗
About tuckerconnelly
https://tuckerconnelly.com
Recent public activity
-
comment
Comment #41125563
Hey I run a little recruiting startup, and we have a few roles at fintech companies in NYC--wanna send me your LinkedIn + resume?
-
comment
Comment #40859668
Yeah based on my in-laws, Chilean seems understandable, though they tend to speak fast. Argentine Spanish is the strange one, due to the heavy Italian influence.
-
comment
Comment #40723585
I can offer one data point. This is from purely startup-based experience (seed to Series A). A while ago I moved from microservices to monolith because they were too complicated an…
-
comment
Comment #40652173
What are your gripes with GCP? I've been using it for every project for a while, and am super happy with it, especially GKE.
-
comment
Comment #40576801
You don't see yourself hiring help for: * Keeping things up and running * Building the systems that the AI interfaces with * Supporting any large contracts ? In my experience, one …
-
comment
Comment #40576745
My counterpoint: if your product is simply a ChatGPT wrapper, you have no moat. Whatever is complicated enough and is actually making money, and you feel the need to test it and ma…
-
comment
Comment #40044268
Message queues are difficult to maintain. Webhooks is the best solution IMO.
-
comment
Comment #39889354
There's value, but it's too expensive, too slow, and too unreliable right now to be feasible from a business perspective.
-
comment
Comment #39887303
Chain of thought takes time to generate all the characters. If you do a chain-of-thought for every action and every misstep (and you need to for quality + reliability), it adds up.…
-
comment
Comment #39886481
I built an AI-agents tech demo[1], and am now pivoting. A few thoughts: * I was able to make a simple AI agent that could control my Spotify account, and make playlists based on it…
-
comment
Comment #39473156
While X's main use case works, I just tried to run some ads there. When trying to upgrade to verified org: "An unexpected error occurred" When trying to change my display name: "An…
- story
-
comment
Comment #38957911
How does 0% interest rate actually affect this though? Are that many companies actually funded on debt now? Or are are sales down because their customers were purchasing with debt?…
- comment
-
comment
Comment #38833396
Cuphead should absolutely add a Mickey Mouse DLC.
-
comment
Comment #37994016
I just visited a few days for a surgery and this seems pretty accurate. The food weirdly was the same at every restaurant, regardless of the cuisine: super oiled up. Usually mayonn…
-
story
Ask HN: UI for Managing Celery Tasks?
I'm used to bull-queue, which has excellent UIs for managing jobs (retry, delete, etc.) but python support is limited at the moment. Flower is really bad IMO for managing jobs. Is …
-
comment
Comment #37906239
> But when glyphosate encounters certain trace metal ions that make water hard—like magnesium and calcium—glyphosate-metal ion complexes can form. Those complexes can persist up to…
-
comment
Comment #37786597
Thank you! I've used the CrossEncoder from the sbert library you mentioned to rank the vector search and keyword search results, but it still doesn't help that the vector search re…
-
story
Ask HN: Bad Results from Vector Search?
Hi, I'm building an RAG system with OpenAI embeddings and the ChatGPT api. I chunked all the documents into 400-800 character chunks, vectorized them all, and put them in a vector …
-
comment
Comment #37492388
Can you provide a larger context length? Looking for a replacement of GPT-3.5 16k model. Might be interested for a higher-scale project.
-
comment
Comment #37483546
I’m not the OP, but here’s my reading list: https://tuckerconnelly.com/management-leadership
-
comment
Comment #37289716
From Peopleware: “In the 1985 Jeffery-Lawrence study [from the University of New South Wales]…they investigated the productivity of 24 projects for which no estimates were prepared…
-
comment
Comment #37228171
Question about privacy: OpenAI doesn't use API calls to train their models. But do they or Microsoft still store the text? If so, for how long? Overall, I think this is great, and …
-
comment
Comment #37202079
I see the point of the article, and even on a principled level I might agree with it (e.g., don't overly abstract). A few problems I see though: 1. If you make backend-only abstrac…