Remote Support Engineer Jobs
“It works for everyone else.” Famous last words. 💡
One customer says their integration is failing. You check the service. Everything looks fine. You check the logs. Nothing obvious. You try it yourself. Works perfectly. Now you’re interested. Because something is different. Maybe it’s their data. Maybe it’s the way their system is configured. That’s the kind of mess a Support Engineer gets pulled into. And if your first reaction isn’t “ugh, not my problem” but “okay… why is this happening?”, you’re probably already thinking like one.
Latest Remote Support Engineer Jobs
Current remote opportunities for people who like solving the stuff nobody else can quite explain. Direct apply links only
Implementation Specialist, Single
Weave3 days agoApplyClient Success Representative
CuringBusy3 days agoApplyTechnical Account Manager
Sprinto2 weeks agoApplyTechnical support Engineer
Sprinto2 weeks agoApplyTechnical Support Engineer
Emapta2 weeks agoApplyHardware Support Tech
Emapta2 weeks agoApplyTechnical Support Specialist
Bloomreach2 weeks agoApplySupport Services Analyst
Deltek2 weeks agoApplyOperations Manager – Customer Service
LumiMeds2 weeks agoApplyCustomer Service Representative
LumiMeds2 weeks agoApply
Some Problems Don’t Come With Instructions
A customer rarely hands you a neat little package that says:
Problem: Webhook delivery fails when payload contains X.
Cause: Configuration mismatch.
Solution: Change Y.
Wouldn’t that be nice? Instead, you get:
“Hey, this worked yesterday and now it’s acting weird.”
Or: “The first few records sync, but the rest don’t.” Or: “It works when we test it manually, but not when our system runs it.” Or: “Only some of our users are seeing this.”
That’s the job. You take the messy version and slowly turn it into something you can actually work with. You ask questions. You look for patterns. You reproduce things. You compare what works with what doesn’t. You check what changed. You collect evidence. And somewhere along the way, the mystery gets smaller. That’s the satisfying part.
What Is a Support Engineer, Anyway?
It’s a job title that can mean slightly different things from one company to another. That’s worth knowing before you apply. At one company, a Support Engineer might spend most of the day helping customers troubleshoot a technical product. At another, they might work heavily with APIs, integrations and logs.
Some roles involve SQL. Some involve cloud platforms. Some involve scripting. Some are very close to Engineering. Some are closer to Technical Support. Some involve a lot of customer communication. Some are mostly internal investigation. So don’t fall into the trap of thinking: Support Engineer = one exact job. It isn’t. The title gives you a clue. The job description tells you the truth.
What You Might Actually Be Doing
A Support Engineer could spend a normal day:
- Investigating a strange customer issue or reproducing a bug
- Looking through logs, testing an API request, or checking an integration
- Comparing customer configurations and running database queries
- Reviewing system behaviour or writing a small script
- Explaining a technical problem to a customer
- Working with Product and Engineering
- Documenting a solution and spotting a recurring issue
- Helping during an incident, testing a workaround, and following up after a fix
And sometimes you’re doing three of those things at once. That’s why curiosity matters. You need to be comfortable moving between different kinds of problems.
The Customer Says “It’s Random”
This is one of my favourite support phrases.
“It happens randomly.”
Maybe. But usually there is something underneath it. Let’s say a customer has a data sync. Sometimes the sync completes. Sometimes it doesn’t. You could call it random. Or you could start asking:
Does it happen with larger files? Only after a certain amount of time? Only for certain customer records? Only during busy periods? Only when two processes run together? Only after the third attempt? Only when a particular field contains unusual characters?
Now you’re not dealing with randomness. You’re looking for a condition. And that’s a big part of Support Engineering. Turn “sometimes” into something measurable.
The Fun Starts When Two Things Don’t Match
Here’s another common situation. A customer says:
“Your integration isn’t working.”
You test the same integration. It works. Great. Except… not great. Because now you have a difference. Your environment works. Their environment doesn’t. So what changed? You compare: Configuration, Account settings, Data, Versions, Permissions, Requests, Responses, Timing, Third party services, Environment.
One difference might explain everything. That moment when you find it? That’s the good stuff.
You Don’t Need To Be The Person With Every Answer
This matters if you’re considering this career. You will see things you haven’t seen before. That’s normal. A strong Support Engineer doesn’t pretend otherwise. You might say:
“I haven’t seen this behaviour before. I’m going to reproduce it and check whether there’s a known issue.”
That’s a perfectly good answer. Then you investigate. Search internal documentation. Check previous cases. Look at the product. Ask another engineer. Read the logs. Test the theory. You learn. Then next time, maybe you’re the person who already knows. That’s how technical careers grow. Not by knowing everything. By getting better at finding things out.
Troubleshooting Is More Than Trying Random Stuff
Bad troubleshooting looks like: Try this. Didn’t work? Try this. Still nothing? Try this. Now we’ve changed six things and don’t know what happened. That’s chaos.
Good troubleshooting is more controlled. You form a theory. You test it. You observe the result. You update your theory. Then test again. For example:
Theory: The integration is failing because the payload is too large.
Test with a smaller payload. It works. Interesting.
Test with a larger payload. It fails again.
Now you’ve got evidence. Maybe there’s a size limit. Now check the documentation. Check logs. Check the request. You’ve moved forward.
Don’t Change Five Things At Once
This sounds obvious. People still do it. If you change five variables and suddenly the problem disappears, you don’t actually know which change fixed it. Sometimes that’s unavoidable. Often it isn’t. Change one thing. Test. Observe. Then continue. Your future self will thank you.
Reproduction Is Your Best Friend
A customer gives you a problem. You can’t see it. Okay. Try to reproduce it. Maybe you use: The same data, The same steps, The same browser, The same API request, The same configuration, The same account type. The closer you get to the customer’s actual conditions, the more useful your test becomes. And if you can reproduce it consistently? You’ve just made your job much easier.
What If You Can’t Reproduce It?
Welcome to Support Engineering. This happens. The customer sees the problem. You don’t. That doesn’t mean: “No problem exists.” It means your environment isn’t matching theirs.
Now you ask: What browser? What version? What data? What account? What region? What time? What sequence? What integrations? What configuration? What changed? Sometimes the missing clue is tiny. Sometimes it takes a while. But don’t dismiss the problem just because it doesn’t happen on your laptop.
A Screenshot Can Tell You Less Than You Think
Customers often send screenshots. Useful? Sometimes. Enough? Not always. A screenshot shows you what something looked like. It doesn’t necessarily show: What happened before, What request was sent, What response came back, What the system logged, What configuration was active, Whether the problem is repeatable.
So ask for the right evidence. Not: “Can you send more information?” That’s vague. Try: “Could you send the exact steps you took before the error appeared, along with the time it happened? If there’s a request ID on the page, please include that too.” Much better.
You Become Good At Asking Small Questions
A good question can save an hour.
Instead of: “Can you explain the issue?”
Ask: “Does it fail for every record or only some?”Instead of: “When did this start?”
Ask: “Was the last successful run before or after the deployment yesterday?”Instead of: “Is it still broken?”
Ask: “Does the same error happen if you try with a different account?”
Small questions. Big difference.
Support Engineering Is Part Investigation, Part Translation
Let’s say Engineering tells you:
“The service is rejecting the request because the schema validation fails on an optional field.”
That’s useful internally. Now explain it to the customer. You don’t need to send them the sentence exactly as written. You might say:
“The request contains a value our system isn’t accepting in that field. We’ve identified the issue and are working on the fix. In the meantime, removing that value should allow the request to complete.”
Same technical truth. Much easier to understand. That’s a real skill.
You Need Enough Technical Knowledge To Ask Better Questions
You don’t necessarily need to build the entire product. But you should understand the pieces you’re supporting. For a SaaS product, that might mean knowing: How the application works, How data moves, Where integrations connect, How authentication works, What APIs do, Where logs live, How deployments happen, What third party services are involved.
You don’t need to memorise the architecture. You need a mental map. When something breaks, you need to know: “Where should I look first?”
APIs Are Worth Learning
If you want to work in SaaS Support Engineering, APIs are a very useful skill. Not because you need to become a backend developer. Because APIs give you another way to see what the product is doing. You should understand: Request, Response, Endpoint, Method, Headers, Parameters, Payload, Authentication, Status codes, JSON.
Then when someone says: “The integration is broken.” you can look at the actual request. That’s much better than guessing.
But Don’t Turn Every Support Engineer Into A Programmer
Not every role requires deep coding. Some companies want: Strong troubleshooting + product knowledge + communication. Others want: Support + SQL + APIs + scripting. Others want: Cloud + Linux + networking. Others want: Developer facing support + code knowledge. Look at the role. Then decide what technical depth you need. Don’t scare yourself out of applying because you don’t know every tool listed.
SQL Can Give You A Huge Advantage
Suppose a customer says: “Our records are showing the wrong status.”
If you have database access and the role allows you to use it, you may be able to inspect the underlying data. You might find: The record was created correctly. The status changed later. A background process didn’t run. Another system sent an unexpected value. Now you’re not guessing. You’re looking at evidence. Even basic SQL can help you answer questions quickly. You don’t need to become a database administrator. You just need enough SQL to investigate responsibly.
Logs Are Basically A Trail Of Breadcrumbs
Logs can look ugly. That’s fine. Don’t try to read every line. Look for: Timestamp, Request ID, User/account, Service, Error, Event before the error, Event after the error. You are looking for the story. Something happened. Then something else happened. Then the system complained. Your job is to work backward. What led to that failure?
Third Party Integrations Make Things Interesting
This is where Support Engineering can get really fun. Your product works. The customer’s system works. But the connection between them doesn’t. Now you have three moving parts. Maybe:
Your system sends something third party service processes it customer system
One small change anywhere can cause trouble. A certificate changes. An API version changes. A field changes. A webhook isn’t accepted. A timeout occurs. A vendor changes a rule. Now somebody has to figure out where the chain broke. That’s often you.
Webhooks Are A Great Example
A customer says: “We aren’t receiving updates anymore.” Okay. Does your system generate the event? Did the webhook fire? Was the request sent? Did the customer endpoint receive it? Did it return a successful response? Did their system process it? Was it rejected? Was there a timeout? Now you’ve got a chain. Don’t just stare at the final result. Follow the path.
Data Problems Can Be Sneaky
A customer might say: “The numbers in the report are wrong.” That sounds like a reporting problem. Maybe. But the report could be perfectly correct based on the data it received. Maybe the source data is wrong. Maybe a record is missing. Maybe a timezone changed how dates are grouped. Maybe two systems use different definitions for “active.” Maybe a duplicate was imported. Support Engineers often have to trace problems backward through the system. The report is only where the customer noticed it. The actual problem may be much earlier.
Timezones Can Cause Some Very Weird Problems
You work with a global product. A customer says: “The report says Tuesday, but it should be Monday.” Now you’re looking at: UTC, Local timezone, Account timezone, Browser timezone, Database timestamps, Date boundaries.
This is one of those problems that looks stupid until you realise how many systems are involved. And yes, someone will eventually say: “But it worked yesterday.” Of course it did. Yesterday had a different date. Welcome to software.
Browser Problems Aren’t Always Browser Problems
A customer says: “The page is broken in Chrome.” You try Chrome. Works. Now what? Different browser version? Extension? Cached data? Account state? Specific workflow? Feature flag? Network? Third party script? Again, don’t jump to the first explanation. Test the difference. That’s the whole game.
The Same Product Can Behave Differently For Different Customers
That’s normal. Customers have different: Configurations, Data, Integrations, Permissions, Usage patterns, Regions, Plans, Workflows, Devices, External systems. So: “It works for us.” isn’t a great ending. It’s the beginning of the investigation.
You May Become The Person Who Knows The Weird Stuff
Every support team has someone who remembers: “Oh yeah, we had this once.” Maybe that person is you someday. You remember the strange integration issue. The weird data condition. The old bug. The workaround. The undocumented behaviour. That’s why documentation matters. Write down what you learn. Don’t keep the knowledge trapped in your head.
A Good Knowledge Base Saves Everyone
You solve something unusual. Write it down. Next month, another customer has the same issue. Instead of starting from zero: Search. Find your note. Follow it. Done. That’s one of the quiet ways a good Support Engineer makes a team better. You’re not only solving today’s problems. You’re reducing tomorrow’s work.
Support Engineers Work With A Lot Of Different People
You might talk to: Customers, Support teammates, Developers, Product Managers, SREs, Account Managers, Sales, Customer Success, Security. Each group needs something slightly different. Engineering wants evidence. Customers want clarity. Product wants patterns. Management may want impact. Sales may need to know whether a customer is blocked. You have to adjust.
This Is Why Communication Matters So Much
You can be technically brilliant and still be difficult to work with. If every escalation is: “Something is broken. Fix it.” people will eventually get tired. If every customer reply is full of jargon, customers get frustrated. If every investigation lives inside your head, teammates can’t help. Good communication makes your technical skills more useful.
Remote Makes Written Communication Even More Important
When the team is spread across countries, your ticket may be read by someone six hours later. Your message needs to make sense without a live explanation.
Instead of: “Tried a few things. Still broken.”
Write: “I reproduced the issue using the customer’s sample payload. The request succeeds when field X is removed, so I’m checking whether the field is being rejected by validation. I’ve attached the successful and failed responses.”
Now another engineer can continue from there. No meeting required. That’s good remote work.
You Don’t Need To Be Online All Day
Some Support Engineer roles have fixed customer hours. Some don’t. Some have on call. Some are highly asynchronous. Read carefully. A job saying Remote doesn’t automatically mean Work whenever you want. Check: Timezone, Working hours, Customer coverage, On call, Weekend rotation, Response expectations. Remote is about where you work. It doesn’t always tell you when you work.
On Call Deserves A Proper Question
If the role has on call, ask: How often? How long is the rotation? What happens during an incident? What counts as urgent? How many people share the rotation? What is the expected response time? Is there additional compensation? How many overnight alerts happen in a typical month? Don’t be shy about asking. You’re not being difficult. You’re deciding what kind of life the job will create.
Support Engineer Jobs Can Be Surprisingly Good For Career Growth
You’re exposed to a lot. You see the product. You see customers. You see technical systems. You see bugs. You see incidents. You see product decisions. You see integrations. You see where users struggle. That can open different doors. You might move toward: Senior Support Engineering, Solutions Engineering, Developer Support, Customer Success Engineering, Technical Account Management, Cloud Support, Site Reliability, Product, Engineering. Not everyone wants to move. You don’t have to. Being a strong Support Engineer is a career too.
What Makes A Support Engineer Really Good?
Not knowing 400 commands. Not dropping technical words into every sentence. Not answering the fastest. The really good ones tend to do something simpler. They make complicated problems smaller. They take: “Everything is broken.” and turn it into: “The problem only happens when this integration sends this type of record.”
That’s progress. Then: “It started after this configuration changed.” More progress. Then: “Here’s the evidence.” Now Engineering can act. That’s the job at its best.
Don’t Chase The Ticket Number
Some teams measure: Tickets closed, Response time, Resolution time. Those numbers can matter. But be careful. If you’re rewarded only for closing tickets quickly, people can start doing dumb things: Close tickets too early. Send copy paste replies. Avoid difficult problems. Push customers elsewhere. That’s not good support. When you’re interviewing, ask how the team measures quality. You want to hear about: Customer outcomes, Resolution quality, Escalation quality, Documentation, Recurring issue reduction, Technical contribution. Not just: “We need you to close 80 tickets a day.”
A Support Engineer Should Be Curious About Repeated Problems
If the same issue appears ten times, don’t just solve it ten times. Ask: Why does this keep happening? Maybe: The product is confusing. Documentation is missing. An integration is fragile. A default setting is wrong. A bug exists. Customers don’t understand a workflow. Fix the root cause if you can. That’s how support becomes engineering.
Your Job Can Influence The Product
You’re seeing things the Product team might not. Maybe customers keep misunderstanding one feature. Maybe everyone struggles with the same setup. Maybe a third party integration causes constant problems. Maybe a certain error message is useless. Tell the team. Good Product teams want this information. You are close to reality.
Sometimes The Right Fix Isn’t Technical
This is a surprisingly important lesson. Maybe the product works correctly. The problem is that nobody understands how to use it. The fix could be: Better documentation. A clearer error message. A better onboarding step. A product tooltip. A short video. A setup checklist. Don’t automatically reach for code. Fix the actual problem.
What Skills Should You Build?
If you’re starting from scratch, I’d focus on these.
Learn to form and test theories.
Understand how systems talk.
Learn enough to inspect data.
Learn how to find useful evidence.
Understand DNS, HTTP, TCP/IP and common failure points.
Python, JavaScript, Bash or PowerShell can all be useful.
Especially if you’re working alongside developers.
Understand common services and environments.
You don’t need to master all of this tomorrow. Pick one. Get comfortable. Then move to the next.
Don’t Learn Tools Just Because They’re Popular
This is where job searching can get silly. You see: AWS, Azure, Kubernetes, Docker, Terraform, Python, Go, PostgreSQL, Redis, GraphQL, Kafka… and suddenly you think: “I need to learn all of this before applying.” No. Look at the actual roles you want. Find the overlap. Learn what appears repeatedly. Then apply.
Read 20 Job Descriptions
Seriously. Open twenty Remote Support Engineer jobs. Create a simple list. What appears again and again? Maybe: API troubleshooting, SQL, Customer communication, Linux, Cloud, Scripting, Debugging. Now you have your roadmap. The market is literally telling you what to learn. Listen to it.
Build Something Small
You don’t need a giant project. Build a tiny API. Connect it to a database. Create an error. Break something. Add logs. Investigate the failure. Write down how you solved it. Then break it again. This teaches you something important: What does a problem actually look like from the inside? That experience sticks.
You Can Create Your Own Troubleshooting Portfolio
Make a small collection of write ups. For example:
- “Why My API Returned 401” What happened. What I checked. What I learned.
- “Why My Webhook Wasn’t Arriving” What I tested. Where it failed. How I fixed it.
- “Why The Same Query Was Slow For One Dataset” What changed. What I found. What I changed.
You don’t need fake “client projects.” Real small experiments are enough.
Interviewers May Give You A Mystery
Don’t be surprised if an interview includes something like:
“A customer says their integration suddenly stopped working. What would you check?”
They aren’t always looking for the exact answer. They want to see how you think. Don’t immediately say: “Restart it.” Start asking. What changed? Does it affect everyone? Can we reproduce it? When did it start? What’s the exact error? Did the request reach our system? What response did we send? Is the third party system healthy? That’s the mindset.
You Don’t Have To Be The Fastest Person In The Room
Be methodical. A rushed answer can make things worse. A careful question can save hours. That’s especially true when you’re dealing with production systems. Slow enough to think. Fast enough to matter. That’s a pretty good balance.
What Kind Of Person Usually Enjoys This?
You might enjoy Support Engineering if you often find yourself saying: “Wait. Why did that happen?” You like pulling apart problems. You don’t mind uncertainty. You enjoy learning unfamiliar systems. You can talk to people without wanting to hide under your desk. You don’t need to know everything. You just want to understand things. And when you finally find the cause? You get that little: “Aha.” That’s the feeling.
What If You Hate Customer Interaction?
Then read the job description carefully. Some Support Engineer roles are very customer facing. Others are much more technical and internal. If you love debugging but hate customer calls, look for roles where communication happens mainly through tickets or technical channels. If you enjoy customer conversations, look for roles that involve deeper technical consulting. There is room for different personalities.
What If You’re Not An “Engineer”?
Don’t let the title scare you. If you’re a Technical Support Specialist with strong troubleshooting skills, you may already be doing part of the job. If you’re an Application Support Analyst, same thing. If you’re an IT professional who has started working with APIs and SaaS platforms, you may have a useful foundation. Look at the requirements. Then compare them with your actual skills. Not your job title.
What Should You Look For In A Good Employer?
A good Support Engineering team should ideally have: Clear escalation paths, Good documentation, Access to technical information, A healthy relationship with Engineering, Reasonable ticket expectations, Useful monitoring, Good incident processes, Time to investigate difficult problems, Opportunities to learn, Clear expectations around on call.
If every difficult problem gets dumped on Support with no tools, no documentation and no engineering partnership… That’s going to get old. Fast.
Questions To Ask Before You Accept The Job
Ask: What percentage of the role is customer facing? What makes a ticket a Support Engineer ticket instead of a regular support ticket? How often do engineers write scripts or query databases? What does a typical difficult case look like? How are product bugs escalated? How does Support communicate with Engineering? How often do recurring issues get reviewed? Is there on call? What are the working hours? How is success measured? What does career growth look like? You’re interviewing them too. Don’t forget that.
Remote Support Engineering Can Be A Very Human Job
For all the technical stuff, the centre of the job is still a person saying: “Something isn’t working.” And your job is to help. Not with magic. Not with a copy paste answer. With curiosity. You listen. You investigate. You explain. You test. You fix what you can. You involve the right person when you can’t. Then you write down what you learned. That’s a pretty good job.
And That’s What You’ll Find Here
Remote4Me is built for people looking for remote work without wanting to jump through a million hoops just to see where a job actually lives. You’ll find remote Support Engineer openings here as they become available. Look at the actual role. Check the location rules. Read the technical requirements. Check the hours. Check whether there’s on call. And if it looks right, go for it.
When you click Apply, you’ll be taken to the company’s own application or careers page. That’s where the application belongs. We don’t need to stand in the doorway holding a clipboard. You found the job. Now go talk to the company.
Remote Support Engineer Jobs The Questions People Actually Ask
What is a Remote Support Engineer?
A Remote Support Engineer helps customers or users solve technical problems while working remotely. Depending on the company, the role can involve APIs, integrations, databases, logs, cloud services, debugging, scripting and technical communication.
Is Support Engineering a technical job?
Yes, although the technical depth varies. Some positions focus heavily on APIs, databases and systems, while others are closer to technical customer support.
Do Support Engineers write code?
Sometimes. Some jobs require scripting or programming, while others mainly require technical troubleshooting. Read the individual job description rather than assuming.
Is SQL useful for Support Engineers?
Yes. SQL can help investigate data related problems and understand what is happening inside an application. Not every Support Engineer role requires it.
Do I need to know APIs?
API knowledge is especially useful for SaaS, integration and developer facing Support Engineer roles. Understanding requests, responses, authentication and common errors can make troubleshooting much easier.
Can I move from Technical Support to Support Engineering?
Absolutely. Technical Support can give you experience with troubleshooting, customers, tickets and escalation. Adding skills such as APIs, SQL, logs, scripting and cloud can help you move toward more technical roles.
Can developers become Support Engineers?
Yes. Developers often bring strong debugging and system knowledge. The biggest change may be working more directly with customers and explaining technical issues in a clear way.
Are Support Engineer jobs good for remote work?
Many are. Much of the work can be done through ticketing systems, logs, APIs, documentation, communication tools and cloud platforms. However, individual roles can have location, timezone or on call requirements.
What should I learn first?
Start with troubleshooting. Then build knowledge of HTTP, APIs, SQL, logs, networking and scripting. After that, follow the skills repeatedly requested by the jobs you’re interested in.
Do I need a computer science degree?
Not every Support Engineer position requires one. Companies vary. Practical technical knowledge, troubleshooting ability and relevant experience can matter a lot.
What is the difference between Support Engineer and Help Desk?
Help Desk often focuses on internal users, devices and common IT problems. Support Engineers often work more deeply with applications, products, integrations, APIs and technical systems. The exact boundary depends on the employer.
What is the difference between Support Engineer and Technical Support Engineer?
Sometimes there is almost no difference. Companies use these titles differently. Look at the responsibilities and technical requirements instead of relying on the title.
Can Support Engineering lead to software engineering?
It can. You gain exposure to software behaviour, debugging, systems and engineering teams. Whether you move into software engineering depends on your skills, interests and the opportunities available.
Is Support Engineering stressful?
It can be. Difficult customers, incidents, urgent issues and on call schedules can create pressure. A healthy team with good processes can make a huge difference.
How do I know whether a remote job is actually remote for me?
Check the location requirements carefully. “Remote” can mean worldwide, country specific, state specific or limited to certain time zones. Don’t assume that a remote job can be done from anywhere.
One More Strange Problem
You know that moment when you’ve been staring at something for an hour? You check everything. Nothing makes sense. You take a break. Come back. Look again. And suddenly you see it.
One tiny thing. A field. A setting. A weird value. A request going somewhere it shouldn’t. A timestamp that doesn’t line up. A third party service doing something unexpected. There it is.
That’s Support Engineering. Not knowing everything. Not having some magical answer hidden in your brain. Just being willing to stay with the problem long enough to understand it. If that’s the kind of work that makes you curious instead of miserable, have a look through the Remote Support Engineer Jobs above. You might find something that fits.
And if you don’t know every tool on the job description? Don’t automatically walk away. Read the work. Find the gaps. Learn the important ones. Then give yourself a shot. Because sometimes the best person for a weird technical problem isn’t the person who already knows everything. It’s the person who sees the weird problem and says: “Huh. That’s interesting.”