SemanticBits Reviews

4.5

91% would recommend to a friend

(154 total reviews)
avatar

Ram Chilukuri

97% approve of CEO

87% positive business outlook

SemanticBits has an employee rating of 4.5 out of 5 stars, based on 154 company reviews on Glassdoor which indicates that most employees have an excellent working experience there. The SemanticBits employee rating is in line with the average (within 1 standard deviation) for employers within the Information Technology industry (3.9 stars).

Reviews by job title

154 reviews
2.0
30 Dec 2018
Recommend
CEO approval
Business outlook

Pros

- Benefits are decent, on par with what I had previously so can't really complain - Other developers are always happy to help. Never had an issue getting help when I needed it - They do mail you a laptop, but while you're waiting for it you are expected to use your own personal computer for work until it arrives - There is a "social" Slack channel so there is a place to "hang out" and talk about random stuff. Like the solar eclipse that happened while I still worked there. Someone shared some professional-looking photographs they took of the eclipse itself which is pretty cool. - They do sometimes allow you to attend conferences. The one I attended was free and local to my area so I'm unsure if they cover costs, but I didn't have to use any vacation time to attend (it was only 1 day).

Cons

On-boarding. The process can be summed up as throw-you-into-the-deep-end-sink-or-swim. The code base I worked in wasn't documented (more on that later) so all of the learning I did had to be done in the code itself. I wasn't expecting thorough documentation, but an outline of the application's architecture/design would have been helpful in getting started. Point quota. Developers are expected to meet a minimum number of points completed per sprint (6-8). Keep in mind 1 point was considered 1 day's worth of work. A sprint is 2 (work) weeks long so developers have 10 days to meet this quota. This may seem like an adequate amount of time to get the work done but keep reading and you'll see why it isn't. The quota was the reason I left the company because it had the following problems: - Massive Bug Backlog - Code was written quickly to earn as many points as possible in the shortest period of time. This caused developers to make mistakes and not test thoroughly so when the testers actually evaluated the quality of the product, a bunch of bugs get logged. Those bugs, however, don't get fixed immediately because unless management pulls those bugs into the current sprint and assigns point values to them, no one will work on them (nor are the developers allowed to pull the bugs in themselves, it must go through the pointing process). - Code Duplication/Quality - It's faster to copy/paste code than it is to refactor it so there was a lot of copy/pasted code in the code base. I often noticed other developers (myself included) doing the bare minimum to pass code review (and earn points). Refactoring didn't earn developers "extra points" so without the incentive, why spend the extra time to clean up the code? Management only seemed to be concerned with the number of points earned vs the quality of the code written so why spend the extra time to make the code better when "functioning" is good enough? - "Extra" Points Don't Rollover - Each developer is expected to earn 6-8 points per sprint. If a developer earns more points than that, they do not rollover into the next sprint. There is no incentive to do any more work beyond the bare minimum. I once had a sprint where I earned 16 points then took my time in the next sprint to carefully refactor a portion of code. When my refactor didn't produce any completed points at the end of the 1st week of the sprint I was messaged by management asking why I didn't have any points done. - Lacking Documentation - None of the developers bothered write documentation on the code base because writing documentation wasn't worth any points, so why do it? This was the reason why my on-boarding process was more difficult than it should have been. In general, the quota prevents developers from doing additional work that could benefit the team in the long-term. - Work/Life Balance - Developers who don't meet their point quota get messages from management asking why and if additional (over 40 per week) hours were put in to attempt to meet that quota. This happened to me a few times which is disappointing because it shows that management prefers quantity over quality. Likely because it's an easy metric to sell to stakeholders. Honestly, I don't even know how the quota applies when people take time off. Evidently it seems that senior developers were still active on Slack and doing code reviews despite taking time off for vacation which I find alarming. - Discourages Discussion - Often times when there are questions around requirements it's normal for developers and product reps to have a discussion making the requirements more clear or even changing them to better suit the user experience or the technical limitations. Since developers are always expected to be churning out points, we're less incentivized to carefully discuss the requirements when we had questions and often the went with our "best guess." This often led to re-work when either the product rep noticed the requirements weren't met or a developer would notice that the feature as written didn't make sense from a user/technical perspective. - Doesn't Account for Blockers - A perfect example of this was our pull request (PR) builder. A PR cannot be merged until the builder has been run and passes (code compiles, tests pass, etc...). Our Jenkins jobs were setup in such a way that there could only be one active build job running at a given time including the build for the master branch as well as the builds for all PRs. This means that if multiple PRs were made at the same time (like say towards the end of a sprint) then each PR would get queued until the previous PR finished building. The same would occur when a PR was merged into master and the master build would kick off. As you can imagine, it could take a long time to get through all of the pending PRs slowing down the entire development process. It was even worse when Jenkins would go down. The quota doesn't account for issues like these which causes developers to work more hours (see Work/Life Balance above) or possibly get a "nasty gram" from management. When I brought this up to management during sprint retrospectives it wasn't clear to me if they followed up on it or what the outcomes of that were as they never mentioned it again (but the problems continued). - Estimates - Developers use pointing poker to determine how many points a given card is worth (usually based on how much work the card required). One would think that since developers control the points this system would work right? Wrong. The stages for a card go like this: coding -> UX review -> testing -> done. The only part of this process that we as developers can accurately estimate is the "coding" stage. We cannot possibly be expected to estimate how long a designer will take to review the UI and how long a tester will take to test the feature. When I brought up my concern to management they simply replied that developers should account for those steps in their estimates. I don't think that's fair. Not to mention, if a story card fails any of the intermediate steps it goes back to the "coding" stage where the process starts over. Which means developers need to juggle multiple cards at the same time and monitor the processes of each in case follow ups are needed or someone in the process is dragging their feet. The quota unfairly judges developers on their productivity when they may not even be the reason why a story card isn't "done." - Personal Development - Since developers are always busy trying to earn points and juggling story cards, there isn't much room for your own personal development unless you do it on your own time. This can be difficult if you're working over 40+ hours a week. It seems to me that the way a developer grows here is through trial by fire through an assignment that you may not necessarily know how to do. This is unfortunate because with the quota in place developers are not incentivized to grow their skillsets, but rather stick with what they already know and understand for the sake of earning points consistently. - Turn Over - I worked at SemanticBits for 5 months. In that time, one other developer from my project left the company, shortly followed by me. I witnessed a conversation occur on Slack between the developer and management which discussed an issue management had with the developer's inability to join impromptu meetings in a "timely" manner (it took the developer a couple extra minutes to log into meetings due to the internet setup they had a home). I personally had two issues with the entire conversation: 1) it should not have been done in a public channel where everyone could see it, and 2) I suspect that no one other than management had an issue with the developer's delay in joining unplanned meetings which seems unfair to reprimand someone (albeit a minor reprimand) when so few people had an issue. - Developer Evaluations - I didn't work at SemanticBits long enough to actually receive a proper evaluation, but I suspect the overall points earned for the year (or average per sprint) are a major factor in the evaluation. I don't feel those metrics accurately measure the level of contribution any one developer has made to the project or team as it ignores other useful measures like: - Helping other team members - Mentoring - Code quality - Code performance/run-time - Staying up-to-date on current technology - Learning the product I also noticed that one-on-ones did not occur between developers and management at all (they did occur between HR and team members though) which further supports my theory that performance is based on points. I find that concerning because it indicates that management is not aware of the activities any individual developer is doing besides the story cards they are actively working on and/or completed. I also felt I was micromanaged quite a bit. In my 3rd week on the project, I received a message from management inquiring as to why I hadn't earned any story points yet. It's a little unsettling to be watched like that especially when I was still new to the project. Advice to anyone looking to work here. You should ask about this stuff during the interview process. It's been over a year since I've worked there so any number of these things may have changed.

avatar
SemanticBits Response
7y
At SemanticBits we use a Scrum-based Agile process. Part of our approach is to try to accurately estimate the team’s capacity each sprint, so that we can size our sprint backlogs appropriately. We use a very popular method for sizing where one point equals about a developer day of work. Of course, there must be wiggle room in this given that we won’t fully understand the complexity of a problem until we start working on it. In some cases, developers complete tasks more quickly than estimated, and in other cases less quickly. In general we find it averages out to 6ish points per developer per sprint, but it is different for every team and every project. This is purely an exercise for helping size the next sprint’s backlog. We certainly value correctness and maintainability over speed. We use a wide variety of tools to help achieve this, including code review, automated testing, continuous integration, and continuous deployment to name a few. It is very possible you joined a project early on, where documentation or even code quality may not have been a priority while we rapidly prototyped a solution to ensure that we are going down the correct architectural path. While this does produce more bugs and technical debt early on, the tradeoff is that the approach is determined and we can recoup this by including additional technical user stories into the backlog. This may also explain the less-than-optimal setup of Jenkins. Rapid builds and tests are critical to successful development, and we strive for that in every project. We very much encourage professional development and work hard to foster a collaborative environment between management and developers. In fact, a cornerstone of this is our 360-degree approach to reviews that allows for one-on-one discussion at any time. All management has an open-door policy, even when those doors are virtual via web conference, Slack direct message, or more formal reviews.
2.0
25 Nov 2018

Dead end job.

Recommend
CEO approval
Business outlook

Pros

Remote work, some decent co-workers.

Cons

Company culture is fairly negative. They favor slow work ethic and poor quality code so that it can be refactored severals times at the expense of the tax payer since all work is government contract. Almost everything they work on is for government healthcare which is strange since they provide horrible benefits.

avatar
SemanticBits Response
7y
We appreciate the feedback on your experience working with us, and we’re sorry that you didn’t find a good fit with us. A majority of our employees are remote, and we understand that it can take a while to acclimate to a team. For that reason, we foster interactivity by leaving channels open for everyone to mingle, through tools like Slack, in an effort to maintain a strong and supportive environment. The vast majority of our employees find the culture to be positive. This is achieved because our teams mesh well and team members find their work fulfilling and challenging. Couple that with our competitive benefits—including great medical insurance, retirement plan, paid holidays and personal days, and opportunities to learn new technologies—and it’s no surprise why so many of our employees stick around for many years. We love that our team members take initiative in sharpening their skills and collaborating with each other, and ultimately feel invested in the great work we do. Those are the employees that shine and are rewarded with the promotions they deserve. As you mention, a good bit of our work is for government healthcare platforms, which we find to be meaningful and dynamic. To meet the needs of our clients and to do the best possible work, we make sure that our product is well developed and thoroughly tested. As you know, we use a team-based estimation process, called pointing poker, where every teammate gets to contribute to the estimation of effort to complete each task. We use continuous integration and continuous deployment techniques to automatically run tests, code quality checks, linters, and automated deployment to environments. We value high-quality, correctly written code, implemented quickly. All code must be reviewed by at least the technical lead and one other teammate, which is handled in a rapid and Agile manner through Github pull request reviews. While refactoring is sometimes necessary, this is not the norm. We endeavor to get a design right first, but we also value “getting our hands dirty” and implementing rapidly. Sometimes we won’t know the right solution until we begin implementation, and refactoring is required. Again, we’re sorry you didn’t find a home with us and wish you the best in future endeavors.
5.0
7 Jan 2019
Recommend
CEO approval
Business outlook

Pros

1. CEO is involved and cares about employees. All managers seem to have an open door policy and are interested in improvement. 2. Everyone who works here is competent, hardworking and likable. 3. Remote and flexible schedules 4. Interesting and challenging problems to work on 5. Good software development practices 6. Individual scrum teams are fun and supportive 7. Many opportunities for advancement and contribution in this growing company 8. Good work-life balance, benefits and company culture 9. The company has worked to improve the onboarding process

Cons

I do not believe that these are really cons but they are worth noting as difficult aspects of this job or things you should know before considering a job here. 1. Requirements are hard to gather and require patience and flexibility on behalf of all team members. 2. Hard deadlines exist due to the nature of government work. This means brief periods of increased hours but in my experience, they have been very brief and manageable. 3. You cannot skate by here. You must be competent and hard working.

avatar
SemanticBits Response
7y
Thanks for taking time to write a review and for being part of the SemanticBits team. We completely agree that our team members are talented and fun to work with, and it’s great to hear that you enjoy our company culture, work-life balance, and competitive benefits. We hope to offer our employees flexibility, especially when we know that some projects will require short bits of crunch-time. We also value all of your feedback because feedback from our employees helps us grow and develop as a company. We are actively taking steps to improve our benefits and employee experience, especially since we’re growing with each new contract we acquire. For instance, because of feedback like yours, we recently added two more holidays to the PTO calendar, including on Martin Luther King, Jr. Day to allow employees to volunteer on that day. Due to feedback from our employees, we enhanced our parental leave policy in the last year. And, we will continue to assess our benefits and take your ideas into serious consideration. We sincerely appreciate your feedback regarding diversity because this has been one of our goals throughout the life of SemanticBits. We always try to hire the best and brightest talent of every race, gender, and sexual orientation because diverse opinions and talents make us stronger as an organization. But, you’re right: we can always do better. So, we are forming a Diversity Committee immediately to help us find, recruit, and support our diverse staff, and we hope that you will volunteer to be a part of this Committee. We aim to address suggestions and concerns as best we can. As we recruit the best and brightest talent and continue to grow, we hope to keep evolving our culture and review process to fit the dynamics of our team. We’re really glad that you’re onboard and helping us build such a strong company. Thanks for all your feedback and hard work.
Viewing 1 - 3 of 154 Reviews

Glassdoor has 158 SemanticBits reviews submitted anonymously by SemanticBits employees. Read employee reviews and ratings on Glassdoor to decide if SemanticBits is right for you.