vote up 5 vote down star
1

Exact Duplicate of: http://stackoverflow.com/questions/6988/how-can-i-explain-to-a-non-technical-person-what-i-do-for-a-living


I vacillate between annoyance at the question and trying to come up with a good metaphor or simile. Since I work on debuggers: "I'm like the guy that makes the tools that your mechanic uses to figure out what's wrong with your car."

I am not very satisfied with my current attempt and would love to hear what others do.

flag
Perhaps I've lost all perspective, but that actually sounds like a reasonable explanation to me :) – Reuben Dec 28 '08 at 19:20
Likewise; I may use it myself :) – J Cooper Dec 28 '08 at 19:43
Could you s/in/nic/ in the title of this question? Thanks – Brent.Longborough Dec 28 '08 at 20:52
@Brent, did Federico fix the title already? If not I am unsure what you are asking for. – Steve Steiner Dec 28 '08 at 21:13
The title is fixed. Thanks. – Brent.Longborough Dec 28 '08 at 22:01
show 4 more comments

closed as exact duplicate by George Stocker Dec 28 '08 at 23:22

11 Answers

vote up 0 vote down

Yeah, that's kind of convoluted. You could go with the BASF line and say "I don't make a lot of the software you use; I make a lot of the software you use better."

link|flag
vote up 3 vote down

I often have conversations with a friend of mine who is, or was a carpenter. The number of analogies makes it self evident why the industry has stolen the term "Architecture".

I'm often in the position of the foreman (project manager), lead carpenter (dev lead or senior dev) and very often the architect role (Architect). You can derive almost any anology and even ask carpenters and other on the job site (development group/team) what they think of the architect and it is eerie the similarity in statements between developers and carpenters. :)

Anyway, the point is that you could easily draw parallels with building a house and build software. In enterprise software development instead of the house you have a skyscraper.

link|flag
vote up 2 vote down

I would say you work with diagnostic tools for programmers.

Myself... As I work with a well-known web application I usually get away with saying I'm one of the programmers behind it. And as most of my work is really facilitating and coaching and non-technical I often find I have bigger problems describing it for techies than for non-techies. =)

link|flag
"work with diagnostic tools for programmers" Actually the annoyance part comes when they ask what that means. :-) – Steve Steiner Dec 28 '08 at 18:59
How about this answer? "Programmers seldom get their code right at the first try and finding errors can be really hard "detective" work. Debugging tools to the rescue." – PEZ Dec 28 '08 at 19:29
vote up 0 vote down

This is a situation I have to face on a regular basis, and I hate it. My standard answer begins with "Well ... It's quite difficult to explain". I am seriously planning to quit my job to avoid facing this kind of embarrasing situation.

link|flag
vote up 2 vote down

I do network programming for a large medical laboratory and we commonly describe ourselves to lay men as "glorified mailmen", though there is a lot more to what we do than that of course.

link|flag
vote up 2 vote down

I'm a software engineer, specifically creating/maintaining/analyzing systems for a bank IT department. When talking to entirely non-technical people, I describe what I do as being like doing really convoluted algebra all day. It's all about algorithms, variables and matrix operations when you get down to the root of things. The correlations are very direct. It also seems to convey an appropriate sense of nerdy-ness to the work.

link|flag
vote up 3 vote down

Most folks don't really care about the details of what you do - they're just trying to start or maintain a conversation. So, my first response is, "I fiddle with computers."

That satisfies most folks.

For those who express continued interest, I tell them I'm a programmer.

For the remaining 1% who have kept up so far without their eyes glazing over I say I write programs that let computers control industrial machinery.

About the only folks who persist after that are fellow tech weenies we all know how to talk to.

link|flag
vote up 1 vote down

Think of data, numbers, words, pictures, sounds as ingredients.

Think of transforming these ingredients into dishes.

Think of the computer as the stupidest, most accurate, most patient cook you could possibly imagine.

I write the recipes.

link|flag
vote up 2 vote down

I work on embedded systems. I tell people that as long as no one realizes there's a computer inside the device they are using, then I've done my job.

link|flag
vote up 1 vote down

You really have to play it by ear based on whom you are talking with since 'non-tech people' is quite a large spectrum. I think you should go ahead and tell them what you do in your own words, if they look lost then search for ways to clarify where you might have lost them. An exercise that might help you is if you were to update your resume with your current position ....what are the highlights of what you do in a language that anyone reading your resume can understand?

link|flag
vote up 1 vote down

I am a front-end web engineer. I like to say that I put things together, kind of like an architect.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.