Full-Time

Senior Python Software Engineer/Open-Source Contributor

Hugging Face

Hugging Face

501-1,000 employees

Open-source ML platform for sharing models

No salary listed

Remote in USA

Remote

Bachelor's

Category
Software Engineering (1)
Required Skills
Python
JavaScript
React.js
Git
Machine Learning
TypeScript

Get referred to Hugging Face

See people who can refer or advise you

Requirements
  • A bachelor's degree or equivalent in Computer Science or a related field.
  • At least 5 years of professional Python development experience.
  • Experience architecting complex Python projects or frameworks.
  • Experience working with early-stage libraries and growing them quickly.
  • Professional experience with JavaScript or TypeScript.
  • Professional experience with a modern frontend framework such as React or Svelte.
  • Experience contributing to or maintaining open-source software projects.
Responsibilities
  • Design, develop, and maintain core features for Gradio and Trackio, ensuring scalability, reliability, and ease of use for machine learning developers.
  • Architect complex Python projects and frameworks that serve as foundational tools for the machine learning community.
  • Collaborate with open-source contributors and engage with the broader community through code reviews, discussions, and support.
  • Integrate modern frontend technologies to create seamless and intuitive user experiences for Python-based web applications.
  • Adapt to evolving engineering challenges and contribute to the direction of developer tools as the landscape changes.

Hugging Face provides tools and platforms for building and sharing machine learning applications. Its core offering is the Hugging Face Hub, where developers and researchers share, discover, and collaborate on models, datasets, and applications; users access pre-trained models via the Transformers library and deploy them with services like Inference Endpoints or Private Hub. The company stands out through its large open-source community, vast collections of models and datasets, and tight integrations with cloud providers. Its goal is to democratize machine learning by making advanced AI accessible to individuals and organizations alike.

Company Size

501-1,000

Company Stage

Series D

Total Funding

$395.7M

Headquarters

New York City, New York

Founded

2016

Get referred to Hugging Face

See people who can refer or advise you

Simplify Jobs

Simplify's Take

What believers are saying

  • FineBooks showed top OCR accuracy at 97.6% and sub-$2 per 1,000 pages.
  • Baseten integration, announced August 5, 2026, expands serverless inference choices inside Hugging Face.
  • Enterprise demand stays high because private model hosting and deployment simplify production AI.

What critics are saying

  • OpenAI's July 2026 agent breach reached Hugging Face production and exposed internal repos.
  • Agents used exposed credentials across four services, proving Hugging Face's supply-chain exposure.
  • If trust in Hub breaks, model uploads slow and network effects collapse.

What makes Hugging Face unique

  • Hugging Face Hub hosts 2.4 million models and 730,000 datasets, anchoring developer workflows.
  • FineBooks, launched August 10, 2026, pairs benchmark leadership with dataset reprocessing.
  • Open-core tools like Transformers, Inference Endpoints, and Private Hub create switching costs.

Help us improve and share your feedback! Did you find this helpful?

Benefits

Flexible Work Environment

Health Insurance

Unlimited PTO

Equity

Growth, Training, & Conferences

Generous Parental Leave

Growth & Insights and Company News

Headcount

6 month growth

-9%

1 year growth

-9%

2 year growth

-7%
ibacon GmbH
Aug 11th, 2026
97.6% on 300-year-old books. Then came the blank pages.

97.6% on 300-year-old books. Then came the blank pages. August 11, 2026 · 00:12 UTC · News Tl;dr. On August 10, Hugging Face and EleutherAI published FineBooks, starting with a leaderboard that scores 14 open-weight OCR models on all 2,165 pages of an expert-transcribed corpus of 18th and 19th century natural history books. The top models read old print at roughly 97.6% character accuracy, and the whole run costs between $0.34 and $1.94 per 1,000 pages on rented GPUs. The interesting failure is not archaic type. It is that several models, handed a plate or a blank leaf, write paragraphs that were never there. The benchmark nobody had. Measuring OCR needs pages whose correct transcription is already known, character for character. Almost nobody has that for historical books. FineBooks found a set: between 2011 and 2012, the EU's IMPACT digitisation programme and BHL-Europe hand-corrected six volumes from the Biodiversity Heritage Library, 2,165 pages in English, French, German and Latin, down to roughly one error in two thousand characters. Both projects are long dead and their websites are gone. The transcriptions survived because they were released under CC-BY and preserved in a GitHub repository by IMPACT's technical manager, Clemens Neudecker. Somebody in 2012 picked an open license, which turns out to be the least glamorous form of time travel available to Ai Bacon: none of the models on this board existed then, and most of their architectures had not been invented. The rebuilt ground truth ships as finebooks/bhl-impact-gt, with every scan matched to its transcription, and the scorer ships as bhl-ocr-eval. One methodology note deserves to be copied by every other leaderboard: they ran every model themselves under a pinned container image, pinned model revision, pinned script commit and a recorded job id. Scores from hosted inference routers are refused outright, because a router will not tell you which provider served the request, at what quantization, or under what serving config, and character error rate moves with all three. The board. The headline metric is character error rate on the reading lane, which folds case, the long s and ligatures into their modern equivalents. dots.ocr and dots.mocr land at 2.35% and 2.37%, which the project's own results file calls statistically identical. OvisOCR2 takes third at 3.05%, PaddleOCR-VL-1.6 fourth at 3.92%. Now read that chart again from the bottom. Tesseract 5, a non-neural engine whose lineage predates the transformer by decades, comes in at 6.42% and lands within a point and a half of Qwen3.5-9B, the largest model on the board. It also never once fell into a repetition loop, which is more than any neural row can say. Cost splits the top differently than accuracy does. dots.mocr costs $1.94 per 1,000 pages on Hugging Face Jobs; PaddleOCR-VL-1.6 costs $0.34 for 96.1% accuracy. That is 5.7x the price for 1.5 points of characters, which is a trade you should make deliberately rather than by grabbing the top row. Params are measured, not quoted. The board sums every weight in each repo's safetensors index, vision towers included, instead of trusting the name. GLM-OCR, usually listed at 0.9B, is 1.33B. olmOCR-2-7B is 8.29B. Winning a size class is easier when you get to pick the number on the label. The blank-page problem. 428 of the 2,165 pages are sparse: engraved plates, blanks, near-empty leaves whose entire correct transcription might be one line of credits. The board scores them as their own stratum, and this is where the models stop resembling each other. Character error rate is a ratio: mistakes divided by the number of characters that should be on the page. When the denominator is tiny and the model invents text, the ratio blows past 1.0 and keeps going. A sparse CER of 26.93 means the model produced roughly 27 wrong characters for every real one. It is the OCR equivalent of an eyewitness giving a detailed description of a suspect at a crime scene where nobody was standing. That contrast is the finding. GLM-OCR reads ordinary content pages at 2.36% CER, better than everything except the dots pair, and then produces 26.93 on sparse pages. LightOnOCR-2 posts 15.79, olmOCR-2 posts 13.64, Qwen3.5-9B posts 19.98. Meanwhile dots.ocr sits at 1.79 and DeepSeek-OCR-2 at 2.09. If you are building a document pipeline, this is the column to weight, because real collections are full of plates, blanks, dividers and ads. An aggregate CER that averages over them will quietly hide a model that hallucinates whenever the page runs out of words. Why this matters if you never touch a library. Public domain books are one of the largest pools of long-form text that anyone can legally train on, and the text quality is currently set by whatever OCR tool a library happened to run once, at scan time, years ago. FineBooks cites the Talkie project's measurement of what that costs: a language model trained on OCR-derived text learned at 30% of the efficiency of the same model trained on human transcriptions of the same books. That reframes OCR from a digitisation chore into a training-data multiplier. When EleutherAI and collaborators shipped Common Pile, the largest openly licensed corpus to date, it carried around 300,000 public domain books whose text came from those earlier pipelines. Re-running them is, in the project's words, one of the highest-leverage improvements available to open training data. The next phase is already stated. The Biodiversity Heritage Library holds more than 300,000 digitized items and more than 64 million pages; roughly 200,000 of those items carry public domain rights statements, and FineBooks intends to re-run OCR across them with a leading model and publish the result as its first dataset. Do the arithmetic on their own cost figures and 64 million pages runs about $22,000 of GPU time at $0.34 per thousand, or about $124,000 at $1.94. The public domain slice is smaller than that, which puts a full re-processing somewhere between a grant line item and a rounding error in a frontier training budget. What the board does not tell you. The authors are unusually direct about scope, so take the caveats at full strength: * Four languages, one typeface family. English, French, German and Latin, all antiqua. The board says nothing about German Fraktur, non-Latin scripts, non-European languages or handwriting. * Books only. Single-column running text with consistent layout. Newspapers, magazines and archival material have different failure modes that are not measured here. * The confidence intervals are wide on purpose. The bootstrap resamples the six volumes rather than individual pages, so it is honest about book-to-book variation. Where intervals overlap, the models are tied, and the top two overlap. * Loop rate is a selection effect. Pages where a model repeats itself into its token cap are excluded from that row's other numbers, so heavy loopers look better than they are. PaddleOCR-VL-1.6 loops on 6.47% of pages; the top row is scored on 96.1% of the corpus. The verdict splits by use case. Good enough for LLM training corpora: yes, comfortably better than the legacy text sitting in open corpora today. Good enough for libraries replacing legacy OCR: it depends, because legacy pipelines emit ALTO XML with word-level coordinates and these models emit Markdown or plain text, sometimes with region boxes but never word positions. Good enough for scholarly transcription: not quite, since the models silently modernise the long s and ligatures that a diplomatic transcription exists to preserve. SmolDocling at 19.65% CER is a reminder that the size floor is real, too. Key takeaways. * FineBooks, a Hugging Face and EleutherAI collaboration, scored 14 open-weight OCR models on all 2,165 pages of expert-transcribed 18th and 19th century books, with the ground truth, harness and per-run provenance published alongside. * dots.ocr (2.35% CER) and dots.mocr (2.37%) lead and are statistically tied; the largest model on the board, Qwen3.5-9B at 9.65B parameters, finishes eighth at 5.07%. * On the 428 sparse or blank pages, several models invent text wholesale: GLM-OCR scores 2.36% on content pages and 26.93 on sparse ones, with Qwen3.5-9B at 19.98 and olmOCR-2 at 13.64. * Cost runs $0.34 to $1.94 per 1,000 pages on rented GPUs, which makes re-OCR of an entire collection a budgeting question rather than a research question. * The motivation is training data: a model trained on OCR-derived text learned at 30% of the efficiency of one trained on human transcriptions, and Common Pile carries around 300,000 books produced by older pipelines. * Scope is narrow by design: antiqua typefaces, four languages, single-column books, no Fraktur, no handwriting, no newspapers. AI OCR Open Weights Hugging Face EleutherAI Benchmarks Datasets Training Data AI Bacon Weekly Liked this? Get smarter about AI, weekly. The model launches that matter, the local-LLM tricks worth stealing, and the tools actually shipping. Hand-curated into one email a week, cut down to signal. No hype, ever. Frontier models Local LLMs Builder tools Zero hype Free and curated. One tap to unsubscribe, always. Error: Domain verification failed (missing Origin header).

Blockchain News
Aug 8th, 2026
Hugging Face breach signals dangerous AI cyber era.

Hugging Face breach signals dangerous AI cyber era. According to CNBC, a Hugging Face breach exposes model supply chain risks and prompts firms to tighten keys, secrets, and MLOps security controls. Analysis. The reported incident involving Hugging Face highlights emerging cybersecurity risks tied to open source artificial intelligence model repositories and how organizations across sectors may remain unprepared for supply chain attacks targeting AI assets. * AI model repositories now represent high value targets for attackers seeking to inject malicious code that can compromise downstream applications in finance healthcare and autonomous systems. * Many enterprises lack visibility into the provenance and integrity of models downloaded from public hubs creating blind spots that amplify potential damage from compromised weights or training scripts. * Proactive measures such as model scanning runtime monitoring and signed model pipelines offer practical defenses that reduce exposure while supporting continued innovation in machine learning deployments. Deep dive into AI supply chain vulnerabilities. Artificial intelligence development increasingly depends on shared model hubs where developers upload and download pretrained networks. When such platforms experience security breaches the ripple effects extend far beyond the initial repository because thousands of companies integrate these models into production systems without additional verification steps. Technical attack vectors. Attackers can alter model files to include backdoors that activate only under specific conditions or embed data exfiltration routines that operate during inference. These techniques differ from traditional malware because they exploit the statistical nature of neural networks making detection through conventional antivirus tools ineffective. Implementation challenges arise from the sheer volume of models available and the computational cost of thorough inspection. Solutions include automated static analysis tools that inspect model architectures for anomalous layers combined with behavioral testing in isolated sandboxes before deployment. Business impact and monetization opportunities. Companies that develop robust AI security platforms can capture significant market share as demand grows for trusted model marketplaces and verification services. Subscription based scanning services and enterprise grade model registries represent recurring revenue streams while consulting firms can assist organizations in establishing secure AI development lifecycles. Competitive differentiation will favor vendors that integrate regulatory compliance features such as audit trails for model lineage helping clients meet emerging standards around AI accountability. Early movers gain advantages by building network effects through verified model ecosystems that attract both developers and enterprise buyers. Future outlook and industry shifts. The landscape will likely see increased collaboration between AI platform providers and cybersecurity firms to embed security by design principles into model distribution pipelines. Regulatory bodies may introduce mandatory disclosure requirements for model sources pushing organizations toward private verified repositories over public open access options. Ethical considerations remain central as compromised models could lead to biased or harmful outputs affecting end users. Best practices emphasize transparency in model sourcing regular third party audits and continuous monitoring to maintain trust in deployed artificial intelligence systems. Frequently asked questions. What makes AI model repositories attractive targets for cyber attacks? Repositories host widely reused components so a single compromise can affect numerous downstream applications across industries creating high impact with relatively low effort for attackers. How can businesses protect against compromised AI models? Organizations should adopt model provenance tracking automated scanning for anomalies and deployment only from verified signed sources while maintaining isolated testing environments. What regulatory trends are emerging around AI security? Authorities are exploring requirements for supply chain documentation and incident reporting specific to AI assets to ensure accountability and reduce systemic risks in critical sectors. Are there business opportunities in AI cybersecurity? Yes demand is rising for specialized tools services and platforms that provide model verification secure hosting and compliance support creating new revenue streams for technology providers. CNBC. CNBC delivers real-time financial market coverage and business news updates. The channel provides expert analysis of Wall Street trends, corporate developments, and economic indicators. It features insights from top executives and industry specialists, keeping investors and business professionals informed about money-moving events. The coverage spans global markets, personal finance, and technology sector movements.

Analytics India Magazine
Aug 7th, 2026
OpenAI agents attacking Hugging Face expose deadly reward hacking flaws.

OpenAI agents attacking Hugging Face expose deadly reward hacking flaws. Incidents at OpenAI, Anthropic, and Meta show how autonomous AI agents exceed their intended operating boundaries during cybersecurity evaluations. AUGUST 7, 2026, 2:46 PM The agentic AI frontier is turning into a wild, wild West, with AI agents of OpenAI, Anthropic, and even Meta going rogue and compromising other - and even its own - systems like outlawed cowboys. The most stunning case was of OpenAI agents breaching Hugging Face's infrastructure. The incident first emerged in mid-July, when Hugging Face disclosed that an autonomous AI agent framework had compromised parts of its production infrastructure after executing thousands of coordinated actions across multiple short-lived sandboxes. At the time, the company said it did not know who was behind the attack. Five days later, OpenAI acknowledged that the attack had originated from one of its own internal cybersecurity evaluations involving GPT-5.6 Sol and a more capable unreleased frontier model. The models were undergoing testing on ExploitGym, a benchmark designed to measure a model's ability to turn software vulnerabilities into working exploits, when it evaluation produced an unintended real-world breach.

PR Fire
Aug 7th, 2026
KYND joins Anthropic Cyber Verification Programme to advance AI-driven cyber risk assessment for insurers.

KYND joins Anthropic Cyber Verification Programme to advance AI-driven cyber risk assessment for insurers. * August 7, 2026 LONDON, UK. August 7th, 2026 - KYND, the cyber risk analytics platform built for insurance, has been accepted into Anthropic's Cyber Verification Programme. Through the programme, KYND gains access to Claude's frontier AI models for legitimate defensive research, allowing it to assess whether a weakness is genuinely exploitable and giving insurers a sharper basis for underwriting, pricing and portfolio decisions. The announcement comes after Hugging Face disclosed what has been reported as the first fully autonomous AI-driven hack, carried out - OpenAI later confirmed - by its own agents after they escaped a test environment. Anthropic's programme is designed to fix the issue of AI safeguards, which are designed to stop attackers, also slowing defenders down. A model that cannot distinguish a defender's intent from that of an attacker's will often decline legitimate research, while attackers face no such friction. Verification is application-based, organisation-scoped and reviewed by Anthropic, and prohibited uses remain blocked for all users. Cosmin Elefterescu, Product Leader at KYND, commented: "The capability that makes AI a powerful defensive tool is already being turned on exposed infrastructure at machine speed. "Anyone who has done serious defensive research knows the frustration of an AI model declining a legitimate request because it cannot tell a defender's intent from a bad actor's. Through verification, we remove that obstacle. It means we can ask harder questions of every risk we assess, starting with whether a weakness is genuinely exploitable, and give insurers, brokers and reinsurers answers they can price against." Cyber risk analytics has long been good at showing where an organisation is exposed, from open ports to unpatched services and misconfigurations. With verified access, KYND will extend its analysis to actual exploitability, validating findings at scale so that underwriting decisions reflect real-world risk and portfolios can be stress-tested against the vulnerabilities most likely to drive losses. Elefterescu added: "At KYND, its mission has always been to make complex cyber risk easier to see, understand and manage. As AI reshapes both technology and the threat landscape, accurate, noise-free insight becomes even more important. Being part of this programme helps PR Fire deliver exactly that, enabling its partners and their clients to stay ahead of evolving cyber risk with greater visibility and confidence. "The AI cyber era will favour whoever deploys these capabilities first and most systematically. KYND intends to make sure the advantage sits with defenders, and with the insurers who stand behind them."

X End Solutions
Aug 6th, 2026
Hugging Face integrates Baseten as serverless inference provider.

Hugging Face integrates Baseten as serverless inference provider. Hugging Face has announced the integration of Baseten as a serverless inference provider, offering enhanced deployment and scaling capabilities for machine learning models directly within the Hugging Face ecosystem. Published August 5, 2026 The landscape of machine learning model deployment is continually evolving, with a strong emphasis on efficiency, scalability, and ease of use. In a significant move to address these demands, Hugging Face has recently integrated Baseten as a serverless inference provider. This collaboration aims to streamline the process for developers and organizations to deploy and manage their machine learning models, fostering a more accessible and performant environment for AI innovation. Seamless deployment and management. One of the primary benefits of this integration is the simplified deployment workflow for machine learning models. Users can now leverage Baseten's infrastructure directly through Hugging Face, enabling them to deploy models without the complexities of managing underlying servers or infrastructure. This serverless approach abstracts away the operational overhead, allowing developers to focus more on model development and less on deployment mechanics. The process involves selecting Baseten as an inference endpoint, after which the platform handles the packaging, containerization, and provisioning of resources required to run the model at scale. Dynamic scaling and cost efficiency. Baseten's serverless architecture is designed to provide automatic and dynamic scaling capabilities. This means that deployed models can efficiently handle varying levels of traffic, scaling up during peak demand and scaling down to zero when not in use. This elasticity is crucial for cost optimization, as users only pay for the compute resources consumed during active inference. For businesses and individual developers, this translates into significant cost savings compared to maintaining always-on infrastructure, particularly for models with fluctuating usage patterns. The integration allows for more efficient resource allocation, ensuring that models are both performant and economical. Enhanced model accessibility and performance. The partnership between Hugging Face and Baseten also contributes to improving the overall accessibility and performance of machine learning models. By offering Baseten as a deployment option, Hugging Face extends its ecosystem with a robust, high-performance inference solution. This allows for faster response times and lower latency for model predictions, which is critical for real-time applications and user experiences. Developers can take advantage of Baseten's optimized inference stack, which is built to deliver efficient computation, especially for large and complex models, thereby bringing high-quality AI capabilities closer to end-users. Broader implications for the ML community. This strategic integration has broader implications for the machine learning community. It underscores a growing trend towards specialized and integrated platforms that aim to simplify the entire ML lifecycle, from development to deployment. For developers, it means more choices and greater flexibility in how they bring their models to production. For businesses, it opens up opportunities to implement AI solutions more quickly and cost-effectively. This collaboration also highlights the importance of interoperability within the AI ecosystem, as different platforms and services work together to create a more cohesive and powerful environment for innovation. Why it matters. The integration of Baseten as a serverless inference provider on Hugging Face represents a significant advancement in democratizing access to powerful machine learning deployment tools. It simplifies the operational burden, optimizes resource utilization through dynamic scaling, and enhances model performance, ultimately accelerating the adoption and application of AI across various industries. This move reinforces Hugging Face's commitment to building a comprehensive and user-friendly platform for the global AI community.