HackerTrans
TopNewTrendsCommentsPastAskShowJobs

yoeven

no profile record

Submissions

Interfaze: A new model architecture built for high accuracy at scale

interfaze.ai
164 points·by yoeven·2 ay önce·43 comments

[untitled]

1 points·by yoeven·2 ay önce·0 comments

CNNs + VLM outperforms pure VLMs on OCR

interfaze.ai
3 points·by yoeven·3 ay önce·0 comments

Show HN: I built an open source LLM integration for PostgreSQL

github.com
1 points·by yoeven·9 ay önce·0 comments

Show HN: We trained an MoE LLM built for developer tasks

interfaze.ai
5 points·by yoeven·9 ay önce·0 comments

comments

yoeven
·2 ay önce·discuss
Yup does really depend on the use case.

We see two types: workflows & agents.

Workflows are the most common, there's a pipeline like processing loan documents before data gets loaded to the next step or translating user comments before being stored in the database.

Agents are where you have a chat based system or a brain of sorts that calls many tools to achieve a user goal. The model doing this is a lot better at non deterministic task which then delegates to Interfaze for specific deterministic actions like OCR, Web extract then consumes that data. That's the article you referenced :)
yoeven
·2 ay önce·discuss
Try it using run task mode when comparing to pure STT models: https://interfaze.ai/docs/audio/speech-to-text#long-audio-tr...

Excited to see the results
yoeven
·2 ay önce·discuss
Thanks for the feedback!

We're working a lot more on speed in the coming few weeks :) More GPUs and more optimizations.

Our has been focus on quality of output first and we'll make optimizations as we grow :)

The lite models are great for simple use cases but won't don well in more complex OCR use cases.
yoeven
·2 ay önce·discuss
yeah it would treat it like an OCR task and extract it, you could prompt it to format it better with the code alignment.

We serve it though an API. Check out the docs: https://interfaze.ai/docs

It's free to gets started.
yoeven
·2 ay önce·discuss
It can, you could try prompting the model to use object detection vision and text extraction, we realized when we purely extract text it does amazing at word/sentence level bounds since the text acts as the anchor. However, when you treat it as a object detection problem, it sees that chunk of text as a segment allowing you the extract it as one column bound. Give that a try.
yoeven
·2 ay önce·discuss
Not directly, LAMs tend to be focused a lot on tool calling or trained for a set of specific action for example in the robotics field. Good tool calling might be a good by product of Interfaze but wasn't specifically trained for that use case.

The focus has been for deterministic outputs that require high accuracy. In situations where there is "one right answer"
yoeven
·2 ay önce·discuss
It wasn't designed to do well on MMMLU, it's a general model designed for deterministic task like OCR, object detection, STT and more and a by product of that is great language abilities. It still has a transformer backbone giving great language skills while being good at other stuff.

See the full benchmark: https://interfaze.ai/leaderboards
yoeven
·2 ay önce·discuss
For sure there a tons of OCR bounding models and tons of other models like SAM 3 for segmentation.

Interfaze is a more powerful version of them combined into a single model, you can run multi turn tasks like extract all the text and object from this document then translate or generate a report.

It's like getting the best of both worlds from pure DNN/CNN models like Paddle and the flexibility and nuace of an LLM while outperforming both in accuracy.
yoeven
·2 ay önce·discuss
Use it run task mode if you're doing a one to one comparison to whisper, it's going to be a lot faster too.

Here's a good example: https://interfaze.ai/docs/audio/speech-to-text#long-audio-tr...
yoeven
·2 ay önce·discuss
The other way round, task specific DNNs adapted to share the same vector space as omni-transformers with generalized vision, audio encoders.

E.g. For an OCR task, the first pass will be handled by the CNN, converted to shared tokens which the transformer can consume, correct any issues if needed and a decoder that can handle both the DNN and transformer output.
yoeven
·2 ay önce·discuss
It's a service API but we do have on prem deployment in certain regions for enterprises
yoeven
·2 ay önce·discuss
Google Cloud Vision AI is a specialized model built on CNNs frameworks which is part of the Interfaze architecture which is an hybrid so you get best of both worlds. Google cloud vision was pretty far behind other specalized models like PaddleOCR etc anyways so if you're looking for a pure CNN, check them out.

You can find the explanation and the comparison in the article, which we benchmarked pure CNN models, pure LLM models and a hybrid architecture like ours.
yoeven
·2 ay önce·discuss
Yup run task mode runs a much smaller part of the model when can drop quality of scans. The issue with run task we have to figure out is how much of the model is needed just for OCR and how to activate the right parts. A lot more improvements coming here with the same cost reduction.

I'd be happy to test it against your sample and see how we can get good results at a lower per page cost. Feel free to email me [email protected]
yoeven
·2 ay önce·discuss
It isn't on our roadmap right now since in most cases it should work out of the box and if it doesn't we'll work with you to train that into the model generally.

However, if we see enough people who has something super niche that our model can't handle, we might start considering a fine tuning service
yoeven
·2 ay önce·discuss
Code extraction maybe, not something we have tested or built for but you could give it a try.

Code manipulation probably not since it's a lot smaller of a model compared to a Claude Opus which is SOTA for code generation/manipulation.

Generally code generation is a non-deterministic task by nature and general LLMs tend to be better at them.
yoeven
·2 ay önce·discuss
We have a full benchmark breakdown specifically on structured output that you can take a look at https://interfaze.ai/leaderboards/structured-output-benchmar...
yoeven
·5 ay önce·discuss
JigsawStack | Founding GTM (Go to market) / Growth | San Francisco, London, India, REMOTE (US) | Full Time

Company site: https://jigsawstack.com

At JigsawStack, we’re building specialized small models that automate complex backend tasks like OCR, web scraping, classification, data extraction, and more. We power thousands of developers and process billions of tokens every month.

We’re hiring our first Founding GTM, someone who wants to architect the entire GTM engine, experiment aggressively, and push the boundaries of AI growth.

You’ll own automation, outbound systems, GTM tooling, growth experiments, and the workflows that expand JigsawStack’s reach. This is a growth role where you’ll build pipelines, write scripts, automate everything possible, and systematically scale distribution.

As an early team member, you’ll work directly with the founders, run high-velocity experiments, and shape JigsawStack’s playbook for years to come.

More info and apply here: https://yoeven.notion.site/founding-gtm

Email here for more questions: [email protected]
yoeven
·9 ay önce·discuss
Hey! Awesome product, not sure which model you use under the hood but you should check out https://jigsawstack.com/docs/api-reference/ai/vocr. Great for ID extraction which also includes bounding boxes and other attributes you'd need
yoeven
·geçen yıl·discuss
I ran Mistral AI OCR against JigsawStack OCR and beat their model in every category. Full breakdown here: https://jigsawstack.com/blog/mistral-ocr-vs-jigsawstack-vocr