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

Dinstinguishing between coroutines and fibers [pdf]

https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4024.pdf
1•dgan•37s ago•0 comments

I Built a Pente App for iPhone

https://apps.apple.com/us/app/pente-go/id6449915046
1•ElbertF•1m ago•1 comments

Claude can now connect to lifestyle apps like Spotify, Instacart and AllTrails

https://www.engadget.com/ai/claude-can-now-connect-to-lifestyle-apps-like-spotify-instacart-and-a...
1•anujbans•2m ago•0 comments

Eric Trump Brags About $24M Pentagon Deal His Company Landed

https://newrepublic.com/post/209419/eric-trump-brags-defense-department-contract
1•tcp_handshaker•2m ago•0 comments

QuickSWMS – AI generator for Australian construction safety docs ($100 startup)

https://quickswms.co
1•EzraDe•2m ago•0 comments

Reimagine Python Notebooks in the AI Era

https://mljar.com/blog/reimagine-python-notebook-in-ai-era/
1•pplonski86•3m ago•0 comments

I Think MCP Will Punish Thin API Wrappers

https://www.indiehackers.com/post/i-think-mcp-will-punish-thin-api-wrappers-8eda2e185a
1•Lovanut•3m ago•0 comments

Show HN: Indian Marriage Biodata Creator

https://www.matrimonybio.com/
1•iamrahulrao•5m ago•0 comments

Wat (2012)

https://www.destroyallsoftware.com/talks/wat
1•chistev•5m ago•0 comments

Humanoids are now faster than humans

https://updates.prototypecap.com/p/humanoids-are-now-faster-than-humans
1•JoiDegn•9m ago•0 comments

The 5-Tool Problem: Why Agencies Are Moving to One Unified Growth Stack

https://ionicdesk.com/blog/the-5-tool-problem-why-agencies-are-moving-to-one-unified-growth-stack...
1•ri2009•10m ago•0 comments

Firefox added a free VPN in v150

https://support.mozilla.org/en-US/kb/built-in-vpn
1•stanko•10m ago•0 comments

Programming Language Archaeology and Semantics

https://adspthepodcast.com/2026/04/17/Episode-282.html
2•tosh•11m ago•0 comments

I had no way to check how LLMs see my SaaS or my clients',so I built BrandGEO.co

https://brandgeo.co
1•makowskid•12m ago•0 comments

What Is Wrong with PaaS Today?

https://blog.appsignal.com/2026/04/23/what-is-wrong-with-paas-today.html
1•Liriel•13m ago•0 comments

SilentGlass actively blocks malicious HDMI and Display Port connections

https://www.ncsc.gov.uk/news/world-first-ncsc-engineered-device-secures-vulnerable-display-links
1•urban_winter•13m ago•0 comments

The future is open: Answering the most common tech writing worries

https://passo.uno/tech-writing-optimism-reddit/
1•eigenBasis•15m ago•0 comments

U.S. soldier charged with using classified information to bet on Maduro removal

https://www.npr.org/2026/04/23/nx-s1-5797957/maduro-raid-charges-polymarket-insider
1•hvb2•15m ago•0 comments

Smart Bolt

https://imbu.nl/projects/smartbolt/
1•num42•15m ago•1 comments

Most mentioned links in Hacker News comments, 2006–2015

https://github.com/antontarasenko/smq/blob/master/reports/hackernews-links-in-comments.md
2•chistev•15m ago•1 comments

We migrated our CMS in three hours without touching the UI once

https://enaovision.com/blog/migrate-contentful-to-sanity
2•kkuusisto•17m ago•0 comments

Microsoft enters the agent sandbox race

https://devblogs.microsoft.com/foundry/introducing-the-new-hosted-agents-in-foundry-agent-service...
1•frabonacci•22m ago•1 comments

Chinese Hospitals Are Selling Patient Data to Fuel the AI Boom

https://www.caixinglobal.com/2026-04-20/chinese-hospitals-are-selling-patient-data-to-fuel-the-ai...
1•NewCzech•22m ago•0 comments

Show HN: Sheetflow – Manage Webflow CMS Directly from Google Sheets

https://webflow.com/apps/detail/sheetflow
1•jpdpeters•23m ago•0 comments

Composition Shouldn't be this Hard

https://www.cambra.dev/blog/announcement/
7•larelli•25m ago•1 comments

Kernel load balancing for CPU-bound apps with systemd templates and SO_REUSEPORT

https://docs.dollardeploy.com/blog/systemd-cluster/
1•huksley•25m ago•0 comments

Tell HN: Codex macOS app switches to Fast speed after update without asking

2•mfi•26m ago•0 comments

Lost in Translation: Boss Names in Dark Souls I (2020)

https://shetanislair.com/en/posts/lost-in-translation-dark-souls-one
2•vector_spaces•32m ago•1 comments

Docker Hub detects and quarantines malicious Checkmarx/kics images

https://www.docker.com/blog/trivy-kics-and-the-shape-of-supply-chain-attacks-so-far-in-2026/
1•bmitch3020•37m ago•0 comments

Dual Execution Proxy for Snowflake

https://github.com/citguru/melt
1•citguru•39m ago•0 comments