惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
D
DataBreaches.Net
F
Fortinet All Blogs
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
Apple Machine Learning Research
Apple Machine Learning Research
H
Help Net Security
M
MIT News - Artificial intelligence
美团技术团队
人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The Cloudflare Blog
有赞技术团队
有赞技术团队
L
LangChain Blog
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 【当耐特】
S
SegmentFault 最新的问题
V
Visual Studio Blog
Blog — PlanetScale
Blog — PlanetScale
Hugging Face - Blog
Hugging Face - Blog
B
Blog
I
InfoQ

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
The First Integrated Circuit Was Built in 1958
fluidwire · 2026-06-24 · via DEV Community

fluidwire

Almost everything that makes the modern world hum, from the phone in your pocket to the sensor on a factory floor, traces back to a single quiet afternoon in a nearly empty laboratory in Dallas. In the summer of 1958, a newly hired engineer named Jack Kilby built the first working integrated circuit at Texas Instruments. It was a crude little thing, a sliver of germanium with a few components and some fine gold wires, but it carried an idea that would reshape electronics: that an entire circuit could be made from one piece of semiconductor material. Every microcontroller and connected device we build today is a descendant of that prototype.

The engineer who was left behind

Kilby had only just joined Texas Instruments and had not yet earned any vacation time. So when the company shut down for its traditional summer break in July 1958 and most of his colleagues left, he found himself nearly alone in the lab with time to think. The problem on his mind was one the whole industry called the "tyranny of numbers." Circuits were getting more capable, which meant more transistors, resistors, and capacitors, each one a separate part that had to be wired together by hand. Every added component meant more connections, more soldering, and more chances for something to fail. The complexity was becoming a wall.

Kilby's insight was disarmingly simple. If resistors and capacitors could be made from the same semiconductor material as transistors, then every part of a circuit could be fabricated together in a single block. No separate components, no forest of hand-soldered wires. He sketched the idea, and when his managers returned he had something to show them.

September 12, 1958

On September 12, 1958, Kilby demonstrated his prototype to Texas Instruments executives. The device was a phase-shift oscillator built on a bar of germanium, with its elements connected by delicate gold "flying wires." He connected it to an oscilloscope, flipped the switch, and a steady sine wave rolled across the screen. The circuit worked. It was the first time a complete electronic circuit had been built entirely from one piece of semiconductor.

It did not look like much. There were no clean rows of pins, no black plastic package, none of the visual language we now associate with a microchip. But the principle was proven, and that principle is the one every chip still follows.

Kilby and Noyce: two inventors, one idea

History rarely hands a single person all the credit, and the integrated circuit is no exception. A few months after Kilby's demonstration, Robert Noyce at Fairchild Semiconductor independently arrived at the same concept from a different direction. Noyce's version used silicon rather than germanium and relied on the planar process, a photolithographic technique that let circuits be printed onto a wafer in repeatable, manufacturable steps. Kilby proved the idea could exist; Noyce showed how to make it at scale.

The two approaches set off a long patent dispute that was eventually resolved in Noyce's favor on the manufacturing method, while both men are rightly credited as co-inventors of the integrated circuit. Kilby went on to receive the Nobel Prize in Physics in 2000 for his part in the invention. Noyce, who later co-founded Intel, had died in 1990 and so could not share the prize, but his contribution is inseparable from the story.

Why this still matters for IoT and embedded systems

It is tempting to file this away as pure history, but the integrated circuit is the reason the Internet of Things is even possible. The whole premise of IoT is putting intelligence into small, cheap, low-power devices and connecting them. That only works because decades of integration have shrunk what was once a roomful of discrete parts down to a fingernail-sized chip costing a few cents.

Every ESP32 or microcontroller we reach for when prototyping a connected product is the direct heir of Kilby's idea. The system-on-chip at the heart of a modern sensor node packs a processor, memory, radio, and analog interfaces onto one die, exactly the kind of consolidation Kilby was chasing when he proposed making every component from the same material. The "tyranny of numbers" he set out to defeat is the same force that, undefeated, would make a battery-powered wireless sensor impossible.

There is also a quieter lesson in how the breakthrough happened. It did not come from a massive program with unlimited resources. It came from one engineer with a clear problem, some uninterrupted time, and the freedom to chase an unconventional idea. That is often how the most useful engineering happens, in the gap between the obvious approaches, when someone questions a constraint everyone else had accepted.

From silicon to cloud

At Fluidwire we work across the entire stack that Kilby's invention made possible, from the silicon and circuit boards inside a device up to the web services that bring its data online. Understanding where the technology came from is part of building it well: the integrated circuit is not just a component we use, it is the foundation the whole field stands on.

If you are developing a connected product, prototyping a thesis project, or turning an embedded idea into hardware that ships, we would love to help. Get in touch and let's build something on top of seven decades of integration.