HackerLangs
TopNewTrendsCommentsPastAskShowJobs

skeptrune

1,636 karmajoined 4 anni fa
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·mese scorso·0 comments

Show HN: Declank – Remove AI Watermarks from Images

declank.skeptrune.com
3 points·by skeptrune·mese scorso·0 comments

Tokenmaxxing: One AI budget, four jobs

mintlify.com
2 points·by skeptrune·mese scorso·0 comments

Audit Logs Wall of Shame

audit-logs.tax
2 points·by skeptrune·2 mesi fa·0 comments

The future of text layout is not CSS

chenglou.me
16 points·by skeptrune·4 mesi fa·19 comments

Startup Marketing 101

skeptrune.substack.com
2 points·by skeptrune·5 mesi fa·0 comments

Skill.md: An open standard for agent skills

mintlify.com
48 points·by skeptrune·6 mesi fa·12 comments

Replace your standup with a todo list

skeptrune.com
4 points·by skeptrune·6 mesi fa·0 comments

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

skeptrune.com
1 points·by skeptrune·6 mesi fa·0 comments

We architected an edge caching layer to eliminate cold starts

mintlify.com
35 points·by skeptrune·7 mesi fa·28 comments

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

github.com
1 points·by skeptrune·7 mesi fa·0 comments

Prompt the Loop When Using Coding Agents

skeptrune.com
1 points·by skeptrune·7 mesi fa·0 comments

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

skeptrune.com
5 points·by skeptrune·9 mesi fa·1 comments

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

skeptrune.com
6 points·by skeptrune·9 mesi fa·2 comments

The role of good code blocks in documentation

mintlify.com
2 points·by skeptrune·9 mesi fa·0 comments

Move Fast, (Don't) Break Things

trycandle.app
2 points·by skeptrune·9 mesi fa·0 comments

We built our coding agent for Slack instead of the terminal

mintlify.com
3 points·by skeptrune·9 mesi fa·0 comments

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

skeptrune.com
4 points·by skeptrune·10 mesi fa·0 comments

Founder as Prophet, Founder as Priest

jeffhuber.substack.com
1 points·by skeptrune·10 mesi fa·0 comments

comments

skeptrune
·6 giorni fa·discuss
based
skeptrune
·12 giorni fa·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
·mese scorso·discuss
Well put
skeptrune
·mese scorso·discuss
This is fun
skeptrune
·2 mesi fa·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
·2 mesi fa·discuss
I really thought the photos were real as i was reading. Wow
skeptrune
·2 mesi fa·discuss
What a win it is for open source that qwen and kimi show up on this at all.
skeptrune
·3 mesi fa·discuss
lmao, i love this
skeptrune
·3 mesi fa·discuss
this is awesome. beyond happy to see it
skeptrune
·3 mesi fa·discuss
Working on publishing those, but publishing benchmarks requires a lot of attention to detail so it will likely be a bit longer.
skeptrune
·3 mesi fa·discuss
agreed. hopefully we can get there soon
skeptrune
·3 mesi fa·discuss
Yea we did and actually use Daytona for another product, but it would have been too slow here.
skeptrune
·3 mesi fa·discuss
yea chromadb is not the point. multiple data storage solutions work
skeptrune
·3 mesi fa·discuss
agreed!
skeptrune
·3 mesi fa·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
·3 mesi fa·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
·3 mesi fa·discuss
100% agree. However, if there were no resource tradeoffs, then a FUSE mount would probably be the way to go.
skeptrune
·3 mesi fa·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
·3 mesi fa·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
·3 mesi fa·discuss
Vector search has moved from a "complete solution" to just one tool among many which you should likely provide to an agent.