HackerTrans
TopNewTrendsCommentsPastAskShowJobs

skeptrune

1,636 karmajoined vor 4 Jahren
meet.hn/city/37.7792588,-122.4193286/San-Francisco

Socials: - x.com/skeptrune - cal.com/nick.k - [email protected] - github.com/skeptrunedev

Interests: Blockchain, Cycling, Entrepreneurship, Hardware, Open Source, Privacy, Running, Sports, Startups, Web Development, Writing

---

Founder/CEO at trieve.ai helping with search, recommendations, and RAG

Submissions

Declank – Remove AI Watermarks from Images

declank.skeptrune.com
3 points·by skeptrune·letzten Monat·0 comments

Show HN: Declank – Remove AI Watermarks from Images

declank.skeptrune.com
3 points·by skeptrune·letzten Monat·0 comments

Tokenmaxxing: One AI budget, four jobs

mintlify.com
2 points·by skeptrune·letzten Monat·0 comments

Audit Logs Wall of Shame

audit-logs.tax
2 points·by skeptrune·vor 2 Monaten·0 comments

The future of text layout is not CSS

chenglou.me
16 points·by skeptrune·vor 4 Monaten·19 comments

Startup Marketing 101

skeptrune.substack.com
2 points·by skeptrune·vor 5 Monaten·0 comments

Skill.md: An open standard for agent skills

mintlify.com
48 points·by skeptrune·vor 6 Monaten·12 comments

Replace your standup with a todo list

skeptrune.com
4 points·by skeptrune·vor 6 Monaten·0 comments

Multi-Tenant SaaS's Wildcard TLS: An Overview of DNS-01 Challenges

skeptrune.com
1 points·by skeptrune·vor 6 Monaten·0 comments

We architected an edge caching layer to eliminate cold starts

mintlify.com
35 points·by skeptrune·vor 7 Monaten·28 comments

Show HN: Sherp, a CLI for building presentations from Markdown/MDX

github.com
1 points·by skeptrune·vor 7 Monaten·0 comments

Prompt the Loop When Using Coding Agents

skeptrune.com
1 points·by skeptrune·vor 7 Monaten·0 comments

How I Use Claude Code on My Phone with Termux and Tailscale

skeptrune.com
5 points·by skeptrune·vor 9 Monaten·1 comments

Multi-Tenant SaaS's Wildcard TLS: An Overview of DNS-01 Challenges

skeptrune.com
6 points·by skeptrune·vor 9 Monaten·2 comments

The role of good code blocks in documentation

mintlify.com
2 points·by skeptrune·vor 9 Monaten·0 comments

Move Fast, (Don't) Break Things

trycandle.app
2 points·by skeptrune·vor 9 Monaten·0 comments

We built our coding agent for Slack instead of the terminal

mintlify.com
3 points·by skeptrune·vor 9 Monaten·0 comments

LLM agents need sites to respect 'Accept: text/plain'

skeptrune.com
4 points·by skeptrune·vor 10 Monaten·0 comments

Founder as Prophet, Founder as Priest

jeffhuber.substack.com
1 points·by skeptrune·vor 10 Monaten·0 comments

comments

skeptrune
·vor 6 Tagen·discuss
based
skeptrune
·vor 12 Tagen·discuss
the more awesome thing to me is that you can run the MRI through an ensemble of LLMs and check to see if they converge among each other
skeptrune
·letzten Monat·discuss
Well put
skeptrune
·letzten Monat·discuss
This is fun
skeptrune
·vor 2 Monaten·discuss
I really appreciate how "Jony Ive" this looks. Feels like they absolutely nailed the style.

I personally feel like it looks like a disposable tech hardware product, but to each their own. I'm sure a lot of people will love it.
skeptrune
·vor 2 Monaten·discuss
I really thought the photos were real as i was reading. Wow
skeptrune
·vor 2 Monaten·discuss
What a win it is for open source that qwen and kimi show up on this at all.
skeptrune
·vor 3 Monaten·discuss
lmao, i love this
skeptrune
·vor 3 Monaten·discuss
this is awesome. beyond happy to see it
skeptrune
·vor 3 Monaten·discuss
Working on publishing those, but publishing benchmarks requires a lot of attention to detail so it will likely be a bit longer.
skeptrune
·vor 3 Monaten·discuss
agreed. hopefully we can get there soon
skeptrune
·vor 3 Monaten·discuss
Yea we did and actually use Daytona for another product, but it would have been too slow here.
skeptrune
·vor 3 Monaten·discuss
yea chromadb is not the point. multiple data storage solutions work
skeptrune
·vor 3 Monaten·discuss
agreed!
skeptrune
·vor 3 Monaten·discuss
We would also be super interested to see that comparison. I agree that there isn't a specific reason why Chroma would be required to build something like this.
skeptrune
·vor 3 Monaten·discuss
I agree that would have been the way to go given more time and resources. However, setting up a FUSE mount would have taken significantly longer and required additional infrastructure.
skeptrune
·vor 3 Monaten·discuss
100% agree. However, if there were no resource tradeoffs, then a FUSE mount would probably be the way to go.
skeptrune
·vor 3 Monaten·discuss
Modern OCR tooling is quite good. If the knowledge you are adding into your search database is able to be OCR'd then I think the approach we took here is able to be generalized.
skeptrune
·vor 3 Monaten·discuss
Hmmm, the post is an attempt to explain that Mintlify migrated from embedding-retrieval->reranker->LLM to an agent loop with access to call POSIX tools as it desires. Perhaps we didn't provide enough detail?
skeptrune
·vor 3 Monaten·discuss
Vector search has moved from a "complete solution" to just one tool among many which you should likely provide to an agent.