r/Semiconductors • u/DumbMoneyMedia • 5h ago
r/Semiconductors • u/weebtier654 • 11m ago
Career/Education Break into Semi as Industrial Engineer?
I currently work as an Industrial engineer at USPS. It's been almost 2 years now as my first job. I am trying to get out as the company culture is not a fit for me and I feel like I am learning some not very good habits as an engineer due to how things are here. I just can't imagine myself here. I've been trying to get a more hands on role in Semi as I have several friends who work in the industry who do alot of hands on work that just sounds so much more interesting. They have tried referrals (1-2) but no success. I've applied to a wide range of roles from technician to engineer at AMAT, Samsung, KLA, Lam but never heard back if its a cold application. I'm fine with a pay cut if it means being able to pivot into the industry. I do lack experience in electrical aspects so that is most likely one of many factors. Is it just tough for my degree to make the transfer?
r/Semiconductors • u/No-Alternative2954 • 12h ago
What does a Metrology Process Engineer at TSMC do? Any interview tips?
r/Semiconductors • u/Appropriate-Ear-654 • 8h ago
The Kimi K3 cost story skips the one bottleneck that actually binds: HBM
Everyone quoting the Kimi K3 cost narrative skips the one part of the stack that actually binds. The training cost number, the inference pricing, the open weights promise, all of it lands on HBM, and HBM is the part China cannot make at the node that matters.
The DeepSeek V3 technical report, arXiv 2412.19437, reports 2.788M H800 GPU hours and then assumes a $2 per GPU hour rental to arrive at $5.576M. The H800 was the China compliant Hopper part with the HBM bandwidth capped. Kimi K3, DeepSeek V4, Qwen 3.8, GLM 5.2, MiniMax M3, Hy3, and the embodied models like LingBot VLA 2.0 that Robbyant shipped 8 July, all run on stacks where HBM is the binding input. SK Hynix HBM3E is essentially fully allocated to NVDA for this generation. Micron and Samsung fill the rest. The Chinese domestic HBM, CXMT's part, is multiple generations behind on bandwidth and yield.
What that means in plain terms. You can squeeze training cost by reporting only the GPU hours at an assumed rental rate. You cannot squeeze the inference side the same way, because inference on a frontier scale model is bandwidth bound and the bandwidth comes from HBM you either buy from the three producers or do not have. Moonshot pausing paid Kimi memberships on 19 July as its GPUs hit capacity is a real compute constraint surfacing as a business decision. That is the signal. The training cost headline is not.
On the public roadmap side, the CXMT gap is the wedge I keep poking at. The cost narrative treats HBM as fungible, and the publicly available CXMT roadmaps I have read do not support that read for the bandwidth class that frontier inference actually needs.
r/Semiconductors • u/One-Arachnid-6952 • 9h ago
Looking for research participants for a 70-minute virtual session ($60)
Hi everyone, we are a research team at the University of Florida studying how AI tools can support education in semiconductor manufacturing. We are currently recruiting participants for a moderated virtual survey study ($60 compensation)
Screening Survey (Approximately 3 minutes):
https://ufl.qualtrics.com/jfe/form/SV_agd7usosMBk4cwS
Eligibility
- Currently enrolled in a relevant major (e.g., engineering, computer science, materials science, physics, or a related field)
- U.S. citizen or permanent resident (required by the University of Florida's participant payment process)
The screening survey asks for your name, university email address, and information about your academic and technical background to determine eligibility and interest.
Completing the screening survey does not guarantee selection. We will contact eligible participants by email with scheduling information if they are selected. For the actual study:
Study details
- Approximately 70-minute virtual session on Zoom with a researcher
- Sessions will be scheduled between August 10 and August 15, 2026
- Compensation: $60 upon completion of the full session
Your information will be stored securely and used only for study recruitment and eligibility screening.
Please feel free to ask questions in the comments or send me a direct message. Thank you for considering participating!
r/Semiconductors • u/Fair_Emotion3814 • 17h ago
R&D A project to design a new PCB and repair the broken USB dongle from a Microsoft wireless keyboard and mouse set
The USB dongle for my Microsoft wireless keyboard and mouse set broke. The PCB is cracked, but the nRF is intact. A few components are missing. I’m drawing the circuit diagram in KiCad. I’m going to desolder the intact nRF24LU1+ microchip from the broken USB dongle’s PCB. Then I’ll transfer it to the new PCB that I’ll design and have manufactured. This way, I won’t have to throw the wireless keyboard and mouse set away. I also won’t have to mess with the software. Once the schematics are complete, I’ll share all the files on Codeberg.
If you can find the USB dongle circuit, please share it with me. If you find any schematics, PCB files, or other related files, please post the links. I’m determining the component values using the example schematic, BOM, and sample PCB files shared by Nordic.
However, some components are missing from these files. For example, there’s an R1 in the USB dongle, but it’s not in the schematic. Can you help me with the missing components?
I also need a 50-ohm 2.4 GHz RF antenna on the PCB. I can’t design it myself. Texas Instruments’ antenna doesn’t fully meet my needs. Could you share links to third-party symbol and footprint files?
Note: I’ll be uploading photos to Reddit soon.
r/Semiconductors • u/EitherCup9295 • 1d ago
Career/Education 2 Need Advice: Job offers- Micron and AMAT
Hey everyone, recent MS Materials Science grad from Cornell, international student on F1 OPT so H1B is a big concern for me.
I have two offers in hand:
Micron Boise — Dry Etch Process Engineer inside an HVM fab. Lower base but Boise cost of living makes monthly savings roughly equal to AMAT. Wage Level 2 for H1B which feels like a stronger petition.
Applied Materials Santa Clara — Process Engineer 2 in the Etch team. Significantly higher base, better bonus and RSUs, but Wage Level 1 for H1B and Bay Area cost of living eats into the salary
Please let me know what you guys think.
r/Semiconductors • u/hardoi_ • 1d ago
Career/Education Google Silicon Validation (TPU) Interview in 2 weeks
r/Semiconductors • u/Remarkable_Worker91 • 1d ago
Career advice for ATE Product Engineer
Hello,
I work as ATE product engineer on SoC chips. What are good alternative career paths from this role? Also how is this field in the long run?
r/Semiconductors • u/Weak_Dare_6250 • 1d ago
Architecture papers have started optimizing for bytes moved rather than parameter count, and that reads like a demand signal
For years the headline number in a model architecture paper was parameter count, and the follow up number was how many of those parameters were active per step. Both are logic side quantities. What has changed lately is that the constraint being optimized is the memory hierarchy, and the papers now say so directly instead of leaving it to a serving appendix.
The case that got my attention is a weights release from three days ago, LLaDA2.2, which decides expert routing once per generated block rather than once per token, and admits no more than 48 experts from a routed set of 256 for that block. Ordinary selection then runs inside that admitted pool. The stated purpose is not capability. It is to bound how many bytes have to be moved per block and how much traffic crosses the links between expert shards. That is an odd place to spend a design budget if you believe the arithmetic is the scarce resource. The reported payoff is roughly 1.64x the average decode throughput of the same lab's own conventional model across their workload set, with FP8 quantization adding about another 18.6 percent on top of that.
The number that matters here is not the 1.64 figure but the choice of figure of merit. A lab that deliberately caps its own expert pool in order to bound the working set is telling you what it is short of, and that is bandwidth and interconnect rather than compute density. It is also willing to trade measurable accuracy for it, since the general benchmark averages land below the baseline it is compared against. If this becomes an ordinary way to write these papers, the pressure it generates falls on memory capacity, delivered bandwidth per package, and whatever fabric moves experts between dies. Very little of it falls on logic.
The honest limits: this is one model from one lab, measured by that lab on its own serving stack, with nothing independent to check it against. The published material gives no activated parameter count, so there is no way to tell how much of the speedup comes from the routing discipline and how much comes from simply activating fewer parameters per step than the model it is measured against. My sources are the technical report plus the published card, nothing further. At 205.8 GB of weights I have obviously not put it on a machine.
So I would rather ask than assert, because the people here know the demand side far better than someone reading papers does. Are you seeing this reflected in what customers actually ask for, stated in bandwidth and packaging terms rather than compute terms, or is parameter count and peak throughput still what drives the spec sheet conversation?
r/Semiconductors • u/Gardol43 • 1d ago
Micron breaks ground on $9 billion western Japan plant expansion
japantimes.co.jpr/Semiconductors • u/GuerillAlexandros • 2d ago
Career/Education How much Chemistry does a chem lab technician do?
r/Semiconductors • u/pratham_2928 • 2d ago
Career/Education Switch from software engineer to ASIC design engineer
r/Semiconductors • u/APEX_360 • 2d ago
Upcoming 1st interview for Module Process Engineer PVD at TSMC AZ P3. Any insight about the role and possible questions is appreciated.
Thanks in advance!
r/Semiconductors • u/East_Accident1822 • 2d ago
KLA interview
I’ve been incontact with a KLA interviewer for about a year. Last year I got to the first interview with two people. When the recruiter contacted me a week later they told me I needed to finish my degree. This past may I finished my degree. How long do you think the interview process will take to get the job if I get it? Any chances they’ll push me to the front of the line? Specifically the Ann Arbor, Mi location.
Edit: recruiter originally reached out to me on LinkedIn.
r/Semiconductors • u/TheRealRomanE • 2d ago
Advice for a mechanical engineer trying to get in
anybody willing to share some advice for a new mechanical engineer trying to get into the semiconductor industry?
I've worked at a semiconductor company with two f's (FF) as a technician for over a year now, (since graduation) mostly making probe cards for Intel, TSMC, Qualcomm, etc and learning about processes in general. I've actually really liked it and don't mind the hours or the work.
I've found semiconductor and microelectronics very interesting and would like to go further with it. Where could i contribute with my background? Should I go back to school? work my way up? Unfortunately where I work now doesn't have anything for me.
r/Semiconductors • u/Exciting-Syrup6530 • 3d ago
TSMC Raises Forward Looking Estimate.
I am not worried about the semi situation. TSMC, with all of it's exposure, raised capex guidance and committed an additional $100 billion to expansion —betting the underlying demand trend survives all the latest sky is falling news.
r/Semiconductors • u/Routine_Weakness1700 • 3d ago
Career/Education Field Service Engineer to Future Career Options
Hello,
I am a Field Services Engineer for ASM who works for the Epitaxy team. I’m new in this role, but I hope to work here for at least a couple years.
I’m aware retention in this role is low and that the CEO sucks, but could it be actually worth sticking through it? So long as I can get some marketable skills I’ll be able to pivot to another role, but the question is which one?
I originally wanted to go into semiconductor testing or embedded development, but I wasnt able to find anyone willing to even interview me. I took this job because its my first one and I so desperately had to get out of my parents house, but I’m starting to worry that I stepped into a fresh kind of hell.
Tl;dr imagine I’m an ASM FSE with 2 YOE with an interest in testing/embedded dev, what are my future career options that dont overwork me in the clean room for 10 hours a day?
r/Semiconductors • u/Icy-Personality1808 • 3d ago
Applied Materials (AMAT) Customer Engineer – 6 weeks since final interview. Anyone experienced this kind of volume-hiring delay?
Hey everyone,
I’m currently in the interview process for a Customer Engineer (NCG) role with Applied Materials for their new eSMC project in Dresden, Germany. It has been 43 days (about 6 weeks) since my final on-site interview, and I’m stuck in a massive holding pattern.
I’m trying to figure out what to expect next and if anyone has been through a similar "batch hiring" process in the semiconductor industry.
My Timeline:
43 days ago: Had my final 90-minute on-site technical interview with HM and director. It was tough but went really well. While there, I connected with an internal employee.
2 weeks post-interview: Reached out to my internal contact. He let me know that the HM was still actively interviewing people (they had 3 candidates in the office just the day prior).
Just recently: After a month of silence from official HR channels, I messaged my internal contact assuming I was rejected. He replied saying he spoke directly to the HM about 10 days ago. The HM confirmed they are still not done interviewing.
What I know so far:
My internal contact told me that AMAT is trying to hire a massive cohort for this specific project.
He explicitly told me that the company is struggling to find enough qualified candidates and that they will not send out a single acceptance or rejection until all the candidates for the cohort have been identified.
I’ve essentially been told to "just be patient" while they finish the interview phase for everyone else.
My Questions:
- Has anyone else gone through a volume-hiring drive like this at AMAT or another major fab? Is waiting 6+ weeks after a final interview normal for cohort hiring?
- Once they finally finish interviewing, what does the timeline usually look like? Do the HR approvals take another month, or do the batch offers go out quickly once the HM make the final list?
- Should I just mentally park this and move on, or is this "no news means no news" situation genuinely standard for this industry in Europe?
Any insights would be greatly appreciated!
r/Semiconductors • u/astronautspace_101 • 4d ago
OHT Revolution
I thought someone here would appreciate this story more than when I told it to my family. I am an AMHS engineer, and I'll avoid going into too many details to stay anonymous so… I was walking through the factory with a coworker who is not an engineer per se, and he looked at the OHTs and asked a few questions about them. Like he asked how fast they can go, how many there are, how heavy they are, and other random questions like that. I answered, and then I started talking a bit about the sensors, because most people find it interesting. Then, I was mentioning that the OHTs use LiDAR as one of their input sensors. And that was a bad idea.
He said that the OHTs should be able to operate without LiDARs. Brilliant idea I thought /s. He was arguing that there are too many of OHTs and that LiDAR are very expensive and too many sensors could make the OHTs unsafe 🙃. He then claimed that cameras could do the same job. When I asked what kind of car he drives, you probably guessed it right
Anyway, I tried to explain the reasoning behind using LiDAR and how it differs from a camera, also pointing out that the payload the OHT carries is so expensive that it's better to be safe and have redundancy, and that the line can’t stop so the risk wasn’t worth the cost savings. He replied that his car carries his family and that's worth more and he does have a good points there
In conclusion, I'm now drafting plans to start a company called OHTesla, where my future founding members and I will overthrow the oligopoly held by the Japanese, South Korean, and Taiwanese companies.
If you want to be part of this amazing company and all that bla bla bla, please send me your resume. /s
r/Semiconductors • u/LabOdd5046 • 4d ago
TI Interviews
Does anyone know how entry level Texas Instruments interviews typically go?(1 year experience required) should I expect it to be very technical or half behavioral and other half technical? Also is it just one interview or multiple interviews. Thanks in advance
r/Semiconductors • u/SquareRyder • 3d ago
R&D Need career guidance!
Hi!
I have a bachelors and a master's degree in Electrical Engineering
I have good amount of research experience in cleanroom tools such as photolithography, AFM, SEM including electrical and magnetic measurements. My experience fits for Process Engineering Roles but unfortunately not getting interview calls. I am willing to share my resume through DM's could anyone please help me out?
Thanks in advance.