TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Jaded with AI – Alternatives?

10 点作者 career_question4 天前
Hello HN,<p>Since a young age, I&#x27;ve been interested in machine and deep learning. I’m currently in the second year of my Computer Science BSc (Toronto, Canada) and already have almost 2 years of experience in industry (computer vision + NLP) and over a year in academia doing AI research (both full time). Additionally, I have quite a few open-source projects (all DL-related) that have garnered over 1,000 stars in total, and some are very well-known in their respective niches. Lately though, I&#x27;m getting the impression that the field is over-saturated, with new research being published on a daily basis, and I identify as nothing but a cog in the machine as an AI developer. I understand that all domains are affected by this phenomenon to some degree, but in AI in particular, my work doesn’t feel personal at all, and to myself, I ironically seem like a robot that trains a vision transformer to do classification, fine-tunes an LLM for certain types of documents, makes architectural changes for a tiny improvement in performance, etc.<p>What are alternative branches in CS that you suggest I consider? I have two chief priorities:<p>* Creativity: I&#x27;m not seeking a typical software development job such as full-stack developer. Instead, I&#x27;m interested in opportunities that require creativity, almost like puzzle solving, and don’t become “routine” after a while. * Industry: My goal is to work in industry, not academia. This is not because I don’t enjoy research (in fact, I prefer it to applied work), but as reluctant as I am to admit it, salary does play a role in my decision making, and I’m aiming for six figures.<p>To give you a concrete example: I love work in logic, programming language research, theoretical computer science, and so on because they satisfy my first criterion, but it sadly appears that employment opportunities are mostly confined to academia?<p>I really appreciate your thoughts and feedback.

4 条评论

bruce511大约 2 小时前
I feel like you&#x27;ve assembled a group of criteria (some of which are mutually exclusive) and trying to make a job fit all of them. I wish you luck in thst, but it may help you to identify them to understand what to compromise on.<p>Significance. You don&#x27;t want to be a cog in a machine. Since it&#x27;s easy to find significance outside of work, and since almost no work is significant this may be the easiest to recalibrate.<p>You want job security with high pay. This comes with working at large companies. They&#x27;re less likely to go under. With some luck you can avoid the regular culls. These jobs require zero creativity (and likely oppose creativity. )<p>Creativity is risky. Because what you create may have value, or not. If you need to be creative, that&#x27;s also easy to do outside work. Take up painting, music, pottery, whatever.<p>You&#x27;re still young. Understand that most of the work you do over the next 40 years will just be work. It can supply money. It can be made &quot;secure&quot;. But dont expect your work to give you significance (find that elsewhere), don&#x27;t expect your work to satisfy your creative urges (find that elsewhere.)<p>Life is more than work. Figure out what you want in <i>life</i> and do multiple things to satisfy those goals. Don&#x27;t place the burden on work satisfying them all. That route typically does not reduce well.
throwup2383 天前
First the good news: There is a relatively well beaten path to becoming an independent consultant&#x2F;contractor who gets to pick and chose their clients and projects. You probably won&#x27;t work on intellectually challenging or stimulating projects 100% of the time, but you can schedule them so that there&#x27;s usually an interesting contract running in parallel to the ones that reliably pay the bills. There will be dry spells where you have nothing but boring work but as you get better and have a proven history of delivering, that work improves.<p>Now the bad news: getting there takes a lot of work - most of it unrelated to technology - and requires a certain personality. You need to get out there and network till your ears bleed, get good at sales and marketing, manage the stress of not having a W2 salary and health insurance, learn how to bill clients and convince them to actually pay, maintain relationships with current and past coworkers, and a hundred other yaks you have to shave. It&#x27;s death by a thousand cuts but if this lifestyle fits your personality, you can achieve a very interesting and varied career.<p>If you spend your college years and summers building out that network, you can even start this process shortly after graduation but it is <i>very</i> risky. Depending on how the job market looks in a couple years, it might even be the optimal thing to do (it&#x27;s what I did after the 2008 GFC), but this is not a path for the feint of heart. It is <i>hard</i> and much more stressful than collecting a paycheck. I was personally relieved to get a FTE position after years of consulting.
评论 #43909157 未加载
pizza2 天前
If you want a hard problem that&#x27;s far from predictable with tangible utility, why don&#x27;t you work on something that helps humans with human problems, but whee you can still use your talents? Some research that could help understand a disease, or a new kind of medical technology, or something like that. I don&#x27;t know how well it aligns with your salary goals but it might be meaningful.
ActorNightly3 天前
&gt;I&#x27;m getting the impression that the field is over-saturated, with new research being published on a daily basis<p>The research being published is mostly about optimizations of transformer models.<p>There is a lot more research in other areas. For example, everyone seemed to forget about MuZero, but that was one of the most important breakthroughs in the last decade, because it was a model that could recursively search.<p>So if you think about tasks like driving a car, a model that can predict the evolution of a physical system (much like MuZero can predict the evolution of the game board), and make a decision, is going to perform much better than any of the vision based transformer models that are in cars today.<p>But there are other areas of research as well, namely in hardware with specific instructions for general compute.
评论 #43909490 未加载