Top Builders

Explore the top contributors showcasing the highest number of app submissions within our community.

BERT

The BERT paper by Jacob Devlin was released not long after the publication of the first GPT model. It achieved significant improvements on many important NLP benchmarks, such as GLUE. Since then, their ideas have influenced many state-of-the-art models in language understanding. Bidirectional Encoder Representations from Transformers (BERT) is a natural language processing technique (NLP) that was proposed in 2018. (NLP is the field of artificial intelligence aiming for computers to read, analyze, interpret and derive meaning from text and spoken words. This practice combines linguistics, statistics, and Machine Learning to assist computers in ‘understanding’ human language.) BERT is based on the idea of pretraining a transformer model on a large corpus of text and then fine-tuning it for specific NLP tasks. The transformer model is a deep learning model that is designed to handle sequential data, such as text. The bidirectional transformer architecture stacks encoders from the original transformer on top of each other. This allows the model to better capture the context of the text.

General
Relese date2018
AuthorGoogle
Repositoryhttps://github.com/google-research/bert
Typemasked-language models

Libraries


BERT AI technology page Hackathon projects

Discover innovative solutions crafted with BERT AI technology page, developed by our community members during our engaging hackathons.

Amber: Catch Gray-Market Diversion

Amber: Catch Gray-Market Diversion

Premium brands lose millions every year to gray-market diversion: a distributor buys cheap in one country and dumps the product in another, undercutting the brand's own market. Today, brand-protection teams hear it from a vendor dashboard, a claim they cannot independently check. Amber turns that gap into evidence. It captures the same product from inside each country on Bright Data's residential network, matches the GTIN, and strips VAT to a net-of-tax floor. A within-country control runs three residential exits per country; when all three agree to the cent, the gap is a controlled experiment, not proxy noise. Every observation is sealed into a cryptographically signed, geo-attributed packet using ed25519 and an RFC 6962 Merkle tree, and anyone can verify it offline with one command. Edit a single byte and verification fails, RED. The architecture is honest by construction. Layer 1 is the deterministic signed spine: no AI ever writes a number into the evidence. Layer 2 is a separate, unsigned advisory that only reads the signed facts, a three-model jury via the AI/ML API, a Cognee temporal memory that shows whether a gap persists, and a TriggerWare workflow that turns a signed catch into an alert. A human draws any legal conclusion. We also gave back: an open pull request to Bright Data's own brightdata-mcp turns a discarded blocked-country error into a first-class signed measurement, closing their issue #104. We say what we do not claim. Requests are dispatched the same instant, not witnessed, and the annual recoverable figure uses the brand's own volume assumption, labeled as one. Every number ships inside a signed packet in the public repo with 324 passing tests, so you can clone it and re-check the proof yourself.

AI Trading Agents Harness by Swiftward

AI Trading Agents Harness by Swiftward

AI Trading Agents Harness is a platform where fundamentally different trading agent architectures share one MCP toolchain and operate under a common risk, identity, and evidence layer. Three pillars: 1. Smarter Agents - three architectures on one harness. Two jailed Claude Code agents: Alpha for momentum trading, and Gamma with five debating sub-agents and self-improving memory. A deterministic Python quant with a 3-stage mathematical brain (market filter, rotation, sizing). A Ruby arena for parallel strategy evaluation. Plus Go, Java, and Rust LLM baselines. Bi-directional Telegram: agents stream output live, operators message mid-session to guide decisions. 2. Trading Platform - 45 MCP tools across 7 servers. Multi-source market data with 7 server-side indicators, alerts, conditional orders with OCO, soft/trailing stops. Persistent per-agent Python sandbox. React 19 dashboard embedded in the trading server. 3. Super Safe - a declarative YAML risk engine with 31 live rules, 668 observed policy violations, graduated tiers, heartbeat kill switches, loss-streak circuit breaker, shadow-mode A/B testing, and eval fixtures. Claude Code agents are fully isolated in Docker with no direct network egress - all traffic forced through three gateways: Internet (domain allowlist), LLM (PG2 + BERT prompt-injection detection), MCP (per-agent tool permissions). Every decision is keccak256 hash-chained (RFC 8785 canonical JSON). ERC-8004 on Sepolia: four agents on the Identity Registry, each backed by an EIP-1271 AgentWallet. Every trade is EIP-712 signed, submitted to the Risk Router, and attested to the Validation Registry as a checkpoint, plus some Reputation Registry scores. Evidence chain is publicly queryable via GET /v1/evidence/{hash}. Kraken: execution via Kraken CLI with per-agent isolation and native stop orders. Bonus: AgentIntel - an independent audit of all 67 agents in the hackathon (7K on-chain trades, $1.5M volume) with AI verdicts and sybil/gaming detection.