HN user

funfunfunction

356 karma

80eafd64915ed77b50fd68efed69bfa51407b135a5f7b093006e175e4c23296a

Posts30
Comments92
View on HN
aella.inference.net 8mo ago

Show HN: Project AELLA – Open LLMs for structuring 100M research papers

funfunfunction
6pts2
inference.net 8mo ago

Hybrid-Attention models are the future for SLMs

funfunfunction
4pts0
twitter.com 9mo ago

Show HN: Using LLMs and >1k 4090s to visualize 100k scientific research articles

funfunfunction
5pts2
twitter.com 9mo ago

Viral GPT wrappers are now training their own LLMs

funfunfunction
8pts0
github.com 11mo ago

UWU – generate CLI commands without leaving the terminal

funfunfunction
16pts2
github.com 11mo ago

Show HN: UwU – Generate CLI commands inline with GPT-5

funfunfunction
3pts0
energy.inference.net 12mo ago

How much energy does it take to produce an LLM token?

funfunfunction
3pts0
inference.net 12mo ago

When to use model distillation in production

funfunfunction
1pts0
inference.net 1y ago

Show HN: Batch inference for large-scale synthetic data generation

funfunfunction
2pts0
inference.net 1y ago

Show HN: Costco for LLM Tokens

funfunfunction
6pts0
www.inference.net 1y ago

LLM Token Grants for Researchers

funfunfunction
2pts0
www.inference.net 1y ago

Inference.net: Wholesale LLM Tokens

funfunfunction
5pts2
twitter.com 3y ago

VC-backed AI startups are struggling. Indie devs are not

funfunfunction
2pts0
usecontext.io 3y ago

Show HN: Chatbots for Technical Documentation

funfunfunction
2pts1
github.com 3y ago

BabyAGI-ts: An NPM module to easily install, run, and play with BabyAGI locally

funfunfunction
2pts0
github.com 3y ago

Autodoc: Toolkit for auto-generating codebase documentation using LLMs

funfunfunction
166pts86
twitter.com 3y ago

Automatic codebase documentation using GPT-4

funfunfunction
2pts0
addcontext.xyz 3y ago

Show HN: We made a chatbot trained on YC's YouTube channel

funfunfunction
2pts0
addcontext.xyz 3y ago

Show HN: Create a GPT3-powered Chatbot from any YouTube playlist

funfunfunction
4pts0
addcontext.xyz 3y ago

Show HN: Turn any YouTube playlist into an AI-powered search engine

funfunfunction
1pts0
addcontext.xyz 3y ago

Show HN: Full-text search for podcast audio

funfunfunction
7pts0
news.ycombinator.com 4y ago

Ask HN: What are the most interesting non-technical problems in your field?

funfunfunction
1pts1
news.ycombinator.com 5y ago

Ask HN: An easy way to provide analytics to customers?

funfunfunction
1pts4
mattstoller.substack.com 5y ago

Matt Stoller on Congress breaking up tech monopolies

funfunfunction
1pts0
news.ycombinator.com 6y ago

Ask HN: What is your SaaS disaster recovery plan?

funfunfunction
9pts8
news.ycombinator.com 6y ago

Ask HN: Best way to learn math fundamentals?

funfunfunction
3pts1
news.ycombinator.com 7y ago

Ask HN: How to negotiate compensation as third employee/CTO?

funfunfunction
1pts1
news.ycombinator.com 7y ago

Ask HN: What do to with crypto miner?

funfunfunction
2pts3
news.ycombinator.com 8y ago

Ask HN: How is GDPR affecting your business?

funfunfunction
49pts61
news.ycombinator.com 8y ago

Ask HN: Burned out 21 year old software developer, what's next?

funfunfunction
74pts115

Cool project. A team at work was building something similar to internal use.

I'm curious how this compares to just using Claude Code directly and giving it a dump of the agent traces? It seems like Claude could probably do some of the same diagnostics / trace grouping to identify failure patterns. Why use a custom harness?

[dead] 3 months ago

Hi all, we built a super easy way to train small language models from your production data - install a gateway to save your request/response data from a frontier provider, and use the traces to train a open source model that can be hosted privately on your machine.

We've seen some pretty impressive results already, including training an HTML->JSON model that competes with frontier quality at 5% the cost called [schematron](https://huggingface.co/inference-net/Schematron-8B)

It's great for data extraction, chat, search, image classification, sentiment analysis, and more.

Trainings are free for the next 30 days as we test and experiment. We're also going to make it possible to launch and manage training runs on your own GPUs, so everything is private.

We'll release the full data explorer soon, with more info.

At the core of this project is a structured-extraction task using a custom Qwen 14B model, which we distilled from larger closed-source models. We needed a model we could run at scale on https://devnet.inference.net, which is comprised mostly of idle consumer-grade NVIDIA devices.

Embeddings were generated using SPECTER2, a transformer model from AllenAI specifically designed for scientific documents. The model processes each paper's title, executive summary, and research context to generate 768-dimensional embeddings optimized for semantic search over scientific literature.

The visualization uses UMAP to reduce the 768D embeddings to 3D coordinates, preserving local and global structure. K-Means clustering groups papers into ~100 clusters based on semantic similarity in the embedding space. Cluster labels are automatically generated using TF-IDF analysis of paper fields and key takeaways, identifying the most distinctive terms for each cluster.

Creator of inference.net / schematron here.

There is growing emphasis on efficiency as more companies adopt and scale with LLMs in their products.

Developers might be fine paying GPT-5-Super-AGI-Thinking-Max prices to use the very best models in Cursors, but (despite what some may think about Silicon Valley), businesses do care about efficiency.

And if you can fine-tune an 8b-parameter Llama model on GPT-5 data in < 48 hours and save $100k/mo, you're going to take that opportunity.

OP here. I wanted a dead-simple way to quickly generate CLI commands without the overhead of Claude Code or Cursor, so I built it in an afternoon.

The project uses some zsh magic to allow for quick editing of the model's response before running the command. Commands show up in your shell history, just like any other command.

The project is intended to be very simple and hackable -- the whole project is one TypeScript file.

Feedback (and pull requests) welcome!

This is cool! I don’t see many people doing write ups on their tech stack as much any more. It’s nice to see the inside of a production-grade app like this.

I’m curious, why command+r for the model? What benefits does it have over other SOTA models?

It’s unlikely an individual would need this much capacity. Folks who need tokens at this level are apps with lots of users that don’t have their own GPUs. Think character.ai type apps.

10B tokens on together.ai is ~$2,000.

Kuzco, Inc. (https://kuzco.xyz) | Full-stack SWEs and MLE | Full-time | San Francisco, CA

We're building a serverless LLM inference network that makes use of underutilized capacity from GPU data centers. Our product is a scheduler for running LLM inference workloads on GPUs located all over the world. We currently have over 6,000 GPUs on our network, and are growing quickly.

Things we need help with:

* Improve core scheduling algorithms

* Optimize vLLM inference runtime

* Improve logging and observability stack

* Building our user-facing dashboard and APIs

* New products

We're well-funded and have a clear path to profitability. We're currently a four person team of staff-level engineers and looking to add two more engineers to our team. Our office is near the Ferry Building in downtown San Francisco. We pay well and offer significant equity.

Apply here: https://apply.workable.com/kuzco

Or send an email to sam at kuzco.xyz with your resume, GitHub, and a bit about yourself.

Thanks!

Awesome project! I’m sure someone would be willing to buy this from you if the traffic is big enough. If you want to move on to other engineering projects this may be best path. If you’re interested in learning sales and marketing yourself I would look into affiliate marketing with hair loss product companies. Happy to chat more about this if you want help.

Completely agree. Explaining how systems work in plain english is much more valuable than just giving inputs and outputs of individual functions. We want to understand how a system and it's subsystems work independently and interdependently.

We're not there yet with Autodoc; there is still tons of work to do.

If you have't tried the demo, give it a shot. You might be surprised.

Hey this is really cool! I built something similar for https://addcontext.xyz over the break. We just launched a self-service version that allows anyone to enter a YouTube playlist link and create a mini search-engine from the content.

I've seen a few other people working on similar stuff in the wild. Very curious to see where this goes.