Skip Silicon Valley? Some Startup-Friendly Countries Are Luring Entrepreneurs Abroad

WSJ发布于2023-06-08更新于2023-06-08

文章摘要

The failure of Silicon Valley Bank in March is among factors that have created a more uncertain environment for startups in the U.S. causing entrepreneurs to consider other markets.



The failure of Silicon Valley Bank in March is among factors that have created a more uncertain environment for startups in the U.S. causing entrepreneurs to consider other markets.
The U.S. may be  a hot spot offering a massive market for startups, but for entrepreneurs who want to launch a new business here, there are a lot of headline-making risks.
Lately, it’s been necessary to consider the debt ceiling, the dollar-reserve currency crisis, and the failure of Silicon Valley Bank and their potential effects on the entrepreneurial ecosystem.
The bank failure, especially, had entrepreneurs considering worst-case scenarios—up to the wholesale loss of deposits or the complete undermining of confidence in U.S. banking. Though neither came to pass, “that doesn’t mean, however, that we have an absence of uncertainty,” says Christopher Opie, Washington D.C.-based managing director and co-head of global families at Bernstein Private Wealth Management (BPWM). “We hear frequently from business owners and investors that confidence and certainty are key.”
This uncertainty takes on added dimensions when considering the rise in alternative markets with friendly environments for startups. 
Shelly Meerovitch, global families co-head at BPWM, suggests that it’s not a decline in American startup culture, but a sharing of the wealth as more countries try to take part in the success the U.S. has experienced. “There is more diversity in jurisdictions that are viable alternatives,” she says. These have especially popped up in the last five years, creating corporate and personal incentives for companies and entrepreneurs to invest abroad.
While neither Meerovitch nor Opie say they have encountered entrepreneurs who leave the U.S. entirely for elsewhere, both say the present era is one where wealthy entrepreneurs, both domestic and foreign, may consider attractive expansion opportunities elsewhere that offer personal tax savings or more compelling chances for growth.
An Israeli entrepreneur with a high-tech product might consider Europe or Singapore as its headquarters instead of jumping straight into the U.S. market, for example, Opie says.
Meerovitch and Opie recently spoke with Penta about the increase in new startup markets and why entrepreneurs might choose to build startups and move their lives abroad instead of defaulting to the U.S.
Growth in Other Markets
Opie says since 2008, American startups have been part of “Boomtown USA” thanks to low interest rates, tons of venture capital and other investing funds. Supporting legislation that reduced regulations for entrepreneurs “snowballed in the best possible way,” he adds.
“Now we’re just looking at a different stage where that same accelerating growth is probably less apparent, and part of that can be explained by the rise of other locations,” he says. There are attempts to build robust regulatory environments that allow entrepreneurs to take risks and are like the entrepreneurial environment in the U.S. but in new locations.
This includes Dubai’s government-led marketing push to become a global blockchain, cryptocurrency, and Web3 center of choice, which includes capital provision aspects. Last month cryptocurrency exchange Coinbase opened a non-U.S. exchange in Bermuda. This follows a state-led initiative to relocate non-insurance businesses to the island nation. 
One bellwether of the recent shift toward this broader growth in startup ecosystems, Opie says, is the international expansion of tech incubator firm Techstars, for which he acts as a mentor. The company once had accelerators only in the U.S. and now counts locations across Asia, Europe, and the Middle East.
Golden Perks
Company-based incentives aren’t the only thing driving entrepreneurs to decide about where to launch their business, says Meerovitch. Personal incentives like golden visas, which offer residency or citizenship options for making real estate or other investments in the nation, also factor in. These visas encourage executives and other wealthy investors and their families to move to countries like Bermuda, Italy, Portugal, and the United Arab Emirates, where they can take advantage of such programs.
“When you couple that with favorable business-side legislation, you really create a great environment for people to consider a move,” she says. Many of these centers offer a very-low or non-existent tax environment. Bermuda, for example, is essentially tax-neutral, she notes.
This incentive is slightly more complicated for U.S. citizens given that they are taxed on worldwide income, even if they move to low-tax jurisdictions.
“While naturally, the first incentive is to grow the business, the second is to maximize the outcome financially speaking for those who own it, including the founders,” Opie adds. “And if you are able to—especially if not a U.S. citizen—play a jurisdictional game and improve the outcome, then you’ll be really tempted to.”
The Post-Peak Startup U.S.
The size of the U.S. market, depth of its talent pool, and the availability of investment capital will remain strong pull factors for global entrepreneurs, despite concerns, Opie says.
U.S. industrial policies are also creating new incentives for American innovators to remain in the country, and encourage foreign innovators to relocate here. He offers, as example, the August 2022 Inflation Reduction Act, which creates funding and tax credits around low-carbon technologies. The legislation could lure entrepreneurs who previously focused attention on France, Germany, and Nordic countries.
“A coordinated national policy for attracting and encouraging entrepreneurs, especially in key sectors, would close the gap with other global entrepreneurship centers,” he adds.

你可能也喜欢

黄仁勋:Prompt正在过时,Loop才是新范式

黄仁勋等AI领域领军人物提出,传统的“Prompt Engineering”(提示词工程)正在被“Loop Engineering”(循环工程)取代。新范式的核心是从手动编写具体指令,转变为设计和管理能够自动运行、自我验证并持续优化的循环系统。 **Loop是什么?** Loop(循环)指一种系统设计:用户设定一个目标,AI Agent(智能体)会自动执行任务,完成后由独立的验证机制(如另一个模型)进行验收;若未通过,则带着反馈重新执行,直至成功或达到预设限制。人的角色从“逐句指挥”转变为“规则设计者”。这与单纯使用Agent的关键区别在于,Loop为其提供了自主持续工作的管理框架。 **当前落地情况** 目前,Claude Code和OpenAI Codex是Loop理念的主要实践者。两者都实现了将复杂任务拆分,由多个Agent并行处理并汇总结果。其核心设计原则是“执行与验证分离”,以避免自我评分时的宽松问题。例如,“Claude Code之父”Boris Cherny描述其工作流:数百个Agent在隔离环境中自动处理问题,仅疑难事项才需人工干预。 **如何构建有效的Loop?** 1. **前提测试**:任务需具备重复性、可自动化验收、成本可控且Agent拥有必要工具。 2. **从最小可行Loop开始**:包含触发器、技能定义、状态记录文件和自动化验证门禁。务必先手动跑通流程再自动化。 3. **执行与验收分离**:必须由独立的Agent或模型进行验收,确保评估客观。 4. **避开常见陷阱**:设置硬性停止条件(如token上限)、持久化状态、不让Loop处理需要主观判断的任务、坚持阅读代码变更以维持理解。 5. **核心衡量指标**:关注“每个被采纳改动的平均成本”,接受率低于50%意味着Loop可能效率低下。 **范式演进路径** Loop的兴起是AI应用控制粒度不断上移的结果:从**Prompt Engineering**(优化单次指令)到**Context Engineering**(组织背景信息),再到**Harness Engineering**(构建执行环境),最终演进至**Loop Engineering**(设计自主循环系统)。这一过程逐步将人类从具体操作中解放出来。 **渊源与反思** Loop的理念在学术界早有雏形,例如姚顺雨等人提出的ReAct框架,将“推理-行动-观察”构建为循环。业界火爆的背后也需冷思考,专家提醒需警惕token成本,并指出“AI可以外包思考,但无法外包人的理解”,强调在自动化中保持对问题的根本认知至关重要。

marsbit58分钟前

黄仁勋:Prompt正在过时,Loop才是新范式

marsbit58分钟前

以太坊基金会临时执行董事发声:我们的使命是什么?

以太坊基金会(EF)临时联合执行董事 Aerugo 发文明确了基金会的核心使命:确保以太坊始终是真正无需许可、保障用户自主权的基础设施,能够抵御审查、开源自由、私密安全,并支持大规模的自主协调。 文章首先明确了EF的“不为”:不追求自身重要性或商业吸引力,不服务短期投机者,也不推广所有应用。其核心作用是“消除弱点”,防御以太坊在协议、访问、用户和机构各层可能出现的榨取性、控制性或监视性风险。具体工作重点包括: 1. **自身实践**:将EF薪酬与财务转向以太坊原生资产,以身作则使用其力图改进的技术栈。 2. **对抗有害MEV**:将其视为核心威胁而非次要市场问题,致力于从系统层面降低MEV提取,防止交易流程被特权供应链把控,维护可信中立执行。 3. **强化隐私**:认为缺乏严格隐私默认设置的公链实为监控平台,必须优先实现强大的无条件隐私保护。 4. **保障质押去中心化**:视质押为协议安全基石,防止其集中在少数发行者或运营商手中。 5. **维护访问层自主性**:确保用户和机构能自主、抗胁迫地访问以太坊,而非通过削弱其核心价值的妥协方式。 同时,EF也致力于“抓住机遇”,推动以太坊发展为:抗量子攻击的全球基础设施;具备完全自主可验证、最小化有害MEV的协议栈;私密、尊重尊严的普通数字现金与协调平台;用户拥有完整主权的个人AI代理钱包;以及在机构场景中凭借其可信中立性胜出,而非沦为后端工具。 文章最后提及了近期的人员变动与“衍生公司”问题,强调离职原因多样,EF尊重所有贡献者但不会公开讨论个人事宜。对于从EF分离出去的项目,EF将谨慎评估资助,标准在于其是否对实现以太坊核心使命(无需许可、自主权等)至关重要,而非出于人情或延续旧项目。EF明确表示对以太坊的发展方向并非中立,将全力支持并优先推进那些保障其核心特性的工作。

链捕手2小时前

以太坊基金会临时执行董事发声:我们的使命是什么?

链捕手2小时前

交易

现货
合约
活动图片