frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•1y ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

A fake client's project tried to hack my machine with RCE

https://dev.shivagaire.com.np/linkedin-client-rce-backdoor-npm-install
1•sambhu•1m ago•1 comments

Are you a philosophical zombie driven by Claude?

https://blog.cosmos-institute.org/p/are-you-a-philosophical-zombie-driven
1•nrsapt•1m ago•1 comments

Selling SaaS in Germany

https://embedworkflow.com/blog/selling-saas-in-germany-austria-and-switzerland-dach/
1•ewf•4m ago•0 comments

When Code Is Cheap, Does Quality Still Matter?

https://yusufaytas.com/does-code-quality-still-matter
5•yusufaytas•6m ago•0 comments

The quantum realm, the cosmological realm, and the multiverse, in 69 minutes

https://bigthink.com/series/full-interview/multiverse-oluseyi/
2•lschueller•7m ago•0 comments

A Forth-inspired language for writing websites

https://robida.net/entries/2026/05/21/a-forth-inspired-language-for-writing-websites
2•speckx•8m ago•0 comments

China's AI optimism isn't what it seems

https://asteriskmag.substack.com/p/chinas-ai-optimism-isnt-what-it-seems
1•jimmydoe•9m ago•0 comments

London Cool Spaces Map

https://apps.london.gov.uk/cool-spaces/
1•beejiu•9m ago•0 comments

Boarding China's Last Bus

https://asteriskmag.com/issues/14/chinas-last-bus
2•herbertl•10m ago•0 comments

Meta released a new Reddit-like app called Forum

https://www.engadget.com/2179165/meta-forum-groups-app/
1•apparent•11m ago•0 comments

Tell HN: DeepSeek-V4-Pro 75% discount promo is now permanent

2•jimmydoe•12m ago•1 comments

AI errno(2) values

https://www.netmeister.org/blog/ai-errno.html
1•zdw•12m ago•0 comments

Believe It or Not, the Government Is Adopting AI to Make Your Life Easier

https://www.bigtechnology.com/p/believe-it-or-not-the-government
1•lschueller•12m ago•0 comments

Noroboto: Lying Fonts and Mitigation in Rust

https://tritium.legal/blog/noroboto
2•piker•13m ago•0 comments

Launch HN: Superset (YC P26) – IDE for the agents era

https://github.com/superset-sh/superset
7•avipeltz•15m ago•1 comments

Show HN: Prisma Next – data contracts, migration graphs, agent DX

https://github.com/prisma/prisma-next
8•wmadden•15m ago•1 comments

ICBA Comments Urging OCC to Rescind Coinbase's National Trust Charter

https://www.icba.org/w/icba-comments-urging-occ-to-rescind-approval-for-coinbase-s-national-trust...
1•petethomas•16m ago•0 comments

Stop Using Pull Requests

https://a4al6a.substack.com/p/stop-using-pull-requests
1•garettmd•17m ago•0 comments

Google has apparently ended updates for every Chromecast except one

https://9to5google.com/2026/05/22/google-chromecast-updates-ended/
1•theanonymousone•20m ago•0 comments

Show HN: Blacknode – Visual workflow builder Claude can drive via MCP

https://github.com/temiroff/Blacknode
2•temiroff•24m ago•0 comments

Google plans to win the AI war

https://www.axios.com/2026/05/21/google-ai-anthropic-openai-war
2•gmays•25m ago•0 comments

SpaceX's Ambitions Are Intergalactic. Its Business Is Selling You Internet

https://www.wsj.com/business/starlink-spacex-ipo-elon-musk-967fba39
1•fortran77•25m ago•1 comments

Crooked Forest

https://en.wikipedia.org/wiki/Crooked_Forest
1•thunderbong•25m ago•0 comments

Show HN: Anime AI Studio – Create AI Anime Videos from Scripts

https://www.animeaistudio.com/
1•deepseekai•25m ago•0 comments

Show HN: Charm – on-device spelling, grammar, and prediction for macOS

https://www.theodorehq.com/charm/
2•theodorehq•27m ago•0 comments

EaglePress – I may have vibe coded this as ready to blog

https://eaglepress.org/post/eaglepress-download
1•eagle10ne•28m ago•0 comments

Show HN: Cq exchange: Hosted knowledge commons for AI coding agents

https://blog.mozilla.ai/cq-exchange-agents-without-borders/
1•angpt•30m ago•0 comments

Can you crack the famous unsolved cipher, created by the Zodiac Killer?

http://www.oranchak.com/zodiac/webtoy/
1•Alifatisk•32m ago•0 comments

Show HN: A botless meeting recorder and summarizer that runs in the browser

https://wocal.app
3•dsingh1990•32m ago•0 comments

Robert X Cringely is back to blogging

https://www.cringely.com/
3•dan_hawkins•33m ago•0 comments