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

Valve Updates GameNetworkingSockets After Nearly Four Year Hiatus

https://www.phoronix.com/news/GameNetworkingSockets-1.5
1•Bender•26s ago•0 comments

Lessons on Building MCP Servers

https://taoofmac.com/space/blog/2026/04/29/2341
1•rcarmo•57s ago•0 comments

Claude Code and AI Agent Skills: 12 Prompts That Became Production Skills

https://medium.com/nginity/claude-code-ai-agent-skills-12-prompts-that-became-production-skills-7...
1•jungard•1m ago•0 comments

App Notes: Web App Viewer

https://taoofmac.com/space/notes/2026/04/29/1730
1•rcarmo•1m ago•0 comments

Building a Product or Infrastructure: Are AI Startups Choosing Both?

https://twitter.com/rishabhkaul/status/2049444064433500499
1•rishabhkaul1•2m ago•0 comments

You should 'feed a cold': eating primes immune cells for action

https://www.nature.com/articles/d41586-026-01362-6
1•gnabgib•3m ago•0 comments

Researchers move in the right direction, develop powerful GPS interference alarm

https://www.theregister.com/2026/04/29/boffins_new_gps_interference_alarm/
1•Bender•3m ago•0 comments

Oracle plans to power its New Mexico mega datacenter with 2.45GW fuel cell farm

https://www.theregister.com/2026/04/28/oracle_new_mexico_power_fuel_cell_farm/
1•Bender•4m ago•0 comments

Read White House Correspondents' Dinner Suspect Cole Allen's Full Manifesto

https://nypost.com/2026/04/26/us-news/read-whcd-gunman-cole-allens-full-anti-trump-manifesto/
2•SpyCoder77•7m ago•0 comments

Halo: RLM-based agent harness optimization

https://github.com/context-labs/halo
2•mikepollard_dev•10m ago•0 comments

Ubuntu's AI Plans Have Linux Users Looking for a 'Kill Switch'

https://www.theverge.com/tech/920723/linux-ubuntu-ai-features-ai-kill-switch
1•m463•12m ago•0 comments

Towards a Perfect Notes App

https://kvnd.me/2026/04/22/now-onto-ruin/
2•kvnd•15m ago•1 comments

SSD Price Tracking 2026

https://www.tomshardware.com/pc-components/ssds/ssd-price-tracking-2026-lowest-price-on-every-m-2...
1•WarOnPrivacy•15m ago•0 comments

I've Covered Robots for Years. This One Is Different

https://www.wired.com/story/when-robots-have-their-chatgpt-moment-remember-these-pincers/
3•zdw•20m ago•0 comments

"Transaction Denied": What Happens When Financial Companies Act Like Censors

https://www.eff.org/deeplinks/2026/04/former-eff-activism-directors-new-book-transaction-denied-e...
1•hn_acker•20m ago•1 comments

Setup an Agent in MS Teams within seconds with the new CLI

https://devblogs.microsoft.com/microsoft365dev/from-prompt-to-production-teams-agent-setup-simpli...
1•umangsehgal93•24m ago•0 comments

CVE-2026-3854

https://nvd.nist.gov/vuln/detail/CVE-2026-3854
1•_aleph2c_•27m ago•0 comments

Our doc-driven engineering playbook

https://productnow.ai/blogs/engineering-playbook
2•kadhirvelm•28m ago•1 comments

Business and Enterprise Codex plans now default to Fast Mode (2.5x usage)

https://github.com/openai/codex/issues/19230
1•ladon86•30m ago•0 comments

8647 Is a Prime Number

https://www.numberempire.com/8647
9•bryan0•33m ago•2 comments

View transactions sent to a Monero address

https://localmonero.co/blocks/search/47xmhbRuYpSYSrVZx2RsPBhaAQByZq3ucAT6ULxHvDAu8c853ErpLHqBdDmp...
7•Cider9986•34m ago•4 comments

Vehicle-to-Everything

https://en.wikipedia.org/wiki/Vehicle-to-everything
2•colinprince•35m ago•1 comments

Creating a Dashboard with Claude Design

https://theautomatedoperator.substack.com/p/creating-a-dashboard-with-claude
1•idopmstuff•35m ago•0 comments

> Be Alexandra Elbakyan

https://nitter.space/MushtaqBilalPhD/status/2049057344013881523#m
6•DanielleMolloy•36m ago•0 comments

'New Einstein' vows to find 'source code of universe' and change everything

https://www.themirror.com/news/us-news/new-einstein-vows-find-source-1805568
2•harambae•37m ago•0 comments

Google Translate now lets you practice pronunciation

https://techcrunch.com/2026/04/29/google-translate-now-lets-you-practice-pronunciation/
1•jnord•40m ago•0 comments

United flight from SFO disrupted by 'possible drone strike'

https://www.sfgate.com/travel/article/united-flight-sfo-22232671.php
2•turtlegrids•45m ago•1 comments

KDE's 30th Anniversary

https://kde.org/anniversaries/30/
3•birdculture•48m ago•0 comments

Ask HN: Anyone feel like they're just opting out of tech these days?

7•moomoo11•48m ago•2 comments

Show HN: MAItion – Open-source RAG with pluggable connectors and chat UI

https://github.com/WikiTeq/mAItion
1•vedmaka•50m ago•0 comments